Trace number 1103134

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.13+minisatSAT 909.583 911.823

General information on the benchmark

Namecsp/tightness0.8/
normalized-rand-2-40-80-103-800-52_ext.xml
MD5SUM518f122a0f289c859513203eb0c2ab6c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.907861
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sun Jul  6 01:28:40 2008
0.00/0.04	c 0	PID 10278
0.00/0.05	c 0	HOST node60.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1103134-1215300520.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1103134-1215300520.xml' 'HOME/temp.csp'
0.04/0.58	c 1	1 domains, 40 variables, 0 predicates, 103 relations, 103 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.56/0.71	c 1	Parsing HOME/temp.csp
1.60/1.74	c 2	parsed 247 expressions
1.60/1.74	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.60/1.74	c 2	Converting to clausal form CSP
1.60/1.77	c 2	converted 25 (10%) expressions
1.60/1.78	c 2	converted 50 (20%) expressions
1.60/1.79	c 2	converted 75 (30%) expressions
1.60/1.79	c 2	converted 99 (40%) expressions
1.69/1.81	c 2	converted 124 (50%) expressions
1.69/1.84	c 2	converted 149 (60%) expressions
1.80/1.91	c 2	converted 173 (70%) expressions
2.00/2.12	c 2	converted 198 (80%) expressions
2.09/2.22	c 2	converted 223 (90%) expressions
2.09/2.29	c 2	converted 247 (100%) expressions
2.09/2.29	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.09/2.29	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.29	c 2	Propagation in CSP
2.09/2.29	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.09/2.29	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.09/2.29	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.09/2.29	c 2	Simplifing CSP by introducing new Boolean variables
2.09/2.29	c 2	CSP : 40 integers, 0 booleans, 103 clauses, largest domain size 80
2.09/2.29	c 2	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.18/2.38	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.29/2.40	c 2	4 (10%) CSP integer variables are encoded (312 clauses, 3284 bytes)
2.29/2.40	c 2	8 (20%) CSP integer variables are encoded (624 clauses, 6716 bytes)
2.29/2.41	c 2	12 (30%) CSP integer variables are encoded (936 clauses, 10148 bytes)
2.29/2.41	c 2	16 (40%) CSP integer variables are encoded (1248 clauses, 14103 bytes)
2.29/2.41	c 2	20 (50%) CSP integer variables are encoded (1560 clauses, 18159 bytes)
2.29/2.41	c 2	24 (60%) CSP integer variables are encoded (1872 clauses, 22215 bytes)
2.29/2.41	c 2	28 (70%) CSP integer variables are encoded (2184 clauses, 26271 bytes)
2.29/2.41	c 2	32 (80%) CSP integer variables are encoded (2496 clauses, 30327 bytes)
2.29/2.41	c 2	36 (90%) CSP integer variables are encoded (2808 clauses, 34383 bytes)
2.29/2.41	c 2	40 (100%) CSP integer variables are encoded (3120 clauses, 38439 bytes)
2.38/2.54	c 3	11 (10%) CSP clauses are encoded (14666 clauses, 265731 bytes)
2.48/2.61	c 3	21 (20%) CSP clauses are encoded (25130 clauses, 485411 bytes)
2.48/2.69	c 3	31 (30%) CSP clauses are encoded (35531 clauses, 700375 bytes)
2.59/2.77	c 3	42 (40%) CSP clauses are encoded (47036 clauses, 944495 bytes)
2.69/2.85	c 3	52 (50%) CSP clauses are encoded (57431 clauses, 1176185 bytes)
2.78/2.92	c 3	62 (60%) CSP clauses are encoded (67718 clauses, 1414745 bytes)
2.87/3.01	c 3	73 (70%) CSP clauses are encoded (79265 clauses, 1682753 bytes)
2.87/3.08	c 3	83 (80%) CSP clauses are encoded (89658 clauses, 1923926 bytes)
2.98/3.16	c 3	93 (90%) CSP clauses are encoded (100093 clauses, 2165904 bytes)
3.08/3.24	c 3	103 (100%) CSP clauses are encoded (110569 clauses, 2409047 bytes)
3.08/3.24	c 3	103 CSP clauses encoded
3.08/3.24	c 3	Writing map file : HOME/temp.map
3.08/3.24	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.24	c 3	SAT : 3160 SAT variables, 110569 SAT clauses, 2409047 bytes
3.08/3.24	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.25	c 3	SOLVING HOME/temp.cnf
3.08/3.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.08/3.26	c 3	This is MiniSat 2.0 beta
3.08/3.26	c 3	WARNING: for repeatability, setting FPU to use double precision
3.08/3.26	c 3	============================[ Problem Statistics ]=============================
3.08/3.26	c 3	|                                                                             |
3.08/3.26	c 3	|  Number of variables:  3160                                                 |
3.08/3.26	c 3	|  Number of clauses:    110569                                               |
3.14/3.32	c 3	|  Parsing time:         0.06         s                                       |
3.14/3.32	c 3	============================[ Search Statistics ]==============================
3.14/3.32	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.14/3.32	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.14/3.32	c 3	===============================================================================
3.14/3.32	c 3	|         0 |    3160   110569   420404 |    36856        0    nan |  0.000 % |
3.14/3.37	c 3	|       100 |    3160   110569   420404 |    40541      100     14 |  0.000 % |
3.14/3.43	c 3	|       250 |    3160   110569   420404 |    44596      250     12 |  0.001 % |
3.14/3.51	c 3	|       475 |    3160   110569   420404 |    49055      475     12 |  0.001 % |
3.14/3.59	c 4	|       812 |    3160   110569   420404 |    53961      812     12 |  0.001 % |
3.14/3.73	c 4	|      1319 |    3160   110569   420404 |    59357     1319     14 |  0.001 % |
3.14/4.00	c 4	|      2078 |    3160   110569   420404 |    65293     2078     15 |  0.000 % |
4.16/4.34	c 4	|      3218 |    3160   110569   420404 |    71822     3218     15 |  0.001 % |
4.65/4.88	c 5	|      4926 |    3160   110569   420404 |    79004     4926     14 |  0.001 % |
5.54/5.79	c 6	|      7488 |    3160   110569   420404 |    86905     7488     14 |  0.001 % |
6.94/7.14	c 7	|     11332 |    3160   110569   420404 |    95595    11332     15 |  0.001 % |
9.22/9.50	c 9	|     17098 |    3160   110569   420404 |   105155    17098     15 |  0.001 % |
13.17/13.41	c 13	|     25747 |    3160   110569   420404 |   115670    25747     15 |  0.001 % |
19.81/20.15	c 20	|     38723 |    3160   110569   420404 |   127238    38723     15 |  0.001 % |
31.70/32.16	c 32	|     58184 |    3160   110569   420404 |   139961    58184     15 |  0.000 % |
55.87/56.58	c 57	|     87378 |    3160   110569   420404 |   153958    87378     15 |  0.002 % |
86.18/87.12	c 87	|    131167 |    3158   110387   419846 |   169353    69165     17 |  0.063 % |
147.40/148.92	c 149	|    196851 |    3158   110387   419846 |   186289   134849     18 |  0.064 % |
234.22/236.16	c 236	|    295377 |    3158   110387   419846 |   204918    67265     18 |  0.064 % |
358.55/360.54	c 361	|    443166 |    3156   110260   419427 |   225409   116158     16 |  0.127 % |
579.34/581.45	c 581	|    664849 |    3156   110260   419427 |   247950   132490     19 |  0.127 % |
909.36/911.64	c 912	===============================================================================
909.36/911.64	c 912	restarts              : 21
909.36/911.64	c 912	conflicts             : 955442         (1054 /sec)
909.36/911.64	c 912	decisions             : 1319095        (1.59 % random) (1456 /sec)
909.36/911.64	c 912	propagations          : 194793486      (214965 /sec)
909.36/911.64	c 912	conflict literals     : 18113984       (45.84 % deleted)
909.36/911.64	c 912	Memory used           : 37.10 MB
909.36/911.64	c 912	CPU time              : 906.163 s
909.36/911.64	c 912	
909.36/911.65	c 912	SATISFIABLE
909.36/911.65	c 912	DECODING HOME/temp.out WITH HOME/temp.map
909.36/911.65	c 912	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
909.44/911.74	c 912	Decoding HOME/temp.out
909.44/911.77	s SATISFIABLE
909.44/911.78	v 20 53 76 20 64 51 35 25 43 24 61 45 0 26 56 22 37 1 5 58 52 2 7 50 76 52 0 13 19 6 23 79 71 79 42 46 57 60 59 67
909.44/911.78	c 912	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
909.55/911.82	c 912	CPU 909.26 (0.04 0.01 909.22 0.29)
909.55/911.82	c 912	END Sun Jul  6 01:43:52 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103134-1215300520/watcher-1103134-1215300520 -o /tmp/evaluation-result-1103134-1215300520/solver-1103134-1215300520 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1103134-1215300520.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.00 4/80 10278
/proc/meminfo: memFree=1607000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=18572 CPUtime=0
/proc/10278/stat : 10278 (runsolver) R 10276 10278 10027 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 652975127 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10278/statm: 4643 292 257 25 0 2626 0

