Trace number 2063107

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 311.18 311.53

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-35_ext.xml
MD5SUM9b477effa2074c42071ac2c82466c5cc
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark311.18
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 18:36:22 2009
0.05/0.07	c 0	PID 14573
0.05/0.07	c 0	HOST node76.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2063107-1247330181.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063107-1247330181.xml' 'HOME/temp.csp'
1.26/1.33	c 1	1 domains, 24 variables, 0 predicates, 75 relations, 75 constraints
1.26/1.35	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.35	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.30/1.42	c 1	Parsing HOME/temp.csp
3.63/3.71	c 4	parsed 175 expressions
3.63/3.71	c 4	Heap : 42 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.63/3.71	c 4	Converting to clausal form CSP
3.63/3.75	c 4	converted 18 (10%) expressions
3.63/3.77	c 4	converted 35 (20%) expressions
3.63/3.78	c 4	converted 53 (30%) expressions
3.74/3.81	c 4	converted 70 (40%) expressions
3.74/3.84	c 4	converted 88 (50%) expressions
3.83/3.93	c 4	converted 105 (60%) expressions
4.03/4.16	c 4	converted 123 (70%) expressions
4.63/4.77	c 5	converted 140 (80%) expressions
4.83/4.99	c 5	converted 158 (90%) expressions
5.13/5.20	c 5	converted 175 (100%) expressions
5.13/5.20	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.20	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.13/5.20	c 5	Propagation in CSP
5.13/5.20	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.13/5.20	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.20	c 5	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.13/5.21	c 5	Simplifing CSP by introducing new Boolean variables
5.13/5.21	c 5	CSP : 24 integers, 0 booleans, 75 clauses, largest domain size 24
5.13/5.21	c 5	Heap : 82 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.34/5.45	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.34/5.45	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
5.34/5.45	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
5.34/5.46	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
5.34/5.46	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
5.34/5.46	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
5.34/5.46	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
5.34/5.46	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
5.34/5.46	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
5.34/5.46	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
5.34/5.46	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.73/5.87	c 6	8 (10%) CSP clauses are encoded (25162 clauses, 590103 bytes)
6.03/6.17	c 6	15 (20%) CSP clauses are encoded (46731 clauses, 1118394 bytes)
6.33/6.49	c 6	23 (30%) CSP clauses are encoded (70254 clauses, 1708517 bytes)
6.63/6.79	c 7	30 (40%) CSP clauses are encoded (91818 clauses, 2250985 bytes)
7.03/7.14	c 7	38 (50%) CSP clauses are encoded (116567 clauses, 2875386 bytes)
7.33/7.44	c 7	45 (60%) CSP clauses are encoded (138106 clauses, 3446925 bytes)
7.63/7.78	c 8	53 (70%) CSP clauses are encoded (162648 clauses, 4109038 bytes)
7.93/8.08	c 8	60 (80%) CSP clauses are encoded (184234 clauses, 4695057 bytes)
8.33/8.42	c 8	68 (90%) CSP clauses are encoded (208862 clauses, 5363194 bytes)
8.63/8.73	c 9	75 (100%) CSP clauses are encoded (230379 clauses, 5946823 bytes)
8.63/8.73	c 9	75 CSP clauses encoded
8.63/8.73	c 9	Writing map file : HOME/temp.map
8.63/8.73	c 9	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.73	c 9	SAT : 552 SAT variables, 230379 SAT clauses, 5946823 bytes
8.63/8.73	c 9	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.75	c 9	SOLVING HOME/temp.cnf
8.63/8.75	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.63/8.76	c 9	This is MiniSat 2.0 beta
8.63/8.76	c 9	WARNING: for repeatability, setting FPU to use double precision
8.63/8.76	c 9	============================[ Problem Statistics ]=============================
8.63/8.76	c 9	|                                                                             |
8.63/8.76	c 9	|  Number of variables:  552                                                  |
8.63/8.76	c 9	|  Number of clauses:    230379                                               |
8.69/8.90	c 9	|  Parsing time:         0.12         s                                       |
8.69/8.91	c 9	============================[ Search Statistics ]==============================
8.69/8.91	c 9	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.69/8.91	c 9	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.69/8.91	c 9	===============================================================================
8.69/8.91	c 9	|         0 |     552   230379  1284034 |    76793        0    nan |  0.000 % |
8.69/9.05	c 9	|       101 |     552   230379  1284034 |    84472      101     13 |  0.000 % |
8.69/9.20	c 9	|       251 |     552   230379  1284034 |    92919      251     12 |  0.008 % |
8.69/9.39	c 9	|       477 |     552   230379  1284034 |   102211      477     12 |  0.008 % |
8.69/9.67	c 10	|       814 |     552   230379  1284034 |   112432      814     13 |  0.007 % |
10.01/10.19	c 10	|      1322 |     552   230379  1284034 |   123675     1322     13 |  0.008 % |
10.82/10.99	c 11	|      2081 |     552   230379  1284034 |   136043     2081     12 |  0.008 % |
11.81/11.93	c 12	|      3220 |     552   230379  1284034 |   149647     3220     13 |  0.007 % |
13.31/13.47	c 13	|      4928 |     552   230379  1284034 |   164612     4928     13 |  0.008 % |
15.31/15.45	c 15	|      7490 |     552   230379  1284034 |   181073     7490     13 |  0.008 % |
18.80/18.96	c 19	|     11334 |     552   230379  1284034 |   199181    11334     13 |  0.008 % |
23.80/23.96	c 24	|     17100 |     552   230379  1284034 |   219099    17100     13 |  0.008 % |
31.81/31.93	c 32	|     25749 |     552   230379  1284034 |   241009    25749     14 |  0.008 % |
44.09/44.23	c 44	|     38724 |     552   230379  1284034 |   265110    38724     14 |  0.008 % |
66.97/67.19	c 67	|     58185 |     552   230379  1284034 |   291621    58185     14 |  0.008 % |
107.05/107.28	c 107	|     87377 |     552   230379  1284034 |   320783    87377     15 |  0.005 % |
171.33/171.54	c 171	|    131169 |     552   230379  1284034 |   352861   131169     15 |  0.007 % |
283.88/284.25	c 284	|    196854 |     551   229144  1278230 |   388147    33475     13 |  0.181 % |
310.97/311.35	c 311	===============================================================================
310.97/311.35	c 311	restarts              : 18
310.97/311.35	c 311	conflicts             : 219757         (727 /sec)
310.97/311.35	c 311	decisions             : 267770         (1.58 % random) (886 /sec)
310.97/311.35	c 311	propagations          : 11390876       (37687 /sec)
310.97/311.35	c 311	conflict literals     : 3417107        (37.33 % deleted)
310.97/311.35	c 311	Memory used           : 32.84 MB
310.97/311.35	c 311	CPU time              : 302.249 s
310.97/311.35	c 311	
310.97/311.35	c 311	SATISFIABLE
310.97/311.35	c 311	DECODING HOME/temp.out WITH HOME/temp.map
310.97/311.35	c 311	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'
311.04/311.44	c 311	Decoding HOME/temp.out
311.04/311.46	s SATISFIABLE
311.04/311.46	v 15 22 8 21 12 19 22 3 13 2 13 18 15 16 14 22 8 3 15 18 23 16 3 2
311.04/311.48	c 311	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
311.04/311.52	c 311	CPU 311.15 (0.05 0.02 310.68 0.4)
311.04/311.52	c 311	END Sat Jul 11 18:41:33 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-2063107-1247330181/watcher-2063107-1247330181 -o /tmp/evaluation-result-2063107-1247330181/solver-2063107-1247330181 -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-2063107-1247330181.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.94 2.11 2.08 4/85 14573
/proc/meminfo: memFree=621424/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=12268 CPUtime=0
/proc/14573/stat : 14573 (sugar) D 14571 14573 12778 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20083522 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 265674259045 0 2147483391 4224 0 18446744072099855350 0 0 17 0 0 0
/proc/14573/statm: 3067 316 241 3 0 167 0

