Trace number 2063899

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 38.3652 38.8572

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.406938
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 19:28:05 2009
0.00/0.08	c 0	PID 18143
0.00/0.08	c 0	HOST node50.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2063899-1247333284.xml TO HOME/temp.csp
0.00/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-2063899-1247333284.xml' 'HOME/temp.csp'
0.06/0.85	c 0	252 domains, 400 variables, 1 predicates, 0 relations, 2042 constraints
0.06/0.86	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.86	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.82/0.94	c 0	Parsing HOME/temp.csp
0.94/1.06	c 1	parsed 2695 expressions
0.94/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	Converting to clausal form CSP
1.04/1.11	c 1	converted 270 (10%) expressions
1.04/1.12	c 1	converted 539 (20%) expressions
1.24/1.31	c 1	converted 809 (30%) expressions
1.34/1.47	c 1	converted 1078 (40%) expressions
1.43/1.58	c 1	converted 1348 (50%) expressions
1.63/1.72	c 1	converted 1617 (60%) expressions
1.73/1.80	c 1	converted 1887 (70%) expressions
1.73/1.89	c 1	converted 2156 (80%) expressions
8.95/9.19	c 9	converted 2426 (90%) expressions
18.94/19.26	c 19	converted 2695 (100%) expressions
18.94/19.26	c 19	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
18.94/19.26	c 19	Heap : 267 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.94/19.26	c 19	Propagation in CSP
21.81/22.16	c 22	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
21.81/22.16	c 22	CSP : 400 integers, 0 booleans, 45840 clauses, largest domain size 26
21.81/22.16	c 22	Heap : 257 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.91/22.21	c 22	Simplifing CSP by introducing new Boolean variables
23.90/24.26	c 24	CSP : 400 integers, 91941 booleans, 137781 clauses, largest domain size 26
23.90/24.26	c 24	Heap : 286 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.47/25.90	c 25	Encoding CSP to SAT : HOME/temp.cnf
25.57/25.95	c 25	40 (10%) CSP integer variables are encoded (622 clauses, 6702 bytes)
25.57/25.96	c 25	80 (20%) CSP integer variables are encoded (1228 clauses, 13947 bytes)
25.57/25.97	c 25	120 (30%) CSP integer variables are encoded (1834 clauses, 21825 bytes)
25.57/25.97	c 25	160 (40%) CSP integer variables are encoded (2434 clauses, 29625 bytes)
25.57/25.98	c 25	200 (50%) CSP integer variables are encoded (3034 clauses, 37425 bytes)
25.57/25.98	c 25	240 (60%) CSP integer variables are encoded (3047 clauses, 37594 bytes)
25.57/25.98	c 25	280 (70%) CSP integer variables are encoded (3067 clauses, 37854 bytes)
25.57/25.98	c 25	320 (80%) CSP integer variables are encoded (3083 clauses, 38062 bytes)
25.57/25.98	c 25	360 (90%) CSP integer variables are encoded (3094 clauses, 38205 bytes)
25.57/25.98	c 25	400 (100%) CSP integer variables are encoded (3155 clauses, 38998 bytes)
26.26/26.62	c 26	13779 (10%) CSP clauses are encoded (129099 clauses, 2314932 bytes)
26.86/27.24	c 27	27557 (20%) CSP clauses are encoded (273554 clauses, 5009743 bytes)
27.45/27.85	c 27	41335 (30%) CSP clauses are encoded (415535 clauses, 7655861 bytes)
28.04/28.44	c 28	55113 (40%) CSP clauses are encoded (558400 clauses, 10311921 bytes)
28.64/29.05	c 29	68891 (50%) CSP clauses are encoded (705241 clauses, 13066722 bytes)
29.23/29.65	c 29	82669 (60%) CSP clauses are encoded (847796 clauses, 15721533 bytes)
29.80/30.25	c 30	96447 (70%) CSP clauses are encoded (986826 clauses, 18313597 bytes)
30.39/30.86	c 30	110225 (80%) CSP clauses are encoded (1132836 clauses, 21041722 bytes)
30.98/31.45	c 31	124003 (90%) CSP clauses are encoded (1274817 clauses, 23705379 bytes)
31.58/32.04	c 32	137781 (100%) CSP clauses are encoded (1415304 clauses, 26332080 bytes)
31.58/32.04	c 32	137781 CSP clauses encoded
31.58/32.04	c 32	Writing map file : HOME/temp.map
31.58/32.06	c 32	Heap : 304 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.58/32.06	c 32	SAT : 95358 SAT variables, 1415304 SAT clauses, 26332080 bytes
31.58/32.06	c 32	Heap : 304 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.66/32.13	c 32	SOLVING HOME/temp.cnf
31.66/32.13	c 32	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
31.66/32.14	c 32	This is MiniSat 2.0 beta
31.66/32.14	c 32	WARNING: for repeatability, setting FPU to use double precision
31.66/32.14	c 32	============================[ Problem Statistics ]=============================
31.66/32.14	c 32	|                                                                             |
31.66/32.14	c 32	|  Number of variables:  95358                                                |
31.66/32.14	c 32	|  Number of clauses:    1415304                                              |
31.71/32.90	c 32	|  Parsing time:         0.64         s                                       |
32.45/32.95	c 32	============================[ Search Statistics ]==============================
32.45/32.95	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
32.45/32.95	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
32.45/32.95	c 32	===============================================================================
32.45/32.95	c 32	|         0 |   95358  1415304  4065182 |   471768        0    nan |  0.000 % |
33.54/34.01	c 33	|       101 |   95358  1415304  4065182 |   518944      101     65 |  0.000 % |
34.23/34.71	c 34	|       251 |   95358  1415304  4065182 |   570839      251     38 |  0.000 % |
34.92/35.47	c 35	|       477 |   95358  1415304  4065182 |   627923      477     30 |  0.000 % |
36.01/36.51	c 36	|       814 |   95358  1415304  4065182 |   690715      814     27 |  0.000 % |
37.10/37.67	c 37	|      1320 |   95358  1415304  4065182 |   759787     1320     25 |  0.000 % |
37.89/38.46	c 38	===============================================================================
37.89/38.46	c 38	restarts              : 6
37.89/38.46	c 38	conflicts             : 1456           (238 /sec)
37.89/38.46	c 38	decisions             : 4608           (1.11 % random) (752 /sec)
37.89/38.46	c 38	propagations          : 4782661        (780197 /sec)
37.89/38.46	c 38	conflict literals     : 38972          (5.54 % deleted)
37.89/38.46	c 38	Memory used           : 69.50 MB
37.89/38.46	c 38	CPU time              : 6.13007 s
37.89/38.46	c 38	
37.99/38.50	c 38	SATISFIABLE
37.99/38.52	c 38	DECODING HOME/temp.out WITH HOME/temp.map
37.99/38.52	c 38	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'
38.02/38.60	c 38	Decoding HOME/temp.out
38.02/38.80	s SATISFIABLE
38.02/38.82	v 40 26 40 0 18 29 13 42 33 30 7 10 44 9 24 37 35 19 21 29 30 13 6 41 15 2 38 5 35 8 36 36 44 26 25 24 24 0 11 22 35 3 31 23 5 43 26 22 39 35 14 21 2 10 10 4 31 11 33 42 12 25 40 35 29 22 21 8 27 3 18 43 31 22 0 13 35 4 44 28 25 15 27 9 8 20 17 37 0 12 26 40 15 34 37 12 42 13 39 44 29 20 5 27 33 10 34 8 23 2 28 15 0 4 38 18 42 14 7 1 6 3 32 19 10 23 11 23 3 6 41 29 28 34 36 38 36 32 12 3 2 30 24 11 20 38 19 17 41 33 24 5 42 1 21 23 7 43 17 3 30 36 40 32 37 23 32 9 26 41 14 31 16 44 28 34 8 37 39 39 16 16 21 7 29 43 27 19 1 14 34 25 28 16 11 2 20 17 25 1 1 14 13 15 5 1 8 4 5 5 9 12 12 10 13 8 13 3 12 19 4 0 13 11 5 17 17 19 11 3 17 15 0 13 9 17 19 13 18 8 2 13 0 17 17 3 1 6 15 12 12 19 16 4 19 9 10 1 14 15 18 14 3 0 8 11 14 0 13 19 8 18 12 19 1 2 19 12 19 0 10 8 16 18 13 17 8 6 10 2 9 19 0 14 15 19 6 1 11 9 15 11 13 0 19 16 12 9 10 14 5 18 8 8 12 10 16 19 16 12 12 17 18 5 11 5 15 11 12 18 14 5 11 9 2 8 7 14 8 18 6 14 2 8 4 18 10 5 12 6 10 7 0 10 9 9 5 9 12 6 18 5 8 16 13 6 10 11 7 19 10 19 12 17 7 6 16 2 0 5 14 11 0 12 16 14 10 8 16 1 19 1 17 19 6 1 6 4 7 15
38.02/38.83	c 38	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
38.02/38.85	c 38	CPU 38.32 (0.06 0.01 37.24 1.01)
38.02/38.85	c 38	END Sat Jul 11 19:28:43 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2063899-1247333284/watcher-2063899-1247333284 -o /tmp/evaluation-result-2063899-1247333284/solver-2063899-1247333284 -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-2063899-1247333284.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.92 2.14 2.16 4/80 18143
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=18576 CPUtime=0
/proc/18143/stat : 18143 (runsolver) R 18141 18143 14171 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 20392055 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18143/statm: 4644 284 249 26 0 2626 0