[startup+0.088447 s]
/proc/loadavg: 2.07 2.03 2.00 4/80 10278
/proc/meminfo: memFree=1607000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.04
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 652975127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102253 s]
/proc/loadavg: 2.07 2.03 2.00 4/80 10278
/proc/meminfo: memFree=1607000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.04
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 652975127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302272 s]
/proc/loadavg: 2.07 2.03 2.00 4/80 10278
/proc/meminfo: memFree=1607000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.04
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 652975127 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702311 s]
/proc/loadavg: 2.07 2.03 2.00 4/80 10278
/proc/meminfo: memFree=1607000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.56
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 956 5152 0 1 3 1 49 3 16 0 1 0 652975127 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50139 s]
/proc/loadavg: 2.07 2.03 2.00 4/91 10300
/proc/meminfo: memFree=1597504/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.56
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 973 5152 0 1 3 1 49 3 16 0 1 0 652975127 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 797 370 3 0 500 0
[pid=10291] ppid=10278 vsize=5356 CPUtime=0
/proc/10291/stat : 10291 (sh) S 10278 10278 10027 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 652975190 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10291/statm: 1339 233 193 169 0 50 0
[pid=10292] ppid=10291 vsize=865064 CPUtime=0.84
/proc/10292/stat : 10292 (java) S 10291 10278 10027 0 -1 0 7109 0 1 0 81 3 0 0 19 0 9 0 652975190 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10292/statm: 216266 6394 2532 9 0 210848 0
[pid=10292/tid=10293] ppid=10291 vsize=865064 CPUtime=0.6
/proc/10292/task/10293/stat : 10293 (java) R 10291 10278 10027 0 -1 64 2461 0 1 0 59 1 0 0 22 0 9 0 652975191 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 101444256 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10294] ppid=10291 vsize=865064 CPUtime=0.18
/proc/10292/task/10294/stat : 10294 (java) S 10291 10278 10027 0 -1 64 3642 0 0 0 17 1 0 0 16 0 9 0 652975192 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10295] ppid=10291 vsize=865064 CPUtime=0
/proc/10292/task/10295/stat : 10295 (java) S 10291 10278 10027 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 652975193 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10296] ppid=10291 vsize=865064 CPUtime=0
/proc/10292/task/10296/stat : 10296 (java) S 10291 10278 10027 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 652975193 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10297] ppid=10291 vsize=865064 CPUtime=0
/proc/10292/task/10297/stat : 10297 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652975195 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10298] ppid=10291 vsize=865064 CPUtime=0.03
/proc/10292/task/10298/stat : 10298 (java) S 10291 10278 10027 0 -1 64 309 0 0 0 3 0 0 0 16 0 9 0 652975195 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10299] ppid=10291 vsize=865064 CPUtime=0
/proc/10292/task/10299/stat : 10299 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652975195 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10300] ppid=10291 vsize=865064 CPUtime=0
/proc/10292/task/10300/stat : 10300 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652975195 885825536 6394 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 884020