[startup+0.068387 s]
/proc/loadavg: 1.94 2.11 2.08 4/85 14573
/proc/meminfo: memFree=621424/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16608 CPUtime=0.05
/proc/14573/stat : 14573 (sugar) R 14571 14573 12778 0 -1 4194304 1079 0 0 0 4 1 0 0 18 0 1 0 20083522 17006592 1047 996147200 4194304 4206940 548682068608 18446744073709551615 265673937633 0 0 4224 0 0 0 0 17 0 0 0
/proc/14573/statm: 4152 1048 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.101393 s]
/proc/loadavg: 1.94 2.11 2.08 4/85 14573
/proc/meminfo: memFree=621424/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=0.06
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301439 s]
/proc/loadavg: 1.94 2.11 2.08 4/85 14573
/proc/meminfo: memFree=621424/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=0.06
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701509 s]
/proc/loadavg: 1.94 2.11 2.08 4/85 14573
/proc/meminfo: memFree=621424/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=0.06
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50166 s]
/proc/loadavg: 1.94 2.11 2.08 3/96 14585
/proc/meminfo: memFree=594008/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=1.3
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1309 9647 0 1 5 1 115 9 16 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 16868

[startup+3.10297 s]
/proc/loadavg: 1.94 2.11 2.08 4/96 14595
/proc/meminfo: memFree=595736/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=1.3
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1309 9647 0 1 5 1 115 9 16 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
[pid=14586] ppid=14573 vsize=5356 CPUtime=0
/proc/14586/stat : 14586 (sh) S 14573 14573 12778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20083657 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14586/statm: 1339 233 193 169 0 50 0
[pid=14587] ppid=14586 vsize=862288 CPUtime=1.73
/proc/14587/stat : 14587 (java) S 14586 14573 12778 0 -1 0 12645 0 1 0 167 6 0 0 20 0 9 0 20083657 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14587/statm: 215572 11898 2158 9 0 210485 0
[pid=14587/tid=14588] ppid=14586 vsize=862288 CPUtime=1.08
/proc/14587/task/14588/stat : 14588 (java) R 14586 14573 12778 0 -1 64 2341 0 1 0 107 1 0 0 25 0 9 0 20083658 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4126481884 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14589] ppid=14586 vsize=862288 CPUtime=0.6
/proc/14587/task/14589/stat : 14589 (java) S 14586 14573 12778 0 -1 64 9295 0 0 0 56 4 0 0 16 0 9 0 20083659 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14590] ppid=14586 vsize=862288 CPUtime=0
/proc/14587/task/14590/stat : 14590 (java) S 14586 14573 12778 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20083660 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14591] ppid=14586 vsize=862288 CPUtime=0
/proc/14587/task/14591/stat : 14591 (java) S 14586 14573 12778 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20083660 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14592] ppid=14586 vsize=862288 CPUtime=0
/proc/14587/task/14592/stat : 14592 (java) S 14586 14573 12778 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20083662 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14593] ppid=14586 vsize=862288 CPUtime=0.03
/proc/14587/task/14593/stat : 14593 (java) S 14586 14573 12778 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 20083662 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14594] ppid=14586 vsize=862288 CPUtime=0
/proc/14587/task/14594/stat : 14594 (java) S 14586 14573 12778 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20083662 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14595] ppid=14586 vsize=862288 CPUtime=0
/proc/14587/task/14595/stat : 14595 (java) S 14586 14573 12778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20083662 882982912 11898 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 884512

