Trace number 2078661

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 891.279 899.805

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-42_ext.xml
MD5SUMccfc8a3582b84060d6c1c269f3c859a2
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.74158
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:55:45 2009
0.00/0.08	c 0	PID 24872
0.06/0.08	c 0	HOST node41.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2078661-1247367345.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078661-1247367345.xml' 'HOME/temp.csp'
0.06/0.96	c 1	1 domains, 20 variables, 0 predicates, 59 relations, 59 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.06	c 1	Parsing HOME/temp.csp
1.91/2.07	c 2	parsed 139 expressions
1.91/2.08	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.08	c 2	Converting to clausal form CSP
2.02/2.10	c 2	converted 14 (10%) expressions
2.02/2.12	c 2	converted 28 (20%) expressions
2.12/2.28	c 3	converted 42 (30%) expressions
2.12/2.28	c 3	converted 56 (40%) expressions
2.12/2.30	c 3	converted 70 (50%) expressions
2.21/2.35	c 3	converted 84 (60%) expressions
2.31/2.45	c 3	converted 98 (70%) expressions
2.41/2.55	c 3	converted 112 (80%) expressions
2.71/2.85	c 3	converted 126 (90%) expressions
2.80/2.98	c 3	converted 139 (100%) expressions
2.80/2.98	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.98	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.98	c 3	Propagation in CSP
2.80/2.98	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.98	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.98	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.99	c 3	Simplifing CSP by introducing new Boolean variables
2.80/2.99	c 3	CSP : 20 integers, 0 booleans, 59 clauses, largest domain size 20
2.80/2.99	c 3	Heap : 38 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.01/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.01/3.11	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.01/3.11	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.01/3.12	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.01/3.12	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.01/3.12	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.01/3.12	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.01/3.12	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.01/3.12	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.01/3.13	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.01/3.13	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.19/3.33	c 4	6 (10%) CSP clauses are encoded (11183 clauses, 255594 bytes)
3.29/3.46	c 4	12 (20%) CSP clauses are encoded (21978 clauses, 511246 bytes)
3.39/3.58	c 4	18 (30%) CSP clauses are encoded (32204 clauses, 763749 bytes)
3.59/3.72	c 4	24 (40%) CSP clauses are encoded (42951 clauses, 1017253 bytes)
3.69/3.85	c 4	30 (50%) CSP clauses are encoded (53782 clauses, 1282678 bytes)
3.79/3.98	c 4	36 (60%) CSP clauses are encoded (64587 clauses, 1550982 bytes)
3.99/4.12	c 4	42 (70%) CSP clauses are encoded (75358 clauses, 1830039 bytes)
4.09/4.25	c 5	48 (80%) CSP clauses are encoded (86189 clauses, 2119675 bytes)
4.19/4.39	c 5	54 (90%) CSP clauses are encoded (97025 clauses, 2409445 bytes)
4.38/4.50	c 5	59 (100%) CSP clauses are encoded (106044 clauses, 2650869 bytes)
4.38/4.50	c 5	59 CSP clauses encoded
4.38/4.50	c 5	Writing map file : HOME/temp.map
4.38/4.50	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.50	c 5	SAT : 380 SAT variables, 106044 SAT clauses, 2650869 bytes
4.38/4.50	c 5	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.54	c 5	SOLVING HOME/temp.cnf
4.38/4.54	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.54	c 5	This is MiniSat 2.0 beta
4.38/4.54	c 5	WARNING: for repeatability, setting FPU to use double precision
4.38/4.54	c 5	============================[ Problem Statistics ]=============================
4.38/4.54	c 5	|                                                                             |
4.38/4.55	c 5	|  Number of variables:  380                                                  |
4.38/4.55	c 5	|  Number of clauses:    106044                                               |
4.42/4.61	c 5	|  Parsing time:         0.06         s                                       |
4.42/4.62	c 5	============================[ Search Statistics ]==============================
4.42/4.62	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.42/4.62	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.42/4.62	c 5	===============================================================================
4.42/4.62	c 5	|         0 |     380   106044   581771 |    35348        0    nan |  0.000 % |
4.42/4.67	c 5	|       100 |     380   106044   581771 |    38882      100     13 |  0.001 % |
4.42/4.74	c 5	|       250 |     380   106044   581771 |    42771      250     13 |  0.010 % |
4.42/4.85	c 5	|       475 |     380   106044   581771 |    47048      475     12 |  0.013 % |
4.42/5.01	c 5	|       812 |     380   106044   581771 |    51753      812     12 |  0.013 % |
4.42/5.26	c 6	|      1318 |     380   106044   581771 |    56928     1318     11 |  0.013 % |
5.45/5.62	c 6	|      2077 |     380   106044   581771 |    62621     2077     12 |  0.013 % |
5.85/6.06	c 6	|      3216 |     380   106044   581771 |    68883     3216     13 |  0.013 % |
6.64/6.84	c 7	|      4924 |     380   106044   581771 |    75771     4924     13 |  0.013 % |
8.03/8.26	c 9	|      7486 |     380   106044   581771 |    83348     7486     13 |  0.012 % |
10.11/10.37	c 11	|     11330 |     380   106044   581771 |    91683    11330     13 |  0.015 % |
13.17/13.48	c 14	|     17097 |     380   106044   581771 |   100851    17097     13 |  0.017 % |
18.23/18.51	c 19	|     25748 |     380   106044   581771 |   110937    25748     14 |  0.004 % |
26.35/26.74	c 27	|     38722 |     380   106044   581771 |   122030    38722     14 |  0.015 % |
40.92/41.41	c 42	|     58184 |     380   106044   581771 |   134233    58184     14 |  0.006 % |
64.79/65.51	c 66	|     87378 |     379   104951   576703 |   147657    42992     14 |  0.264 % |
105.11/106.20	c 107	|    131167 |     379   104951   576703 |   162423    86781     16 |  0.274 % |
175.64/177.49	c 178	|    196851 |     378   104196   573164 |   178665   114081     17 |  0.532 % |
310.37/313.43	c 314	|    295378 |     374   100208   551770 |   196531    13269     12 |  1.580 % |
450.44/454.87	c 455	|    443168 |     373    99197   546082 |   216185   127459     18 |  1.843 % |
758.33/765.64	c 766	|    664852 |     372    98416   542432 |   237803   141725     18 |  2.106 % |
891.07/899.65	c 900	===============================================================================
891.07/899.65	c 900	restarts              : 21
891.07/899.65	c 900	conflicts             : 757290         (854 /sec)
891.07/899.65	c 900	decisions             : 908924         (1.51 % random) (1025 /sec)
891.07/899.65	c 900	propagations          : 39337374       (44368 /sec)
891.07/899.65	c 900	conflict literals     : 13304720       (32.48 % deleted)
891.07/899.65	c 900	Memory used           : 35.19 MB
891.07/899.65	c 900	CPU time              : 886.61 s
891.07/899.65	c 900	
891.07/899.65	c 900	SATISFIABLE
891.07/899.66	c 900	DECODING HOME/temp.out WITH HOME/temp.map
891.07/899.66	c 900	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
891.17/899.75	c 900	Decoding HOME/temp.out
891.17/899.77	s SATISFIABLE
891.17/899.77	v 10 3 8 4 10 5 5 18 19 13 2 2 16 12 16 12 16 10 3 9
891.17/899.78	c 900	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
891.17/899.80	c 900	CPU 891.26 (0.06 0.02 890.9 0.28)
891.17/899.80	c 900	END Sun Jul 12 05:10:45 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078661-1247367345/watcher-2078661-1247367345 -o /tmp/evaluation-result-2078661-1247367345/solver-2078661-1247367345 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078661-1247367345.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.08 2.17 2/73 24872
/proc/meminfo: memFree=1624168/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=2504 CPUtime=0
/proc/24872/stat : 24872 (sugar) R 24870 24872 21528 0 -1 4194304 41 0 0 0 0 0 0 0 19 0 1 0 23426236 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 209133303177 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/24872/statm: 626 26 19 3 0 5 0