[startup+0.0916761 s]
/proc/loadavg: 1.92 2.14 2.16 4/80 18143
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.06
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101677 s]
/proc/loadavg: 1.92 2.14 2.16 4/80 18143
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.06
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301691 s]
/proc/loadavg: 1.92 2.14 2.16 4/80 18143
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.06
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701731 s]
/proc/loadavg: 1.92 2.14 2.16 4/80 18143
/proc/meminfo: memFree=1852328/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.06
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5028 s]
/proc/loadavg: 1.92 2.14 2.16 3/91 18165
/proc/meminfo: memFree=1844112/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1309 5376 0 1 6 1 73 3 15 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=868480 CPUtime=0.6
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 7171 0 1 0 56 4 0 0 18 0 9 0 20392142 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 217120 6417 2566 9 0 211625 0
[pid=18157/tid=18158] ppid=18156 vsize=868480 CPUtime=0.33
/proc/18157/task/18158/stat : 18158 (java) R 18156 18143 14171 0 -1 64 2660 0 1 0 32 1 0 0 22 0 9 0 20392143 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4126426206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=868480 CPUtime=0.08
/proc/18157/task/18159/stat : 18159 (java) S 18156 18143 14171 0 -1 64 2342 0 0 0 8 0 0 0 16 0 9 0 20392144 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392144 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=868480 CPUtime=0.15
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1470 0 0 0 15 0 0 0 16 0 9 0 20392146 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 889323520 6417 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890704

