Trace number 2065175

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 163.921 165.787

General information on the benchmark

Namecsp/fischer/
normalized-fischer-10-3-fair.xml
MD5SUM14b32115813e5a5ce1b329ea369de09a
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.81472
Satisfiable
(Un)Satisfiability was proved
Number of variables8447
Number of constraints7987
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7987
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:46:33 2009
0.00/0.08	c 0	PID 16589
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065175-1247337993.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065175-1247337993.xml' 'HOME/temp.csp'
1.15/1.25	c 1	3 domains, 8447 variables, 9 predicates, 0 relations, 7987 constraints
1.15/1.29	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.29	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.21/1.38	c 1	Parsing HOME/temp.csp
1.21/1.52	c 2	parsed 10000 expressions
1.21/1.62	c 2	parsed 16446 expressions
1.21/1.63	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.63	c 2	Converting to clausal form CSP
1.21/1.68	c 2	converted 1645 (10%) expressions
1.21/1.69	c 2	converted 3290 (20%) expressions
1.21/1.69	c 2	converted 4934 (30%) expressions
1.21/1.69	c 2	converted 6579 (40%) expressions
1.21/1.70	c 2	converted 8223 (50%) expressions
1.22/1.93	c 2	converted 9868 (60%) expressions
2.00/2.20	c 2	converted 11513 (70%) expressions
2.39/2.50	c 3	converted 13157 (80%) expressions
2.49/2.68	c 3	converted 14802 (90%) expressions
2.79/3.00	c 3	converted 16446 (100%) expressions
2.89/3.00	c 3	CSP : 14761 integers, 532 booleans, 35936 clauses, largest domain size 20001
2.89/3.00	c 3	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.00	c 3	Propagation in CSP
92.54/93.56	c 94	102386079 values, 0 unsatisfiable literals, and 0 valid clauses are removed
92.54/93.57	c 94	CSP : 14761 integers, 532 booleans, 35936 clauses, largest domain size 20001
92.54/93.57	c 94	Heap : 21 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
92.54/93.58	c 94	Simplifing CSP by introducing new Boolean variables
92.64/93.66	c 94	CSP : 14761 integers, 13326 booleans, 48730 clauses, largest domain size 20001
92.64/93.66	c 94	Heap : 25 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
92.82/93.89	c 94	Encoding CSP to SAT : HOME/temp.cnf
92.92/93.96	c 94	1477 (10%) CSP integer variables are encoded (20726 clauses, 289344 bytes)
94.11/95.19	c 95	2953 (20%) CSP integer variables are encoded (963002 clauses, 16151103 bytes)
94.51/95.55	c 96	4429 (30%) CSP integer variables are encoded (1236566 clauses, 21276918 bytes)
95.71/96.73	c 97	5905 (40%) CSP integer variables are encoded (2106470 clauses, 37805094 bytes)
95.99/97.06	c 97	7381 (50%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
95.99/97.06	c 97	8857 (60%) CSP integer variables are encoded (2344416 clauses, 42326068 bytes)
96.39/97.42	c 97	10333 (70%) CSP integer variables are encoded (2614362 clauses, 47455042 bytes)
96.59/97.60	c 98	11809 (80%) CSP integer variables are encoded (2744336 clauses, 49924548 bytes)
96.89/97.97	c 98	13285 (90%) CSP integer variables are encoded (3014296 clauses, 55053788 bytes)
97.09/98.15	c 98	14761 (100%) CSP integer variables are encoded (3144276 clauses, 57523408 bytes)
110.97/112.25	c 112	4873 (10%) CSP clauses are encoded (10923959 clauses, 214494631 bytes)
111.55/112.89	c 113	9746 (20%) CSP clauses are encoded (11325342 clauses, 222525930 bytes)
112.14/113.48	c 114	14619 (30%) CSP clauses are encoded (11687436 clauses, 229857517 bytes)
113.00/114.36	c 114	19492 (40%) CSP clauses are encoded (12208798 clauses, 240413300 bytes)
113.58/114.90	c 115	24365 (50%) CSP clauses are encoded (12530495 clauses, 247246529 bytes)
113.58/114.93	c 115	29238 (60%) CSP clauses are encoded (12532745 clauses, 247292159 bytes)
113.58/114.96	c 115	34111 (70%) CSP clauses are encoded (12535010 clauses, 247338180 bytes)
115.64/117.09	c 117	38984 (80%) CSP clauses are encoded (13847360 clauses, 275246025 bytes)
116.13/117.57	c 118	43857 (90%) CSP clauses are encoded (14139041 clauses, 281418926 bytes)
116.23/117.64	c 118	48730 (100%) CSP clauses are encoded (14156596 clauses, 281896744 bytes)
116.23/117.64	c 118	48730 CSP clauses encoded
116.23/117.64	c 118	Writing map file : HOME/temp.map
116.23/117.68	c 118	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
116.23/117.68	c 118	SAT : 3161597 SAT variables, 14156596 SAT clauses, 281896744 bytes
116.23/117.68	c 118	Heap : 21 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
116.30/117.72	c 118	SOLVING HOME/temp.cnf
116.30/117.72	c 118	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
116.30/117.73	c 118	This is MiniSat 2.0 beta
116.30/117.73	c 118	WARNING: for repeatability, setting FPU to use double precision
116.30/117.73	c 118	============================[ Problem Statistics ]=============================
116.30/117.73	c 118	|                                                                             |
116.30/117.73	c 118	|  Number of variables:  3161597                                              |
116.30/117.73	c 118	|  Number of clauses:    14156596                                             |
123.99/125.51	c 126	|  Parsing time:         6.41         s                                       |
124.38/125.94	c 126	============================[ Search Statistics ]==============================
124.38/125.94	c 126	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
124.38/125.94	c 126	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
124.38/125.94	c 126	===============================================================================
124.38/125.94	c 126	|         0 | 3060703 14052568 36223969 |  4684189        0    nan |  0.000 % |
139.05/140.76	c 141	|       100 | 3043661 14052568 36223969 |  5152608       72      2 | 14.014 % |
153.81/155.69	c 156	|       250 | 2683367 13058449 34067483 |  5667869      149      3 | 23.539 % |
163.13/165.06	c 165	===============================================================================
163.13/165.06	c 165	restarts              : 3
163.13/165.06	c 165	conflicts             : 303            (7 /sec)
163.13/165.06	c 165	decisions             : 3043           (0.76 % random) (67 /sec)
163.13/165.06	c 165	propagations          : 81535921       (1790932 /sec)
163.13/165.06	c 165	conflict literals     : 631            (2.47 % deleted)
163.13/165.06	c 165	Memory used           : 797.40 MB
163.13/165.06	c 165	CPU time              : 45.5271 s
163.13/165.06	c 165	
163.13/165.06	c 165	UNSATISFIABLE
163.22/165.20	c 165	DECODING HOME/temp.out WITH HOME/temp.map
163.22/165.20	c 165	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
163.33/165.29	c 165	Decoding HOME/temp.out
163.33/165.61	s UNSATISFIABLE
163.33/165.62	c 166	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
163.33/165.64	c 166	CPU 163.74 (0.07 0.01 159.41 4.25)
163.33/165.64	c 166	END Sat Jul 11 20:49:19 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.99 4/80 16589
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=4708 CPUtime=0
/proc/16589/stat : 16589 (sugar) R 16587 16589 15940 0 -1 4194304 55 0 0 0 0 0 0 0 22 0 1 0 20862754 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 246403889196 0 0 4096 0 0 0 0 17 1 0 0
/proc/16589/statm: 1177 40 31 3 0 8 0

[startup+0.084022 s]
/proc/loadavg: 1.93 2.00 1.99 4/80 16589
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16740 CPUtime=0.06
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20862754 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101355 s]
/proc/loadavg: 1.93 2.00 1.99 4/80 16589
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=0.06
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301362 s]
/proc/loadavg: 1.93 2.00 1.99 4/80 16589
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=0.06
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701402 s]
/proc/loadavg: 1.93 2.00 1.99 4/80 16589
/proc/meminfo: memFree=1688552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=0.06
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50148 s]
/proc/loadavg: 1.93 2.00 1.99 4/91 16601
/proc/meminfo: memFree=1662992/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.21
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1309 10005 0 1 5 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16868