[startup+0.083276 s]
/proc/loadavg: 2.00 2.08 2.17 2/73 24872
/proc/meminfo: memFree=1624168/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16740 CPUtime=0.06
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23426236 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101446 s]
/proc/loadavg: 2.00 2.08 2.17 2/73 24872
/proc/meminfo: memFree=1624168/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=0.06
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23426236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301459 s]
/proc/loadavg: 2.00 2.08 2.17 2/73 24872
/proc/meminfo: memFree=1624168/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=0.06
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23426236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701497 s]
/proc/loadavg: 2.00 2.08 2.17 2/73 24872
/proc/meminfo: memFree=1624168/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=0.06
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23426236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50257 s]
/proc/loadavg: 2.00 2.08 2.17 3/77 24887
/proc/meminfo: memFree=1617480/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=0.92
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1309 7041 0 1 5 1 82 4 16 0 1 0 23426236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1111 409 3 0 796 0
[pid=24885] ppid=24872 vsize=5356 CPUtime=0
/proc/24885/stat : 24885 (sh) S 24872 24872 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23426334 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24885/statm: 1339 233 193 169 0 50 0
[pid=24886] ppid=24885 vsize=862284 CPUtime=0.5
/proc/24886/stat : 24886 (java) S 24885 24872 21528 0 -1 0 6084 0 1 0 48 2 0 0 19 0 9 0 23426334 882978816 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24886/statm: 215571 5370 2158 9 0 210484 0
[pid=24886/tid=24887] ppid=24885 vsize=862284 CPUtime=0.31
/proc/24886/task/24887/stat : 24887 (java) R 24885 24872 21528 0 -1 64 2019 0 1 0 30 1 0 0 21 0 9 0 23426335 882978816 5370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 884508