[startup+3.10194 s]
/proc/loadavg: 1.92 2.14 2.16 4/91 18165
/proc/meminfo: memFree=1823696/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1309 5376 0 1 6 1 73 3 15 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=868480 CPUtime=2.19
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 13650 0 1 0 211 8 0 0 18 0 9 0 20392142 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 217120 12835 2566 9 0 211625 0
[pid=18157/tid=18158] ppid=18156 vsize=868480 CPUtime=1.37
/proc/18157/task/18158/stat : 18158 (java) R 18156 18143 14171 0 -1 64 3001 0 1 0 135 2 0 0 25 0 9 0 20392143 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4126426206 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=868480 CPUtime=0.61
/proc/18157/task/18159/stat : 18159 (java) S 18156 18143 14171 0 -1 64 8456 0 0 0 58 3 0 0 16 0 9 0 20392144 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392144 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=868480 CPUtime=0.17
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1494 0 0 0 16 1 0 0 16 0 9 0 20392146 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=868480 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 889323520 12835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890704

[startup+6.30222 s]
/proc/loadavg: 1.92 2.14 2.16 4/91 18165
/proc/meminfo: memFree=1774096/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1309 5376 0 1 6 1 73 3 15 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=868564 CPUtime=5.35
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 26361 0 1 0 520 15 0 0 18 0 9 0 20392142 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 217141 25488 2566 9 0 211646 0
[pid=18157/tid=18158] ppid=18156 vsize=868564 CPUtime=3.39
/proc/18157/task/18158/stat : 18158 (java) R 18156 18143 14171 0 -1 64 3716 0 1 0 337 2 0 0 25 0 9 0 20392143 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4126507731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=868564 CPUtime=1.77
/proc/18157/task/18159/stat : 18159 (java) S 18156 18143 14171 0 -1 64 20452 0 0 0 166 11 0 0 16 0 9 0 20392144 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=868564 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=868564 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392144 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=868564 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=868564 CPUtime=0.17
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1494 0 0 0 16 1 0 0 16 0 9 0 20392146 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=868564 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=868564 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 889409536 25488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890788