[startup+3.10263 s]
/proc/loadavg: 1.93 2.00 1.99 4/91 16611
/proc/meminfo: memFree=1664848/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868592 CPUtime=1.77
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 12342 0 1 0 170 7 0 0 19 0 9 0 20862884 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217148 11147 2566 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868592 CPUtime=0.94
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 2874 0 1 0 92 2 0 0 24 0 9 0 20862885 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868592 CPUtime=0.6
/proc/16603/task/16605/stat : 16605 (java) R 16602 16589 15940 0 -1 64 7259 0 0 0 57 3 0 0 16 0 9 0 20862886 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 102759525 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20862887 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868592 CPUtime=0.2
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 20862889 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889438208 11147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890816

[startup+6.30294 s]
/proc/loadavg: 1.94 2.00 1.99 3/91 16611
/proc/meminfo: memFree=1649808/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868592 CPUtime=4.94
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 12569 0 1 0 485 9 0 0 19 0 9 0 20862884 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217148 11190 2566 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868592 CPUtime=4.02
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 3058 0 1 0 399 3 0 0 25 0 9 0 20862885 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4126562459 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868592 CPUtime=0.68
/proc/16603/task/16605/stat : 16605 (java) S 16602 16589 15940 0 -1 64 7302 0 0 0 64 4 0 0 16 0 9 0 20862886 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20862887 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868592 CPUtime=0.2
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 20862889 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889438208 11190 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890816