[startup+3.10271 s]
/proc/loadavg: 2.00 2.08 2.17 3/84 24894
/proc/meminfo: memFree=1593488/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=0.92
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1310 7041 0 1 5 1 82 4 15 0 1 0 23426236 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1111 409 3 0 796 0
[pid=24885] ppid=24872 vsize=5356 CPUtime=0
/proc/24885/stat : 24885 (sh) S 24872 24872 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23426334 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24885/statm: 1339 233 193 169 0 50 0
[pid=24886] ppid=24885 vsize=864376 CPUtime=2.09
/proc/24886/stat : 24886 (java) S 24885 24872 21528 0 -1 0 14739 0 1 0 203 6 0 0 19 0 9 0 23426334 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24886/statm: 216094 13980 2566 9 0 210599 0
[pid=24886/tid=24887] ppid=24885 vsize=864376 CPUtime=1.03
/proc/24886/task/24887/stat : 24887 (java) R 24885 24872 21528 0 -1 64 3167 0 1 0 102 1 0 0 20 0 9 0 23426335 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24888] ppid=24885 vsize=864376 CPUtime=0.98
/proc/24886/task/24888/stat : 24888 (java) R 24885 24872 21528 0 -1 64 10559 0 0 0 95 3 0 0 17 0 9 0 23426336 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24889] ppid=24885 vsize=864376 CPUtime=0
/proc/24886/task/24889/stat : 24889 (java) S 24885 24872 21528 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23426337 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24890] ppid=24885 vsize=864376 CPUtime=0
/proc/24886/task/24890/stat : 24890 (java) S 24885 24872 21528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23426337 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24891] ppid=24885 vsize=864376 CPUtime=0
/proc/24886/task/24891/stat : 24891 (java) S 24885 24872 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23426339 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24892] ppid=24885 vsize=864376 CPUtime=0.04
/proc/24886/task/24892/stat : 24892 (java) S 24885 24872 21528 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23426339 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24893] ppid=24885 vsize=864376 CPUtime=0
/proc/24886/task/24893/stat : 24893 (java) S 24885 24872 21528 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23426339 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24886/tid=24894] ppid=24885 vsize=864376 CPUtime=0
/proc/24886/task/24894/stat : 24894 (java) S 24885 24872 21528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23426339 885121024 13980 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886600

[startup+6.302 s]
/proc/loadavg: 2.00 2.08 2.17 3/76 24896
/proc/meminfo: memFree=1608848/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 15 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=8304 CPUtime=1.73
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 1976 0 0 0 172 1 0 0 25 0 1 0 23426690 8503296 1962 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 2076 1962 75 150 0 1923 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30528

[startup+12.7016 s]
/proc/loadavg: 2.00 2.07 2.16 3/76 24896
/proc/meminfo: memFree=1607760/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=9396 CPUtime=8.06
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 2235 0 0 0 805 1 0 0 25 0 1 0 23426690 9621504 2221 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 2349 2221 75 150 0 2196 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31620