[startup+12.7018 s]
/proc/loadavg: 1.93 2.13 2.16 3/91 18165
/proc/meminfo: memFree=1665936/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1309 5376 0 1 6 1 73 3 16 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=878812 CPUtime=11.68
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 64443 0 1 0 1134 34 0 0 18 0 9 0 20392142 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 219703 52000 2567 9 0 214208 0
[pid=18157/tid=18158] ppid=18156 vsize=878812 CPUtime=7.34
/proc/18157/task/18158/stat : 18158 (java) R 18156 18143 14171 0 -1 64 4458 0 1 0 731 3 0 0 25 0 9 0 20392143 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=878812 CPUtime=4.14
/proc/18157/task/18159/stat : 18159 (java) R 18156 18143 14171 0 -1 64 57792 0 0 0 385 29 0 0 16 0 9 0 20392144 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 102758032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20392144 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=878812 CPUtime=0.17
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1494 0 0 0 16 1 0 0 16 0 9 0 20392146 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 899903488 52000 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 901036

[startup+25.5029 s]
/proc/loadavg: 2.16 2.18 2.17 3/91 18165
/proc/meminfo: memFree=1516240/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1310 5376 0 1 6 1 73 3 16 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=878812 CPUtime=24.35
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 116718 0 1 0 2378 57 0 0 18 0 9 0 20392142 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 219703 85336 2567 9 0 214208 0
[pid=18157/tid=18158] ppid=18156 vsize=878812 CPUtime=14.56
/proc/18157/task/18158/stat : 18158 (java) S 18156 18143 14171 0 -1 64 5690 0 1 0 1452 4 0 0 25 0 9 0 20392143 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=878812 CPUtime=9.57
/proc/18157/task/18159/stat : 18159 (java) R 18156 18143 14171 0 -1 64 108823 0 0 0 906 51 0 0 18 0 9 0 20392144 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 104190755 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20392144 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=878812 CPUtime=0.19
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20392146 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=878812 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 899903488 85336 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 901036

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

[startup+31.9075 s]
/proc/loadavg: 2.15 2.17 2.17 3/91 18165
/proc/meminfo: memFree=1483216/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=0.83
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1310 5376 0 1 6 1 73 3 15 0 1 0 20392055 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1111 409 3 0 796 0
[pid=18156] ppid=18143 vsize=5356 CPUtime=0
/proc/18156/stat : 18156 (sh) S 18143 18143 14171 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20392142 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18156/statm: 1339 233 193 169 0 50 0
[pid=18157] ppid=18156 vsize=868676 CPUtime=30.66
/proc/18157/stat : 18157 (java) S 18156 18143 14171 0 -1 0 121361 0 1 0 2992 74 0 0 18 0 9 0 20392142 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18157/statm: 217169 87370 2593 9 0 211646 0
[pid=18157/tid=18158] ppid=18156 vsize=868676 CPUtime=20.38
/proc/18157/task/18158/stat : 18158 (java) R 18156 18143 14171 0 -1 64 8198 0 1 0 2019 19 0 0 25 0 9 0 20392143 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4126996224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18159] ppid=18156 vsize=868676 CPUtime=9.99
/proc/18157/task/18159/stat : 18159 (java) S 18156 18143 14171 0 -1 64 110917 0 0 0 947 52 0 0 16 0 9 0 20392144 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18160] ppid=18156 vsize=868676 CPUtime=0
/proc/18157/task/18160/stat : 18160 (java) S 18156 18143 14171 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20392144 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18161] ppid=18156 vsize=868676 CPUtime=0
/proc/18157/task/18161/stat : 18161 (java) S 18156 18143 14171 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20392144 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18162] ppid=18156 vsize=868676 CPUtime=0
/proc/18157/task/18162/stat : 18162 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20392146 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18163] ppid=18156 vsize=868676 CPUtime=0.26
/proc/18157/task/18163/stat : 18163 (java) S 18156 18143 14171 0 -1 64 1547 0 0 0 25 1 0 0 16 0 9 0 20392146 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18164] ppid=18156 vsize=868676 CPUtime=0
/proc/18157/task/18164/stat : 18164 (java) S 18156 18143 14171 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20392146 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18157/tid=18165] ppid=18156 vsize=868676 CPUtime=0
/proc/18157/task/18165/stat : 18165 (java) S 18156 18143 14171 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20392146 889524224 87370 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.49
Current children cumulated vsize (KiB) 890900