[startup+6.30259 s]
/proc/loadavg: 1.95 2.11 2.08 4/96 14595
/proc/meminfo: memFree=521304/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=1.3
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1310 9647 0 1 5 1 115 9 16 0 1 0 20083522 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1111 409 3 0 796 0
[pid=14586] ppid=14573 vsize=5356 CPUtime=0
/proc/14586/stat : 14586 (sh) S 14573 14573 12778 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20083657 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14586/statm: 1339 233 193 169 0 50 0
[pid=14587] ppid=14586 vsize=864504 CPUtime=4.93
/proc/14587/stat : 14587 (java) S 14586 14573 12778 0 -1 0 26482 0 1 0 480 13 0 0 20 0 9 0 20083657 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14587/statm: 216126 25671 2590 9 0 210603 0
[pid=14587/tid=14588] ppid=14586 vsize=864504 CPUtime=2.82
/proc/14587/task/14588/stat : 14588 (java) R 14586 14573 12778 0 -1 64 3760 0 1 0 279 3 0 0 25 0 9 0 20083658 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14589] ppid=14586 vsize=864504 CPUtime=2.01
/proc/14587/task/14589/stat : 14589 (java) S 14586 14573 12778 0 -1 64 21680 0 0 0 192 9 0 0 16 0 9 0 20083659 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14590] ppid=14586 vsize=864504 CPUtime=0
/proc/14587/task/14590/stat : 14590 (java) S 14586 14573 12778 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20083660 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14591] ppid=14586 vsize=864504 CPUtime=0
/proc/14587/task/14591/stat : 14591 (java) S 14586 14573 12778 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20083660 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14592] ppid=14586 vsize=864504 CPUtime=0
/proc/14587/task/14592/stat : 14592 (java) S 14586 14573 12778 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20083662 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14593] ppid=14586 vsize=864504 CPUtime=0.07
/proc/14587/task/14593/stat : 14593 (java) S 14586 14573 12778 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 20083662 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14594] ppid=14586 vsize=864504 CPUtime=0
/proc/14587/task/14594/stat : 14594 (java) S 14586 14573 12778 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20083662 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14587/tid=14595] ppid=14586 vsize=864504 CPUtime=0
/proc/14587/task/14595/stat : 14595 (java) S 14586 14573 12778 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20083662 885252096 25671 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 886728