[startup+25.5017 s]
/proc/loadavg: 2.00 2.07 2.16 3/76 24896
/proc/meminfo: memFree=1605904/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=11300 CPUtime=20.74
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 2716 0 0 0 2072 2 0 0 25 0 1 0 23426690 11571200 2702 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 2825 2702 75 150 0 2672 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 33524

[startup+51.1019 s]
/proc/loadavg: 2.00 2.06 2.16 3/76 24896
/proc/meminfo: memFree=1602960/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=14412 CPUtime=46.1
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 3463 0 0 0 4607 3 0 0 25 0 1 0 23426690 14757888 3449 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 3603 3449 75 150 0 3450 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 36636

[startup+102.306 s]
/proc/loadavg: 2.00 2.05 2.15 3/76 24896
/proc/meminfo: memFree=1600464/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=16772 CPUtime=96.83
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 4037 0 0 0 9679 4 0 0 25 0 1 0 23426690 17174528 4023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 4193 4023 75 150 0 4040 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 38996

[startup+162.302 s]
/proc/loadavg: 2.00 2.04 2.14 3/76 24896
/proc/meminfo: memFree=1598288/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=19080 CPUtime=156.26
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 4595 0 0 0 15622 4 0 0 25 0 1 0 23426690 19537920 4581 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 4770 4581 75 150 0 4617 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 41304

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.12 3/76 24896
/proc/meminfo: memFree=1593808/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0

################
# More data... #
################

/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=34868 CPUtime=691.2
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8371 0 0 0 69110 10 0 0 25 0 1 0 23426690 35704832 8357 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 8717 8357 75 150 0 8564 0
Current children cumulated CPU time (s) 695.62
Current children cumulated vsize (KiB) 57092

[startup+762.307 s]
/proc/loadavg: 2.33 2.10 2.09 3/77 24903
/proc/meminfo: memFree=1582408/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=35192 CPUtime=750.64
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8441 0 0 0 75054 10 0 0 25 0 1 0 23426690 36036608 8427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 8798 8427 75 150 0 8645 0
Current children cumulated CPU time (s) 755.06
Current children cumulated vsize (KiB) 57416

[startup+822.302 s]
/proc/loadavg: 2.17 2.09 2.09 3/77 24903
/proc/meminfo: memFree=1581832/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=35472 CPUtime=810.08
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8530 0 0 0 80998 10 0 0 25 0 1 0 23426690 36323328 8516 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 8868 8516 75 150 0 8715 0
Current children cumulated CPU time (s) 814.5
Current children cumulated vsize (KiB) 57696

[startup+882.302 s]
/proc/loadavg: 2.10 2.09 2.09 3/77 24903
/proc/meminfo: memFree=1581384/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=869.51
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 86941 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 873.93
Current children cumulated vsize (KiB) 58252

Solver just ended. Dumping a history of the last processes samples

[startup+883.102 s]
/proc/loadavg: 2.10 2.09 2.09 3/77 24903
/proc/meminfo: memFree=1581384/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=870.31
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 87021 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 874.73
Current children cumulated vsize (KiB) 58252

[startup+889.501 s]
/proc/loadavg: 2.10 2.08 2.09 3/77 24903
/proc/meminfo: memFree=1581320/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=876.64
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 87654 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 881.06
Current children cumulated vsize (KiB) 58252

[startup+895.902 s]
/proc/loadavg: 2.09 2.08 2.09 3/77 24903
/proc/meminfo: memFree=1581320/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=882.99
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 88289 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 887.41
Current children cumulated vsize (KiB) 58252

[startup+897.502 s]
/proc/loadavg: 2.08 2.08 2.09 3/77 24903
/proc/meminfo: memFree=1581320/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=884.57
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 88447 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 888.99
Current children cumulated vsize (KiB) 58252

[startup+899.103 s]
/proc/loadavg: 2.08 2.08 2.09 3/77 24903
/proc/meminfo: memFree=1581320/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=886.16
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 88606 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 890.58
Current children cumulated vsize (KiB) 58252