[startup+3.10155 s]
/proc/loadavg: 2.07 2.03 2.00 3/91 10300
/proc/meminfo: memFree=1575232/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=0.56
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 974 5152 0 1 3 1 49 3 15 0 1 0 652975127 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 797 370 3 0 500 0
[pid=10291] ppid=10278 vsize=5356 CPUtime=0
/proc/10291/stat : 10291 (sh) S 10278 10278 10027 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 652975190 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10291/statm: 1339 233 193 169 0 50 0
[pid=10292] ppid=10291 vsize=865372 CPUtime=2.42
/proc/10292/stat : 10292 (java) S 10291 10278 10027 0 -1 0 11959 0 1 0 234 8 0 0 19 0 9 0 652975190 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10292/statm: 216343 11145 2564 9 0 210890 0
[pid=10292/tid=10293] ppid=10291 vsize=865372 CPUtime=1.56
/proc/10292/task/10293/stat : 10293 (java) R 10291 10278 10027 0 -1 64 2995 0 1 0 153 3 0 0 25 0 9 0 652975191 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4126571847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10294] ppid=10291 vsize=865372 CPUtime=0.73
/proc/10292/task/10294/stat : 10294 (java) S 10291 10278 10027 0 -1 64 7920 0 0 0 70 3 0 0 16 0 9 0 652975192 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10295] ppid=10291 vsize=865372 CPUtime=0
/proc/10292/task/10295/stat : 10295 (java) S 10291 10278 10027 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 652975193 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10296] ppid=10291 vsize=865372 CPUtime=0
/proc/10292/task/10296/stat : 10296 (java) S 10291 10278 10027 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 652975193 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10297] ppid=10291 vsize=865372 CPUtime=0
/proc/10292/task/10297/stat : 10297 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 652975195 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10298] ppid=10291 vsize=865372 CPUtime=0.1
/proc/10292/task/10298/stat : 10298 (java) S 10291 10278 10027 0 -1 64 347 0 0 0 10 0 0 0 16 0 9 0 652975195 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10299] ppid=10291 vsize=865372 CPUtime=0
/proc/10292/task/10299/stat : 10299 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 652975195 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10292/tid=10300] ppid=10291 vsize=865372 CPUtime=0
/proc/10292/task/10300/stat : 10300 (java) S 10291 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 652975195 886140928 11145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 884328