[startup+12.7028 s]
/proc/loadavg: 1.95 2.11 2.08 3/88 14597
/proc/meminfo: memFree=592992/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=16164 CPUtime=3.92
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 3876 0 0 0 390 2 0 0 25 0 1 0 20084398 16551936 3862 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 4041 3862 75 150 0 3888 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 38388

[startup+25.5013 s]
/proc/loadavg: 1.96 2.10 2.08 3/88 14597
/proc/meminfo: memFree=591968/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=17564 CPUtime=16.71
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 4203 0 0 0 1669 2 0 0 25 0 1 0 20084398 17985536 4189 996147200 134512640 135127466 4294956256 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 4391 4189 75 150 0 4238 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 39788

[startup+51.1012 s]
/proc/loadavg: 2.03 2.11 2.08 3/88 14597
/proc/meminfo: memFree=589728/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=19824 CPUtime=42.29
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 4787 0 0 0 4226 3 0 0 25 0 1 0 20084398 20299776 4773 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 4956 4773 75 150 0 4803 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 42048

[startup+102.306 s]
/proc/loadavg: 2.07 2.10 2.08 3/88 14597
/proc/meminfo: memFree=558816/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=23552 CPUtime=93.47
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 5702 0 0 0 9343 4 0 0 25 0 1 0 20084398 24117248 5688 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 5888 5688 75 150 0 5735 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 45776

[startup+162.302 s]
/proc/loadavg: 2.08 2.10 2.08 3/88 14597
/proc/meminfo: memFree=554976/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=27488 CPUtime=153.43
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 6668 0 0 0 15338 5 0 0 25 0 1 0 20084398 28147712 6654 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 6872 6654 75 150 0 6719 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 49712

[startup+222.302 s]
/proc/loadavg: 2.08 2.09 2.08 3/88 14597
/proc/meminfo: memFree=551584/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=30980 CPUtime=213.41
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 7505 0 0 0 21334 7 0 0 25 0 1 0 20084398 31723520 7491 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 7745 7491 75 150 0 7592 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 53204

[startup+282.303 s]
/proc/loadavg: 2.08 2.09 2.08 3/88 14597
/proc/meminfo: memFree=520224/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=273.29
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8177 0 0 0 27321 8 0 0 25 0 1 0 20084398 34426880 8163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8163 75 150 0 8252 0
Current children cumulated CPU time (s) 281.98
Current children cumulated vsize (KiB) 55844

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