[startup+899.503 s]
/proc/loadavg: 2.08 2.08 2.09 3/77 24903
/proc/meminfo: memFree=1581320/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=4.42
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1374 22251 0 2 5 2 421 14 16 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24895] ppid=24872 vsize=5356 CPUtime=0
/proc/24895/stat : 24895 (sh) S 24872 24872 21528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23426690 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24895/statm: 1339 232 193 169 0 50 0
[pid=24896] ppid=24895 vsize=36028 CPUtime=886.55
/proc/24896/stat : 24896 (minisat) R 24895 24872 21528 0 -1 4194304 8639 0 0 0 88645 10 0 0 25 0 1 0 23426690 36892672 8625 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/24896/statm: 9007 8625 75 150 0 8854 0
Current children cumulated CPU time (s) 890.97
Current children cumulated vsize (KiB) 58252

[startup+899.703 s]
/proc/loadavg: 2.08 2.08 2.09 3/81 24909
/proc/meminfo: memFree=1613096/2055920 swapFree=4192812/4192956
[pid=24872] ppid=24870 vsize=16868 CPUtime=891.15
/proc/24872/stat : 24872 (sugar) S 24870 24872 21528 0 -1 4194304 1427 31185 0 2 6 2 89082 25 17 0 1 0 23426236 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24872/statm: 4217 1112 409 3 0 796 0
[pid=24904] ppid=24872 vsize=5356 CPUtime=0
/proc/24904/stat : 24904 (sh) S 24872 24872 21528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23516202 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24904/statm: 1339 233 193 169 0 50 0
[pid=24905] ppid=24904 vsize=859892 CPUtime=0.02
/proc/24905/stat : 24905 (java) S 24904 24872 21528 0 -1 0 1702 0 1 0 1 1 0 0 18 0 5 0 23516203 880529408 1356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/24905/statm: 214973 1356 795 9 0 209888 0
[pid=24905/tid=24906] ppid=24904 vsize=859892 CPUtime=0
/proc/24905/task/24906/stat : 24906 (java) R 24904 24872 21528 0 -1 64 1010 0 1 0 0 0 0 0 16 0 5 0 23516204 880529408 1356 996147200 134512640 134550932 4294955984 18446744073709551615 102848930 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24905/tid=24907] ppid=24904 vsize=859892 CPUtime=0
/proc/24905/task/24907/stat : 24907 (java) S 24904 24872 21528 0 -1 64 1 0 0 0 0 0 0 0 18 0 5 0 23516205 880529408 1356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16784584 0 0 0 -1 1 0 0
[pid=24905/tid=24908] ppid=24904 vsize=859892 CPUtime=0
/proc/24905/task/24908/stat : 24908 (java) S 24904 24872 21528 0 -1 64 10 0 0 0 0 0 0 0 19 0 5 0 23516205 880529408 1356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
[pid=24905/tid=24909] ppid=24904 vsize=859892 CPUtime=0
/proc/24905/task/24909/stat : 24909 (java) S 24904 24872 21528 0 -1 64 4 0 0 0 0 0 0 0 20 0 5 0 23516205 880529408 1356 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 891.17
Current children cumulated vsize (KiB) 882116

Child status: 0
Real time (s): 899.805
CPU time (s): 891.279
CPU user time (s): 890.973
CPU system time (s): 0.305953
CPU usage (%): 99.0524
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 890.973
system time used= 0.305953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36384
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2841
involuntary context switches= 20596

runsolver used 1.17782 second user time and 2.93255 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 04:55:45
IDJOB=2078661
IDBENCH=56797
IDSOLVER=739
FILE ID=node41/2078661-1247367345
PBS_JOBID= 9507067
Free space on /tmp= 65884 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-42_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078661-1247367345/watcher-2078661-1247367345 -o /tmp/evaluation-result-2078661-1247367345/solver-2078661-1247367345 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078661-1247367345.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ccfc8a3582b84060d6c1c269f3c859a2
RANDOM SEED=1386244928

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624648 kB
Buffers:         33028 kB
Cached:         271748 kB
SwapCached:          0 kB
Active:         203864 kB
Inactive:       153788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624648 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          63552 kB
Slab:            59060 kB
Committed_AS:   254348 kB
PageTables:       1764 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65884 MiB
End job on node41 at 2009-07-12 05:10:45