Trace number 1056091

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 1010.82 1020.52

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-7.xml
MD5SUM10d8cce48e24d9d5d1e136c73b47f566
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark450.699
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1191
Maximum constraint arity2
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1191
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 Thu Jul  3 07:02:22 2008
0.00/0.04	c 0	PID 19623
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1056091-1215061342.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1056091-1215061342.xml' 'HOME/temp.csp'
0.03/0.65	c 1	2 domains, 50 variables, 3 predicates, 0 relations, 1191 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	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.60/0.76	c 1	Parsing HOME/temp.csp
0.90/1.06	c 1	parsed 1246 expressions
1.00/1.11	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.11	c 1	Converting to clausal form CSP
1.09/1.29	c 1	converted 125 (10%) expressions
1.19/1.31	c 1	converted 250 (20%) expressions
1.19/1.33	c 1	converted 374 (30%) expressions
1.19/1.34	c 1	converted 499 (40%) expressions
1.19/1.35	c 1	converted 623 (50%) expressions
1.19/1.35	c 1	converted 748 (60%) expressions
1.19/1.36	c 1	converted 873 (70%) expressions
1.19/1.37	c 1	converted 997 (80%) expressions
1.19/1.38	c 1	converted 1122 (90%) expressions
1.19/1.39	c 2	converted 1246 (100%) expressions
1.19/1.39	c 2	CSP : 265 integers, 171 booleans, 2177 clauses, largest domain size 49
1.19/1.39	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.19/1.39	c 2	Propagation in CSP
1.29/1.43	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.43	c 2	CSP : 265 integers, 171 booleans, 2177 clauses, largest domain size 49
1.29/1.43	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.29/1.44	c 2	Simplifing CSP by introducing new Boolean variables
1.29/1.46	c 2	CSP : 265 integers, 2901 booleans, 4907 clauses, largest domain size 49
1.29/1.46	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.40/1.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.52	c 2	27 (10%) CSP integer variables are encoded (1230 clauses, 13890 bytes)
1.40/1.53	c 2	53 (20%) CSP integer variables are encoded (2320 clauses, 28060 bytes)
1.40/1.53	c 2	80 (30%) CSP integer variables are encoded (2449 clauses, 29737 bytes)
1.40/1.53	c 2	106 (40%) CSP integer variables are encoded (2579 clauses, 31427 bytes)
1.40/1.53	c 2	133 (50%) CSP integer variables are encoded (2714 clauses, 33182 bytes)
1.40/1.53	c 2	159 (60%) CSP integer variables are encoded (2844 clauses, 34872 bytes)
1.40/1.53	c 2	186 (70%) CSP integer variables are encoded (2979 clauses, 36627 bytes)
1.40/1.53	c 2	212 (80%) CSP integer variables are encoded (3109 clauses, 38317 bytes)
1.40/1.53	c 2	239 (90%) CSP integer variables are encoded (3244 clauses, 40072 bytes)
1.40/1.53	c 2	265 (100%) CSP integer variables are encoded (3374 clauses, 41762 bytes)
1.49/1.61	c 2	491 (10%) CSP clauses are encoded (16145 clauses, 339589 bytes)
1.49/1.65	c 2	982 (20%) CSP clauses are encoded (30624 clauses, 585777 bytes)
1.49/1.68	c 2	1473 (30%) CSP clauses are encoded (45103 clauses, 837803 bytes)
1.59/1.71	c 2	1963 (40%) CSP clauses are encoded (59113 clauses, 1081869 bytes)
1.59/1.75	c 2	2454 (50%) CSP clauses are encoded (73080 clauses, 1326397 bytes)
1.59/1.77	c 2	2945 (60%) CSP clauses are encoded (87003 clauses, 1571993 bytes)
1.68/1.80	c 2	3435 (70%) CSP clauses are encoded (100413 clauses, 1815365 bytes)
1.68/1.83	c 2	3926 (80%) CSP clauses are encoded (113872 clauses, 2065573 bytes)
1.68/1.86	c 2	4417 (90%) CSP clauses are encoded (126175 clauses, 2293705 bytes)
1.68/1.88	c 2	4907 (100%) CSP clauses are encoded (135653 clauses, 2467409 bytes)
1.68/1.88	c 2	4907 CSP clauses encoded
1.68/1.88	c 2	Writing map file : HOME/temp.map
1.68/1.88	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.88	c 2	SAT : 6540 SAT variables, 135653 SAT clauses, 2467409 bytes
1.68/1.88	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/1.89	c 2	SOLVING HOME/temp.cnf
1.68/1.89	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/1.89	c 2	This is MiniSat 2.0 beta
1.68/1.89	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/1.89	c 2	============================[ Problem Statistics ]=============================
1.68/1.89	c 2	|                                                                             |
1.68/1.90	c 2	|  Number of variables:  6540                                                 |
1.68/1.90	c 2	|  Number of clauses:    135653                                               |
1.79/1.97	c 2	|  Parsing time:         0.06         s                                       |
1.79/1.97	c 2	============================[ Search Statistics ]==============================
1.79/1.97	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.97	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.97	c 2	===============================================================================
1.79/1.97	c 2	|         0 |    6540   135653   407548 |    45217        0    nan |  0.000 % |
1.79/1.99	c 2	|       102 |    6540   135653   407548 |    49739      102     14 |  0.000 % |
1.79/2.02	c 2	|       253 |    6540   135653   407548 |    54713      253     12 |  0.000 % |
1.79/2.07	c 2	|       479 |    6540   135653   407548 |    60184      479     12 |  0.000 % |
1.99/2.14	c 2	|       816 |    6540   135653   407548 |    66203      816     13 |  0.000 % |
2.09/2.23	c 2	|      1324 |    6540   135653   407548 |    72823     1324     13 |  0.000 % |
2.18/2.36	c 2	|      2085 |    6540   135653   407548 |    80105     2085     13 |  0.000 % |
2.28/2.48	c 3	|      3225 |    6540   135653   407548 |    88116     3225     13 |  0.000 % |
2.87/3.02	c 3	|      4934 |    6540   135653   407548 |    96928     4934     17 |  0.000 % |
3.46/3.62	c 4	|      7496 |    6540   135653   407548 |   106620     7496     19 |  0.000 % |
4.16/4.33	c 4	|     11340 |    6540   135653   407548 |   117282    11340     20 |  0.000 % |
6.14/6.39	c 6	|     17106 |    6540   135653   407548 |   129011    17106     24 |  0.000 % |
9.01/9.21	c 9	|     25756 |    6540   135653   407548 |   141912    25756     27 |  0.000 % |
14.95/15.30	c 15	|     38730 |    6540   135653   407548 |   156103    38730     27 |  0.000 % |
22.88/23.21	c 23	|     58191 |    6540   135653   407548 |   171714    58191     27 |  0.000 % |
40.21/40.79	c 41	|     87383 |    6540   135653   407548 |   188885    87383     28 |  0.000 % |
79.83/80.71	c 81	|    131172 |    6540   135653   407548 |   207773   131172     31 |  0.000 % |
162.45/164.17	c 164	|    196858 |    6540   135653   407548 |   228551   196858     34 |  0.000 % |
287.57/290.43	c 291	|    295385 |    6540   135653   407548 |   251406    87446     43 |  0.000 % |
469.93/474.50	c 475	|    443174 |    6540   135653   407548 |   276547   235235     40 |  0.000 % |
772.28/779.77	c 780	|    664858 |    6540   135653   407548 |   304201   199385     47 |  0.000 % |
1010.53/1020.27	c 1020	===============================================================================
1010.53/1020.27	c 1020	restarts              : 21
1010.53/1020.27	c 1020	conflicts             : 801638         (795 /sec)
1010.53/1020.27	c 1020	decisions             : 1130766        (1.08 % random) (1121 /sec)
1010.53/1020.27	c 1020	propagations          : 351712057      (348723 /sec)
1010.53/1020.27	c 1020	conflict literals     : 34373536       (33.10 % deleted)
1010.53/1020.27	c 1020	Memory used           : 76.47 MB
1010.53/1020.27	c 1020	CPU time              : 1008.57 s
1010.53/1020.27	c 1020	
1010.53/1020.28	c 1020	SATISFIABLE
1010.53/1020.29	c 1020	DECODING HOME/temp.out WITH HOME/temp.map
1010.53/1020.29	c 1020	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1010.63/1020.38	c 1020	Decoding HOME/temp.out
1010.63/1020.45	s SATISFIABLE
1010.63/1020.45	v 24 4 17 26 13 18 5 10 25 34 47 38 33 48 39 44 35 22 9 0 15 2 7 16 1 14 23 28 43 30 45 36 21 8 3 12 27 40 31 46 41 32 37 42 29 24 19 6 11 20
1010.63/1020.47	c 1021	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1010.64/1020.51	c 1021	CPU 1010.41 (0.04 0.02 1010.37 0.37)
1010.64/1020.51	c 1021	END Thu Jul  3 07:19:23 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-1056091-1215061342/watcher-1056091-1215061342 -o /tmp/evaluation-result-1056091-1215061342/solver-1056091-1215061342 -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-1056091-1215061342.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.00 2.00 2.00 4/81 19623
/proc/meminfo: memFree=1841856/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=18572 CPUtime=0
/proc/19623/stat : 19623 (runsolver) R 19621 19623 19307 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1985106680 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19623/statm: 4643 292 257 25 0 2626 0