[startup+6.30187 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 10302
/proc/meminfo: memFree=1593728/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=8408 CPUtime=3.01
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 2000 0 0 0 300 1 0 0 25 0 1 0 652975453 8609792 1986 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10302/statm: 2102 1986 75 150 0 1949 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 27364

[startup+12.7015 s]
/proc/loadavg: 2.06 2.03 2.00 3/83 10302
/proc/meminfo: memFree=1592256/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=9924 CPUtime=9.34
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 2350 0 0 0 933 1 0 0 25 0 1 0 652975453 10162176 2336 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/10302/statm: 2481 2336 75 150 0 2328 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28880

[startup+25.5028 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 10302
/proc/meminfo: memFree=1590080/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=12148 CPUtime=22.02
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 2900 0 0 0 2200 2 0 0 25 0 1 0 652975453 12439552 2886 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/10302/statm: 3037 2886 75 150 0 2884 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 31104

[startup+51.1023 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 10302
/proc/meminfo: memFree=1587072/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=15244 CPUtime=47.38
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 3682 0 0 0 4735 3 0 0 25 0 1 0 652975453 15609856 3668 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10302/statm: 3811 3668 75 150 0 3658 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34200

[startup+102.306 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 10302
/proc/meminfo: memFree=1584832/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=17544 CPUtime=98.1
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 4219 0 0 0 9807 3 0 0 25 0 1 0 652975453 17965056 4205 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10302/statm: 4386 4205 75 150 0 4233 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 36500

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 10302
/proc/meminfo: memFree=1578496/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0

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

[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=36408 CPUtime=757.01
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 8863 0 0 0 75690 11 0 0 25 0 1 0 652975453 37281792 8849 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9102 8849 75 150 0 8949 0
Current children cumulated CPU time (s) 760.15
Current children cumulated vsize (KiB) 55364

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619384/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37824 CPUtime=816.97
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9209 0 0 0 81686 11 0 0 25 0 1 0 652975453 38731776 9195 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9456 9195 75 150 0 9303 0
Current children cumulated CPU time (s) 820.11
Current children cumulated vsize (KiB) 56780

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619128/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=876.94
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9250 0 0 0 87683 11 0 0 25 0 1 0 652975453 38899712 9236 996147200 134512640 135127466 4294956256 18446744073709551615 134528235 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9236 75 150 0 9344 0
Current children cumulated CPU time (s) 880.08
Current children cumulated vsize (KiB) 56944

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

[startup+895.901 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 10344
/proc/meminfo: memFree=1619128/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=890.53
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9251 0 0 0 89042 11 0 0 25 0 1 0 652975453 38899712 9237 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9237 75 150 0 9344 0
Current children cumulated CPU time (s) 893.67
Current children cumulated vsize (KiB) 56944

[startup+902.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619128/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=896.93
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9254 0 0 0 89682 11 0 0 25 0 1 0 652975453 38899712 9240 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9240 75 150 0 9344 0
Current children cumulated CPU time (s) 900.07
Current children cumulated vsize (KiB) 56944

[startup+908.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619064/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=903.32
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9255 0 0 0 90321 11 0 0 25 0 1 0 652975453 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 906.46
Current children cumulated vsize (KiB) 56944

[startup+910.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=904.92
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9255 0 0 0 90481 11 0 0 25 0 1 0 652975453 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 908.06
Current children cumulated vsize (KiB) 56944

[startup+911.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=905.72
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9255 0 0 0 90561 11 0 0 25 0 1 0 652975453 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 908.86
Current children cumulated vsize (KiB) 56944

[startup+911.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=3.14
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1031 17425 0 2 3 1 297 13 16 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10301] ppid=10278 vsize=5356 CPUtime=0
/proc/10301/stat : 10301 (sh) S 10278 10278 10027 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 652975453 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10301/statm: 1339 232 193 169 0 50 0
[pid=10302] ppid=10301 vsize=37988 CPUtime=906.12
/proc/10302/stat : 10302 (minisat) R 10301 10278 10027 0 -1 4194304 9255 0 0 0 90601 11 0 0 25 0 1 0 652975453 38899712 9241 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10302/statm: 9497 9241 75 150 0 9344 0
Current children cumulated CPU time (s) 909.26
Current children cumulated vsize (KiB) 56944

[startup+911.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 10344
/proc/meminfo: memFree=1619000/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=909.44
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1070 26975 0 2 3 1 90914 26 17 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 909.44
Current children cumulated vsize (KiB) 13600

[startup+911.802 s]
/proc/loadavg: 2.00 2.00 2.00 2/92 10354
/proc/meminfo: memFree=1650800/2055920 swapFree=4158064/4192956
[pid=10278] ppid=10276 vsize=13600 CPUtime=909.45
/proc/10278/stat : 10278 (sugar) S 10276 10278 10027 0 -1 4194304 1090 26975 0 2 4 1 90914 26 15 0 1 0 652975127 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10278/statm: 3400 798 370 3 0 500 0
[pid=10345] ppid=10278 vsize=5356 CPUtime=0
/proc/10345/stat : 10345 (sh) S 10278 10278 10027 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 653066293 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10345/statm: 1339 233 193 169 0 50 0
[pid=10346] ppid=10345 vsize=864072 CPUtime=0.1
/proc/10346/stat : 10346 (java) S 10345 10278 10027 0 -1 0 3403 0 1 0 8 2 0 0 19 0 9 0 653066294 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10346/statm: 216018 2873 1684 9 0 210593 0
[pid=10346/tid=10347] ppid=10345 vsize=864072 CPUtime=0.08
/proc/10346/task/10347/stat : 10347 (java) S 10345 10278 10027 0 -1 64 2424 0 1 0 6 2 0 0 25 0 9 0 653066295 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10348] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10348/stat : 10348 (java) S 10345 10278 10027 0 -1 64 3 0 0 0 0 0 0 0 21 0 9 0 653066296 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10349] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10349/stat : 10349 (java) S 10345 10278 10027 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 653066296 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10350] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10350/stat : 10350 (java) S 10345 10278 10027 0 -1 64 3 0 0 0 0 0 0 0 23 0 9 0 653066296 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10351] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10351/stat : 10351 (java) S 10345 10278 10027 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 653066298 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10352] ppid=10345 vsize=864072 CPUtime=0.01
/proc/10346/task/10352/stat : 10352 (java) S 10345 10278 10027 0 -1 64 285 0 0 0 1 0 0 0 22 0 9 0 653066298 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10353] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10353/stat : 10353 (java) S 10345 10278 10027 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 653066298 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10346/tid=10354] ppid=10345 vsize=864072 CPUtime=0
/proc/10346/task/10354/stat : 10354 (java) S 10345 10278 10027 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 653066298 884809728 2873 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 909.55
Current children cumulated vsize (KiB) 883028

Child status: 0
Real time (s): 911.823
CPU time (s): 909.583
CPU user time (s): 909.269
CPU system time (s): 0.313952
CPU usage (%): 99.7543
Max. virtual memory (cumulated for all children) (KiB): 884328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.269
system time used= 0.313952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31818
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= 2387
involuntary context switches= 11851

runsolver used 1.15682 second user time and 3.01054 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-06 01:28:40
IDJOB=1103134
IDBENCH=60276
IDSOLVER=346
FILE ID=node60/1103134-1215300520
PBS_JOBID= 7882442
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tightness0.8/normalized-rand-2-40-80-103-800-52_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1103134-1215300520/watcher-1103134-1215300520 -o /tmp/evaluation-result-1103134-1215300520/solver-1103134-1215300520 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1103134-1215300520.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 518f122a0f289c859513203eb0c2ab6c
RANDOM SEED=808526859

node60.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.216
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	: 5914.62
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.216
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:       1607480 kB
Buffers:         90844 kB
Cached:         193680 kB
SwapCached:      29092 kB
Active:         270628 kB
Inactive:       117256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607480 kB
SwapTotal:     4192956 kB
SwapFree:      4158064 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         116392 kB
Slab:            45576 kB
Committed_AS:  2016852 kB
PageTables:       2052 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= 66484 MiB
End job on node60 at 2008-07-06 01:43:52