[startup+12.7015 s]
/proc/loadavg: 1.94 2.00 1.99 3/91 16611
/proc/meminfo: memFree=1649552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868592 CPUtime=11.28
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 12942 0 1 0 1115 13 0 0 19 0 9 0 20862884 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217148 11194 2566 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868592 CPUtime=10.19
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 3427 0 1 0 1015 4 0 0 25 0 9 0 20862885 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4126519652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868592 CPUtime=0.85
/proc/16603/task/16605/stat : 16605 (java) S 16602 16589 15940 0 -1 64 7306 0 0 0 78 7 0 0 16 0 9 0 20862886 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20862887 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868592 CPUtime=0.2
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 20862889 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889438208 11194 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890816

[startup+25.5028 s]
/proc/loadavg: 1.95 2.00 1.99 3/91 16611
/proc/meminfo: memFree=1649616/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868592 CPUtime=23.95
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 13691 0 1 0 2376 19 0 0 19 0 9 0 20862884 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217148 11204 2566 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868592 CPUtime=22.53
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 4166 0 1 0 2247 6 0 0 25 0 9 0 20862885 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4126966161 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868592 CPUtime=1.19
/proc/16603/task/16605/stat : 16605 (java) S 16602 16589 15940 0 -1 64 7316 0 0 0 108 11 0 0 16 0 9 0 20862886 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20862887 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868592 CPUtime=0.2
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 20862889 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889438208 11204 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 890816

[startup+51.1022 s]
/proc/loadavg: 2.04 2.02 2.00 3/91 16611
/proc/meminfo: memFree=1649552/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 15 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868592 CPUtime=49.31
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 15188 0 1 0 4897 34 0 0 19 0 9 0 20862884 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217148 11222 2566 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868592 CPUtime=47.23
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 5645 0 1 0 4712 11 0 0 25 0 9 0 20862885 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4126562320 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868592 CPUtime=1.84
/proc/16603/task/16605/stat : 16605 (java) S 16602 16589 15940 0 -1 64 7334 0 0 0 163 21 0 0 16 0 9 0 20862886 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20862887 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868592 CPUtime=0.2
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1506 0 0 0 20 0 0 0 16 0 9 0 20862889 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868592 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889438208 11222 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 890816

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/91 16611
/proc/meminfo: memFree=1544208/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=1.22
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1310 10005 0 1 6 1 108 7 16 0 1 0 20862754 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1111 409 3 0 796 0
[pid=16602] ppid=16589 vsize=5356 CPUtime=0
/proc/16602/stat : 16602 (sh) S 16589 16589 15940 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20862884 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16602/statm: 1339 233 193 169 0 50 0
[pid=16603] ppid=16602 vsize=868704 CPUtime=100
/proc/16603/stat : 16603 (java) S 16602 16589 15940 0 -1 0 20435 0 1 0 9866 134 0 0 19 0 9 0 20862884 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16603/statm: 217176 12054 2591 9 0 211653 0
[pid=16603/tid=16604] ppid=16602 vsize=868704 CPUtime=96.13
/proc/16603/task/16604/stat : 16604 (java) R 16602 16589 15940 0 -1 64 9137 0 1 0 9525 88 0 0 25 0 9 0 20862885 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4126431287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16605] ppid=16602 vsize=868704 CPUtime=3.56
/proc/16603/task/16605/stat : 16605 (java) S 16602 16589 15940 0 -1 64 9046 0 0 0 312 44 0 0 16 0 9 0 20862886 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16606] ppid=16602 vsize=868704 CPUtime=0
/proc/16603/task/16606/stat : 16606 (java) S 16602 16589 15940 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20862887 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16607] ppid=16602 vsize=868704 CPUtime=0
/proc/16603/task/16607/stat : 16607 (java) S 16602 16589 15940 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20862887 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16608] ppid=16602 vsize=868704 CPUtime=0
/proc/16603/task/16608/stat : 16608 (java) S 16602 16589 15940 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20862889 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16609] ppid=16602 vsize=868704 CPUtime=0.27
/proc/16603/task/16609/stat : 16609 (java) S 16602 16589 15940 0 -1 64 1549 0 0 0 27 0 0 0 16 0 9 0 20862889 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16610] ppid=16602 vsize=868704 CPUtime=0
/proc/16603/task/16610/stat : 16610 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20862889 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16603/tid=16611] ppid=16602 vsize=868704 CPUtime=0
/proc/16603/task/16611/stat : 16611 (java) S 16602 16589 15940 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20862889 889552896 12054 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 890928