[startup+0.0503671 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19623
/proc/meminfo: memFree=1841856/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=0.03
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 1985106680 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101416 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19623
/proc/meminfo: memFree=1841856/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=0.03
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1985106680 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30143 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19623
/proc/meminfo: memFree=1841856/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=0.03
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1985106680 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701489 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 19623
/proc/meminfo: memFree=1841856/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=0.6
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 956 4805 0 1 2 1 54 3 16 0 1 0 1985106680 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 19645
/proc/meminfo: memFree=1834152/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=0.61
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 974 4805 0 1 3 1 54 3 15 0 1 0 1985106680 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 797 370 3 0 500 0
[pid=19636] ppid=19623 vsize=5356 CPUtime=0
/proc/19636/stat : 19636 (sh) S 19623 19623 19307 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985106749 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19636/statm: 1339 233 193 169 0 50 0
[pid=19637] ppid=19636 vsize=868356 CPUtime=0.79
/proc/19637/stat : 19637 (java) S 19636 19623 19307 0 -1 0 6544 0 1 0 75 4 0 0 18 0 9 0 1985106749 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19637/statm: 217089 5782 2537 9 0 211664 0
[pid=19637/tid=19638] ppid=19636 vsize=868356 CPUtime=0.5
/proc/19637/task/19638/stat : 19638 (java) R 19636 19623 19307 0 -1 64 2646 0 1 0 49 1 0 0 21 0 9 0 1985106750 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19639] ppid=19636 vsize=868356 CPUtime=0.06
/proc/19637/task/19639/stat : 19639 (java) S 19636 19623 19307 0 -1 64 1743 0 0 0 6 0 0 0 16 0 9 0 1985106751 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19640] ppid=19636 vsize=868356 CPUtime=0
/proc/19637/task/19640/stat : 19640 (java) S 19636 19623 19307 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1985106751 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19641] ppid=19636 vsize=868356 CPUtime=0
/proc/19637/task/19641/stat : 19641 (java) S 19636 19623 19307 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985106751 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19642] ppid=19636 vsize=868356 CPUtime=0
/proc/19637/task/19642/stat : 19642 (java) S 19636 19623 19307 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985106753 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19643] ppid=19636 vsize=868356 CPUtime=0.18
/proc/19637/task/19643/stat : 19643 (java) R 19636 19623 19307 0 -1 64 1462 0 0 0 18 0 0 0 16 0 9 0 1985106753 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 101842106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19644] ppid=19636 vsize=868356 CPUtime=0
/proc/19637/task/19644/stat : 19644 (java) S 19636 19623 19307 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985106753 889196544 5782 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19637/tid=19645] ppid=19636 vsize=868356 CPUtime=0
/proc/19637/task/19645/stat : 19645 (java) S 19636 19623 19307 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985106753 889196544 5782 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) 887312