[startup+294.302 s]
/proc/loadavg: 2.14 2.10 2.08 3/88 14597
/proc/meminfo: memFree=520224/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=285.28
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8177 0 0 0 28520 8 0 0 25 0 1 0 20084398 34426880 8163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8163 75 150 0 8252 0
Current children cumulated CPU time (s) 293.97
Current children cumulated vsize (KiB) 55844

[startup+300.701 s]
/proc/loadavg: 2.21 2.11 2.09 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=291.68
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8177 0 0 0 29160 8 0 0 25 0 1 0 20084398 34426880 8163 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8163 75 150 0 8252 0
Current children cumulated CPU time (s) 300.37
Current children cumulated vsize (KiB) 55844

[startup+307.101 s]
/proc/loadavg: 2.27 2.13 2.09 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=298.08
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8182 0 0 0 29800 8 0 0 25 0 1 0 20084398 34426880 8168 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8168 75 150 0 8252 0
Current children cumulated CPU time (s) 306.77
Current children cumulated vsize (KiB) 55844

[startup+308.703 s]
/proc/loadavg: 2.27 2.13 2.09 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=299.68
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8187 0 0 0 29960 8 0 0 25 0 1 0 20084398 34426880 8173 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8173 75 150 0 8252 0
Current children cumulated CPU time (s) 308.37
Current children cumulated vsize (KiB) 55844

[startup+310.302 s]
/proc/loadavg: 2.33 2.14 2.10 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=301.28
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8187 0 0 0 30120 8 0 0 25 0 1 0 20084398 34426880 8173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8173 75 150 0 8252 0
Current children cumulated CPU time (s) 309.97
Current children cumulated vsize (KiB) 55844

[startup+311.101 s]
/proc/loadavg: 2.33 2.14 2.10 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=8.69
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1374 36483 0 2 5 1 834 29 16 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
[pid=14596] ppid=14573 vsize=5356 CPUtime=0
/proc/14596/stat : 14596 (sh) S 14573 14573 12778 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20084398 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14596/statm: 1339 232 193 169 0 50 0
[pid=14597] ppid=14596 vsize=33620 CPUtime=302.08
/proc/14597/stat : 14597 (minisat) R 14596 14573 12778 0 -1 4194304 8187 0 0 0 30200 8 0 0 25 0 1 0 20084398 34426880 8173 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14597/statm: 8405 8173 75 150 0 8252 0
Current children cumulated CPU time (s) 310.77
Current children cumulated vsize (KiB) 55844

[startup+311.501 s]
/proc/loadavg: 2.33 2.14 2.10 3/88 14597
/proc/meminfo: memFree=520160/2055920 swapFree=4192948/4192956
[pid=14573] ppid=14571 vsize=16868 CPUtime=311.04
/proc/14573/stat : 14573 (sugar) S 14571 14573 12778 0 -1 4194304 1447 44965 0 2 5 2 31059 38 15 0 1 0 20083522 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14573/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 311.04
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 311.53
CPU time (s): 311.18
CPU user time (s): 310.744
CPU system time (s): 0.435933
CPU usage (%): 99.8877
Max. virtual memory (cumulated for all children) (KiB): 886728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 310.744
system time used= 0.435933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50241
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= 3831
involuntary context switches= 10631

runsolver used 0.462929 second user time and 0.963853 second system time

The end

Launcher Data

Begin job on node76 at 2009-07-11 18:36:22
IDJOB=2063107
IDBENCH=53963
IDSOLVER=739
FILE ID=node76/2063107-1247330181
PBS_JOBID= 9506481
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-35_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063107-1247330181/watcher-2063107-1247330181 -o /tmp/evaluation-result-2063107-1247330181/solver-2063107-1247330181 -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-2063107-1247330181.xml

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

MD5SUM BENCH= 9b477effa2074c42071ac2c82466c5cc
RANDOM SEED=919613780

node76.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.277
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.277
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        621912 kB
Buffers:         56864 kB
Cached:         843380 kB
SwapCached:          8 kB
Active:         516628 kB
Inactive:       842640 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        621912 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4224 kB
Writeback:           0 kB
Mapped:         474608 kB
Slab:            59124 kB
Committed_AS:   835132 kB
PageTables:       2696 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= 66376 MiB
End job on node76 at 2009-07-11 18:41:33