[startup+162.302 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 16613
/proc/meminfo: memFree=634768/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=116.33
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1376 32519 0 2 7 1 11351 274 16 0 1 0 20862754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1113 409 3 0 796 0
[pid=16612] ppid=16589 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16589 16589 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20874527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 232 193 169 0 50 0
[pid=16613] ppid=16612 vsize=816532 CPUtime=44.11
/proc/16613/stat : 16613 (minisat) R 16612 16589 15940 0 -1 4194304 191971 0 0 0 4278 133 0 0 25 0 1 0 20874527 836128768 191957 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/16613/statm: 204133 191957 75 150 0 203980 0
Current children cumulated CPU time (s) 160.44
Current children cumulated vsize (KiB) 838756

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

[startup+163.103 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 16613
/proc/meminfo: memFree=634768/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=116.33
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1376 32519 0 2 7 1 11351 274 16 0 1 0 20862754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1113 409 3 0 796 0
[pid=16612] ppid=16589 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16589 16589 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20874527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 232 193 169 0 50 0
[pid=16613] ppid=16612 vsize=816532 CPUtime=44.91
/proc/16613/stat : 16613 (minisat) R 16612 16589 15940 0 -1 4194304 191971 0 0 0 4358 133 0 0 25 0 1 0 20874527 836128768 191957 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/16613/statm: 204133 191957 75 150 0 203980 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 838756

[startup+164.703 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 16613
/proc/meminfo: memFree=634768/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=116.33
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1376 32519 0 2 7 1 11351 274 16 0 1 0 20862754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1113 409 3 0 796 0
[pid=16612] ppid=16589 vsize=5356 CPUtime=0
/proc/16612/stat : 16612 (sh) S 16589 16589 15940 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20874527 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16612/statm: 1339 232 193 169 0 50 0
[pid=16613] ppid=16612 vsize=816532 CPUtime=46.5
/proc/16613/stat : 16613 (minisat) R 16612 16589 15940 0 -1 4194304 191971 0 0 0 4517 133 0 0 25 0 1 0 20874527 836128768 191957 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/16613/statm: 204133 191957 75 150 0 203980 0
Current children cumulated CPU time (s) 162.83
Current children cumulated vsize (KiB) 838756

[startup+165.502 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 16613
/proc/meminfo: memFree=634768/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=163.33
/proc/16589/stat : 16589 (sugar) S 16587 16589 15940 0 -1 4194304 1448 224784 0 2 7 1 15903 422 16 0 1 0 20862754 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16589/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 163.33
Current children cumulated vsize (KiB) 16868

[startup+165.702 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 16613
/proc/meminfo: memFree=634768/2055920 swapFree=4192812/4192956
[pid=16589] ppid=16587 vsize=16868 CPUtime=163.81
/proc/16589/stat : 16589 (sugar) R 16587 16589 15940 0 -1 4194304 1477 229117 0 3 7 8 15941 425 16 0 1 0 20862754 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16589/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 163.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 165.787
CPU time (s): 163.921
CPU user time (s): 159.491
CPU system time (s): 4.43033
CPU usage (%): 98.8742
Max. virtual memory (cumulated for all children) (KiB): 893380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.491
system time used= 4.43033
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 230654
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= 76905
involuntary context switches= 83061

runsolver used 0.19197 second user time and 0.58791 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 20:46:33
IDJOB=2065175
IDBENCH=54322
IDSOLVER=739
FILE ID=node61/2065175-1247337993
PBS_JOBID= 9506682
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-10-3-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065175-1247337993/watcher-2065175-1247337993 -o /tmp/evaluation-result-2065175-1247337993/solver-2065175-1247337993 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065175-1247337993.xml

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

MD5SUM BENCH= 14b32115813e5a5ce1b329ea369de09a
RANDOM SEED=1180851279

node61.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.229
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.229
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:       1689032 kB
Buffers:         20412 kB
Cached:          74312 kB
SwapCached:          0 kB
Active:         283724 kB
Inactive:        35332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2696 kB
Writeback:           0 kB
Mapped:         242176 kB
Slab:            32932 kB
Committed_AS:   921808 kB
PageTables:       2172 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66404 MiB
End job on node61 at 2009-07-11 20:49:19