[startup+3.10175 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1829544/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 15 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=8640 CPUtime=1.18
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 2065 0 0 0 117 1 0 0 25 0 1 0 1985106869 8847360 2051 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 2160 2051 75 150 0 2007 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 27596

[startup+6.3021 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1827688/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 15 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=10296 CPUtime=4.35
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 2461 0 0 0 434 1 0 0 25 0 1 0 1985106869 10543104 2447 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 2574 2447 75 150 0 2421 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 29252

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1824872/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=12996 CPUtime=10.69
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 3127 0 0 0 1067 2 0 0 25 0 1 0 1985106869 13307904 3113 996147200 134512640 135127466 4294956272 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 3249 3113 75 150 0 3096 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31952

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1820776/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=17024 CPUtime=23.36
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 4134 0 0 0 2333 3 0 0 25 0 1 0 1985106869 17432576 4120 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 4256 4120 75 150 0 4103 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 35980

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1814632/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=23276 CPUtime=48.72
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 5669 0 0 0 4867 5 0 0 25 0 1 0 1985106869 23834624 5655 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 5819 5655 75 150 0 5666 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 42232

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1805480/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=32132 CPUtime=99.45
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 7881 0 0 0 9937 8 0 0 25 0 1 0 1985106869 32903168 7867 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 8033 7867 75 150 0 7880 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 51088

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1796584/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=40844 CPUtime=158.88
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 10098 0 0 0 15877 11 0 0 25 0 1 0 1985106869 41824256 10084 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 10211 10084 75 150 0 10058 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 59800

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1788840/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1772264/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=64696 CPUtime=693.81
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 16013 0 0 0 69362 19 0 0 25 0 1 0 1985106869 66248704 15999 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 16174 15999 75 150 0 16021 0
Current children cumulated CPU time (s) 695.6
Current children cumulated vsize (KiB) 83652

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1772200/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.79
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 3 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=64696 CPUtime=753.26
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 16013 0 0 0 75307 19 0 0 25 0 1 0 1985106869 66248704 15999 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 16174 15999 75 150 0 16021 0
Current children cumulated CPU time (s) 755.05
Current children cumulated vsize (KiB) 83652

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1772200/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=64696 CPUtime=812.69
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 16014 0 0 0 81250 19 0 0 25 0 1 0 1985106869 66248704 16000 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 16174 16000 75 150 0 16021 0
Current children cumulated CPU time (s) 814.49
Current children cumulated vsize (KiB) 83652

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1768680/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=68260 CPUtime=872.12
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 16910 0 0 0 87192 20 0 0 25 0 1 0 1985106869 69898240 16896 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 17065 16896 75 150 0 16912 0
Current children cumulated CPU time (s) 873.92
Current children cumulated vsize (KiB) 87216

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1762344/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=74604 CPUtime=931.55
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 18504 0 0 0 93133 22 0 0 25 0 1 0 1985106869 76394496 18490 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 18651 18490 75 150 0 18498 0
Current children cumulated CPU time (s) 933.35
Current children cumulated vsize (KiB) 93560

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=78300 CPUtime=990.99
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 19420 0 0 0 99075 24 0 0 25 0 1 0 1985106869 80179200 19406 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 19575 19406 75 150 0 19422 0
Current children cumulated CPU time (s) 992.79
Current children cumulated vsize (KiB) 97256

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

[startup+1011.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=78300 CPUtime=999.71
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 19420 0 0 0 99947 24 0 0 25 0 1 0 1985106869 80179200 19406 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 19575 19406 75 150 0 19422 0
Current children cumulated CPU time (s) 1001.51
Current children cumulated vsize (KiB) 97256

[startup+1017.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=78300 CPUtime=1006.06
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 19420 0 0 0 100582 24 0 0 25 0 1 0 1985106869 80179200 19406 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 19575 19406 75 150 0 19422 0
Current children cumulated CPU time (s) 1007.86
Current children cumulated vsize (KiB) 97256

[startup+1019.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=78300 CPUtime=1007.64
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 19420 0 0 0 100740 24 0 0 25 0 1 0 1985106869 80179200 19406 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 19575 19406 75 150 0 19422 0
Current children cumulated CPU time (s) 1009.44
Current children cumulated vsize (KiB) 97256

[startup+1019.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1.8
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1032 11819 0 2 4 1 165 10 16 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
[pid=19646] ppid=19623 vsize=5356 CPUtime=0
/proc/19646/stat : 19646 (sh) S 19623 19623 19307 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985106869 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19646/statm: 1339 232 193 169 0 50 0
[pid=19647] ppid=19646 vsize=78300 CPUtime=1008.43
/proc/19647/stat : 19647 (minisat) R 19646 19623 19307 0 -1 4194304 19420 0 0 0 100819 24 0 0 25 0 1 0 1985106869 80179200 19406 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19647/statm: 19575 19406 75 150 0 19422 0
Current children cumulated CPU time (s) 1010.23
Current children cumulated vsize (KiB) 97256

[startup+1020.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1010.63
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1069 31534 0 2 4 1 101023 35 17 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1010.63
Current children cumulated vsize (KiB) 13600

[startup+1020.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 19647
/proc/meminfo: memFree=1758504/2055920 swapFree=4180096/4192956
[pid=19623] ppid=19621 vsize=13600 CPUtime=1010.64
/proc/19623/stat : 19623 (sugar) S 19621 19623 19307 0 -1 4194304 1090 31534 0 2 4 2 101023 35 15 0 1 0 1985106680 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19623/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1010.64
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1020.52
CPU time (s): 1010.82
CPU user time (s): 1010.42
CPU system time (s): 0.401938
CPU usage (%): 99.0498
Max. virtual memory (cumulated for all children) (KiB): 887424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1010.42
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36400
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= 2202
involuntary context switches= 24904

runsolver used 1.12783 second user time and 3.52046 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-03 07:02:22
IDJOB=1056091
IDBENCH=57398
IDSOLVER=346
FILE ID=node42/1056091-1215061342
PBS_JOBID= 7875218
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-7.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-1056091-1215061342/watcher-1056091-1215061342 -o /tmp/evaluation-result-1056091-1215061342/solver-1056091-1215061342 -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-1056091-1215061342.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 10d8cce48e24d9d5d1e136c73b47f566
RANDOM SEED=887949020

node42.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.214
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.214
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:       1842336 kB
Buffers:          9116 kB
Cached:         105616 kB
SwapCached:       6580 kB
Active:         116100 kB
Inactive:        41536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842336 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          59328 kB
Slab:            40952 kB
Committed_AS:  3553760 kB
PageTables:       1992 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= 66536 MiB
End job on node42 at 2008-07-03 07:19:23