[startup+35.1028 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754832/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=31.71
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1376 127046 0 2 6 1 3080 84 15 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
[pid=18166] ppid=18143 vsize=5356 CPUtime=0
/proc/18166/stat : 18166 (sh) S 18143 18143 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395269 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18166/statm: 1339 232 193 169 0 50 0
[pid=18167] ppid=18166 vsize=70192 CPUtime=2.92
/proc/18167/stat : 18167 (minisat) R 18166 18143 14171 0 -1 4194304 16935 0 0 0 280 12 0 0 25 0 1 0 20395269 71876608 16921 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 17548 16921 76 150 0 17395 0
Current children cumulated CPU time (s) 34.63
Current children cumulated vsize (KiB) 92416

[startup+36.7029 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754448/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=31.71
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1376 127046 0 2 6 1 3080 84 16 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
[pid=18166] ppid=18143 vsize=5356 CPUtime=0
/proc/18166/stat : 18166 (sh) S 18143 18143 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395269 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18166/statm: 1339 232 193 169 0 50 0
[pid=18167] ppid=18166 vsize=70588 CPUtime=4.5
/proc/18167/stat : 18167 (minisat) R 18166 18143 14171 0 -1 4194304 17054 0 0 0 438 12 0 0 25 0 1 0 20395269 72282112 17040 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 17647 17040 76 150 0 17494 0
Current children cumulated CPU time (s) 36.21
Current children cumulated vsize (KiB) 92812

[startup+37.502 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=31.71
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1376 127046 0 2 6 1 3080 84 16 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
[pid=18166] ppid=18143 vsize=5356 CPUtime=0
/proc/18166/stat : 18166 (sh) S 18143 18143 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395269 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18166/statm: 1339 232 193 169 0 50 0
[pid=18167] ppid=18166 vsize=70588 CPUtime=5.29
/proc/18167/stat : 18167 (minisat) R 18166 18143 14171 0 -1 4194304 17064 0 0 0 517 12 0 0 25 0 1 0 20395269 72282112 17050 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 17647 17050 76 150 0 17494 0
Current children cumulated CPU time (s) 37
Current children cumulated vsize (KiB) 92812

[startup+38.301 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754320/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=31.71
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1376 127046 0 2 6 1 3080 84 16 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
[pid=18166] ppid=18143 vsize=5356 CPUtime=0
/proc/18166/stat : 18166 (sh) S 18143 18143 14171 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20395269 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18166/statm: 1339 232 193 169 0 50 0
[pid=18167] ppid=18166 vsize=70720 CPUtime=6.08
/proc/18167/stat : 18167 (minisat) R 18166 18143 14171 0 -1 4194304 17084 0 0 0 596 12 0 0 25 0 1 0 20395269 72417280 17070 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18167/statm: 17680 17070 76 150 0 17527 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 92944

[startup+38.7011 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754128/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=38.02
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1448 144531 0 2 6 1 3697 98 16 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 16868

[startup+38.8011 s]
/proc/loadavg: 2.13 2.17 2.17 3/83 18167
/proc/meminfo: memFree=1754128/2055920 swapFree=4192812/4192956
[pid=18143] ppid=18141 vsize=16868 CPUtime=38.02
/proc/18143/stat : 18143 (sugar) S 18141 18143 14171 0 -1 4194304 1448 144531 0 2 6 1 3697 98 16 0 1 0 20392055 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18143/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 38.02
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 38.8572
CPU time (s): 38.3652
CPU user time (s): 37.3173
CPU system time (s): 1.04784
CPU usage (%): 98.7338
Max. virtual memory (cumulated for all children) (KiB): 911280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3173
system time used= 1.04784
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 150046
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= 5338
involuntary context switches= 6068

runsolver used 0.053991 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-11 19:28:04
IDJOB=2063899
IDBENCH=54104
IDSOLVER=739
FILE ID=node50/2063899-1247333284
PBS_JOBID= 9506529
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.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-2063899-1247333284/watcher-2063899-1247333284 -o /tmp/evaluation-result-2063899-1247333284/solver-2063899-1247333284 -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-2063899-1247333284.xml

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

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=1604368169

node50.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.231
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.231
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:       1852808 kB
Buffers:          5512 kB
Cached:          54464 kB
SwapCached:          0 kB
Active:         135128 kB
Inactive:        18956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1852808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5024 kB
Writeback:           0 kB
Mapped:         111940 kB
Slab:            34060 kB
Committed_AS:   910540 kB
PageTables:       2028 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= 66424 MiB
End job on node50 at 2009-07-11 19:28:43