Trace number 2063866

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 82.8374 83.6418

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 19:26:03 2009
0.00/0.07	c 0	PID 13570
0.06/0.07	c 0	HOST node79.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2063866-1247333163.xml TO HOME/temp.csp
0.06/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-2063866-1247333163.xml' 'HOME/temp.csp'
0.97/1.02	c 1	251 domains, 400 variables, 1 predicates, 0 relations, 7046 constraints
0.97/1.06	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.06	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.00/1.13	c 1	Parsing HOME/temp.csp
1.00/1.29	c 2	parsed 7698 expressions
1.00/1.30	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.30	c 2	Converting to clausal form CSP
1.00/1.52	c 2	converted 770 (10%) expressions
1.00/2.05	c 2	converted 1540 (20%) expressions
2.42/2.51	c 3	converted 2310 (30%) expressions
2.82/2.90	c 3	converted 3080 (40%) expressions
3.23/3.40	c 4	converted 3849 (50%) expressions
3.62/3.77	c 4	converted 4619 (60%) expressions
4.02/4.15	c 4	converted 5389 (70%) expressions
4.43/4.51	c 5	converted 6159 (80%) expressions
10.12/10.24	c 10	converted 6929 (90%) expressions
47.21/47.33	c 48	converted 7698 (100%) expressions
47.21/47.33	c 48	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
47.21/47.33	c 48	Heap : 390 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.21/47.33	c 48	Propagation in CSP
54.00/54.16	c 54	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
54.00/54.16	c 54	CSP : 400 integers, 0 booleans, 85223 clauses, largest domain size 33
54.00/54.16	c 54	Heap : 410 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
54.10/54.24	c 54	Simplifing CSP by introducing new Boolean variables
54.81/54.93	c 55	CSP : 400 integers, 178532 booleans, 263755 clauses, largest domain size 33
54.81/54.93	c 55	Heap : 440 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
57.01/57.12	c 57	Encoding CSP to SAT : HOME/temp.cnf
57.07/57.24	c 57	40 (10%) CSP integer variables are encoded (966 clauses, 10495 bytes)
57.07/57.24	c 57	80 (20%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
57.07/57.25	c 57	120 (30%) CSP integer variables are encoded (2868 clauses, 35221 bytes)
57.07/57.25	c 57	160 (40%) CSP integer variables are encoded (3797 clauses, 47298 bytes)
57.07/57.25	c 57	200 (50%) CSP integer variables are encoded (4733 clauses, 59466 bytes)
57.07/57.25	c 57	240 (60%) CSP integer variables are encoded (4905 clauses, 61702 bytes)
57.07/57.26	c 57	280 (70%) CSP integer variables are encoded (5084 clauses, 64029 bytes)
57.07/57.26	c 57	320 (80%) CSP integer variables are encoded (5279 clauses, 66564 bytes)
57.07/57.26	c 57	360 (90%) CSP integer variables are encoded (5466 clauses, 68995 bytes)
57.07/57.26	c 57	400 (100%) CSP integer variables are encoded (5652 clauses, 71413 bytes)
58.36/58.59	c 59	26376 (10%) CSP clauses are encoded (308373 clauses, 5813379 bytes)
59.95/60.19	c 60	52751 (20%) CSP clauses are encoded (712153 clauses, 13504613 bytes)
61.65/61.80	c 62	79127 (30%) CSP clauses are encoded (1124367 clauses, 21347565 bytes)
63.25/63.48	c 64	105502 (40%) CSP clauses are encoded (1550770 clauses, 29481272 bytes)
64.95/65.13	c 65	131878 (50%) CSP clauses are encoded (1966478 clauses, 37456075 bytes)
66.64/66.80	c 67	158253 (60%) CSP clauses are encoded (2384235 clauses, 45746424 bytes)
68.34/68.50	c 69	184629 (70%) CSP clauses are encoded (2807777 clauses, 54270853 bytes)
69.94/70.16	c 70	211004 (80%) CSP clauses are encoded (3221714 clauses, 62664692 bytes)
71.63/71.83	c 72	237380 (90%) CSP clauses are encoded (3640491 clauses, 71050173 bytes)
73.32/73.51	c 74	263755 (100%) CSP clauses are encoded (4063332 clauses, 79603709 bytes)
73.32/73.51	c 74	263755 CSP clauses encoded
73.32/73.51	c 74	Writing map file : HOME/temp.map
73.32/73.54	c 74	Heap : 475 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
73.32/73.54	c 74	SAT : 184545 SAT variables, 4063332 SAT clauses, 79603709 bytes
73.32/73.54	c 74	Heap : 475 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
73.39/73.65	c 74	SOLVING HOME/temp.cnf
73.39/73.65	c 74	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
73.39/73.66	c 74	This is MiniSat 2.0 beta
73.39/73.66	c 74	WARNING: for repeatability, setting FPU to use double precision
73.39/73.66	c 74	============================[ Problem Statistics ]=============================
73.39/73.66	c 74	|                                                                             |
73.39/73.66	c 74	|  Number of variables:  184545                                               |
73.39/73.66	c 74	|  Number of clauses:    4063332                                              |
75.39/75.68	c 76	|  Parsing time:         1.76         s                                       |
75.49/75.79	c 76	============================[ Search Statistics ]==============================
75.49/75.79	c 76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
75.49/75.79	c 76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
75.49/75.79	c 76	===============================================================================
75.49/75.79	c 76	|         0 |  184545  4063332 11840746 |  1354444        0    nan |  0.000 % |
78.89/79.18	c 79	|       100 |  184545  4063332 11840746 |  1489888      100     74 |  0.000 % |
79.88/80.13	c 80	|       252 |  184545  4063332 11840746 |  1638877      252     38 |  0.000 % |
81.18/81.41	c 82	|       478 |  184545  4063332 11840746 |  1802764      478     29 |  0.000 % |
82.18/82.44	c 83	===============================================================================
82.18/82.46	c 83	restarts              : 4
82.18/82.46	c 83	conflicts             : 587            (69 /sec)
82.18/82.46	c 83	decisions             : 8747           (0.85 % random) (1028 /sec)
82.18/82.46	c 83	propagations          : 3570791        (419713 /sec)
82.18/82.46	c 83	conflict literals     : 16701          (2.81 % deleted)
82.18/82.46	c 83	Memory used           : 186.68 MB
82.18/82.46	c 83	CPU time              : 8.50771 s
82.18/82.46	c 83	
82.28/82.53	c 83	SATISFIABLE
82.28/82.56	c 83	DECODING HOME/temp.out WITH HOME/temp.map
82.28/82.56	c 83	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'
82.36/82.64	c 83	Decoding HOME/temp.out
82.36/82.95	s SATISFIABLE
82.36/82.97	v 44 37 13 2 1 15 0 35 17 22 41 12 14 18 6 38 10 42 28 39 11 29 35 7 30 10 33 12 30 40 33 6 0 2 27 13 5 11 34 16 38 5 16 37 35 14 28 29 32 26 25 17 21 37 10 28 8 39 15 13 31 29 11 9 38 32 17 40 39 4 33 36 5 40 9 5 3 8 22 3 32 20 18 5 27 10 26 44 30 17 0 22 33 3 14 1 13 7 25 15 34 37 1 0 16 4 11 12 16 20 5 38 44 6 29 31 29 13 0 19 26 39 14 33 2 43 20 1 27 43 18 4 41 23 1 42 9 19 40 23 7 10 40 41 14 34 6 26 19 38 2 8 42 35 32 1 15 42 29 20 8 3 9 4 21 26 30 24 27 34 31 27 24 0 32 7 8 44 7 36 24 40 43 1 19 2 8 7 8 43 44 23 4 27 41 9 39 21 36 4 19 14 0 12 2 6 1 12 13 7 16 6 16 0 2 16 9 11 2 8 9 13 18 0 13 8 8 4 1 0 17 9 15 10 4 12 1 8 0 16 8 19 7 7 14 9 17 9 2 8 12 11 7 3 2 15 2 18 8 11 1 12 2 13 2 1 9 15 17 19 14 12 6 14 19 9 1 19 9 19 11 2 18 8 19 12 1 16 4 16 9 18 16 4 11 0 15 9 7 15 12 1 14 8 5 10 11 12 0 10 11 1 7 8 17 7 11 14 3 2 9 19 19 11 2 14 9 17 12 2 14 12 9 2 9 18 5 6 4 8 12 19 17 10 8 2 11 4 17 15 8 14 19 11 16 11 4 8 2 4 1 8 12 18 9 18 3 18 10 10 2 8 19 2 17 8 11 10 16 16 11 2 3 19 12 4 5 10 10 8 3 10 8 13 19 18 12 4 1 4
82.36/82.98	c 83	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
82.36/82.99	c 83	CPU 82.77 (0.06 0.01 81.18 1.52)
82.36/82.99	c 83	END Sat Jul 11 19:27:26 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-2063866-1247333163/watcher-2063866-1247333163 -o /tmp/evaluation-result-2063866-1247333163/solver-2063866-1247333163 -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-2063866-1247333163.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.86 1.99 1.99 4/83 13570
/proc/meminfo: memFree=1547800/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=2504 CPUtime=0
/proc/13570/stat : 13570 (sugar) R 13568 13570 13533 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 20381898 2564096 26 996147200 4194304 4206940 548682068608 18446744073709551615 234043274517 0 0 4096 0 0 0 0 17 1 0 0
/proc/13570/statm: 626 26 19 3 0 5 0

[startup+0.0768361 s]
/proc/loadavg: 1.86 1.99 1.99 4/83 13570
/proc/meminfo: memFree=1547800/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16740 CPUtime=0.06
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1152 0 0 0 5 1 0 0 20 0 1 0 20381898 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13570/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102076 s]
/proc/loadavg: 1.86 1.99 1.99 4/83 13570
/proc/meminfo: memFree=1547800/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=0.06
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301095 s]
/proc/loadavg: 1.86 1.99 1.99 4/83 13570
/proc/meminfo: memFree=1547800/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=0.06
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701137 s]
/proc/loadavg: 1.86 1.99 1.99 4/83 13570
/proc/meminfo: memFree=1547800/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=0.06
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 1.86 1.99 1.99 3/94 13582
/proc/meminfo: memFree=1526528/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1309 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 16868

[startup+3.10139 s]
/proc/loadavg: 1.86 1.99 1.99 3/94 13592
/proc/meminfo: memFree=1523584/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1309 8317 0 1 5 1 89 5 15 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868592 CPUtime=2.02
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 11135 0 1 0 197 5 0 0 19 0 9 0 20382005 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217148 10326 2566 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868592 CPUtime=1.51
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 2826 0 1 0 150 1 0 0 25 0 9 0 20382006 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4126511296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868592 CPUtime=0.35
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 6133 0 0 0 33 2 0 0 16 0 9 0 20382007 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20382007 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868592 CPUtime=0.14
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1476 0 0 0 13 1 0 0 16 0 9 0 20382009 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889438208 10326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889438208 10326 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) 890816

[startup+6.30272 s]
/proc/loadavg: 1.95 2.01 1.99 3/94 13592
/proc/meminfo: memFree=1488640/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1309 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868592 CPUtime=5.23
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 19483 0 1 0 513 10 0 0 19 0 9 0 20382005 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217148 18609 2566 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868592 CPUtime=4
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 3342 0 1 0 399 1 0 0 25 0 9 0 20382006 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4126509536 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868592 CPUtime=1.04
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 13944 0 0 0 98 6 0 0 16 0 9 0 20382007 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20382007 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868592 CPUtime=0.15
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1497 0 0 0 14 1 0 0 16 0 9 0 20382009 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889438208 18609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890816

[startup+12.7014 s]
/proc/loadavg: 1.96 2.01 1.99 4/94 13592
/proc/meminfo: memFree=1425536/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1309 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868592 CPUtime=11.62
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 40553 0 1 0 1143 19 0 0 19 0 9 0 20382005 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217148 32578 2567 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868592 CPUtime=8.74
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 3811 0 1 0 872 2 0 0 25 0 9 0 20382006 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4126549668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868592 CPUtime=2.7
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 34545 0 0 0 255 15 0 0 16 0 9 0 20382007 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868592 CPUtime=0.15
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1497 0 0 0 14 1 0 0 16 0 9 0 20382009 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889438208 32578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890816

[startup+25.5027 s]
/proc/loadavg: 2.12 2.04 2.01 3/94 13592
/proc/meminfo: memFree=1306176/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1309 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868592 CPUtime=24.42
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 74682 0 1 0 2410 32 0 0 19 0 9 0 20382005 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217148 62492 2567 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868592 CPUtime=18.77
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 5797 0 1 0 1875 2 0 0 25 0 9 0 20382006 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4126511288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868592 CPUtime=5.47
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 66688 0 0 0 520 27 0 0 16 0 9 0 20382007 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868592 CPUtime=0.15
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1497 0 0 0 14 1 0 0 16 0 9 0 20382009 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889438208 62492 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 890816

[startup+51.1024 s]
/proc/loadavg: 2.21 2.07 2.01 3/94 13592
/proc/meminfo: memFree=1102272/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1310 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868592 CPUtime=50.01
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 129543 0 1 0 4948 53 0 0 19 0 9 0 20382005 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217148 113125 2567 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868592 CPUtime=39.86
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 7844 0 1 0 3983 3 0 0 25 0 9 0 20382006 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4126514008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868592 CPUtime=9.95
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 119499 0 0 0 948 47 0 0 16 0 9 0 20382007 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20382007 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868592 CPUtime=0.16
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1500 0 0 0 15 1 0 0 16 0 9 0 20382009 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868592 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889438208 113125 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 890816

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

[startup+63.9018 s]
/proc/loadavg: 2.16 2.06 2.01 3/94 13592
/proc/meminfo: memFree=1012544/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=1
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1310 8317 0 1 5 1 89 5 16 0 1 0 20381898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1111 409 3 0 796 0
[pid=13583] ppid=13570 vsize=5356 CPUtime=0
/proc/13583/stat : 13583 (sh) S 13570 13570 13533 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20382005 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13583/statm: 1339 233 193 169 0 50 0
[pid=13584] ppid=13583 vsize=868704 CPUtime=62.76
/proc/13584/stat : 13584 (java) S 13583 13570 13533 0 -1 0 145698 0 1 0 6199 77 0 0 19 0 9 0 20382005 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13584/statm: 217176 127438 2593 9 0 211653 0
[pid=13584/tid=13585] ppid=13583 vsize=868704 CPUtime=49.86
/proc/13584/task/13585/stat : 13585 (java) R 13583 13570 13533 0 -1 64 9154 0 1 0 4964 22 0 0 25 0 9 0 20382006 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 102093965 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13586] ppid=13583 vsize=868704 CPUtime=12.63
/proc/13584/task/13586/stat : 13586 (java) S 13583 13570 13533 0 -1 64 134295 0 0 0 1211 52 0 0 16 0 9 0 20382007 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13587] ppid=13583 vsize=868704 CPUtime=0
/proc/13584/task/13587/stat : 13587 (java) S 13583 13570 13533 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20382007 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13588] ppid=13583 vsize=868704 CPUtime=0
/proc/13584/task/13588/stat : 13588 (java) S 13583 13570 13533 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 20382007 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13589] ppid=13583 vsize=868704 CPUtime=0
/proc/13584/task/13589/stat : 13589 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20382009 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13590] ppid=13583 vsize=868704 CPUtime=0.23
/proc/13584/task/13590/stat : 13590 (java) S 13583 13570 13533 0 -1 64 1549 0 0 0 22 1 0 0 15 0 9 0 20382009 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13591] ppid=13583 vsize=868704 CPUtime=0
/proc/13584/task/13591/stat : 13591 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20382009 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13584/tid=13592] ppid=13583 vsize=868704 CPUtime=0
/proc/13584/task/13592/stat : 13592 (java) S 13583 13570 13533 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20382009 889552896 127438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 890928

[startup+76.7021 s]
/proc/loadavg: 2.29 2.09 2.02 3/86 13594
/proc/meminfo: memFree=1299520/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=73.46
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1376 154367 0 2 5 1 7223 117 15 0 1 0 20381898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1113 409 3 0 796 0
[pid=13593] ppid=13570 vsize=5356 CPUtime=0
/proc/13593/stat : 13593 (sh) S 13570 13570 13533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20389264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13593/statm: 1339 232 193 169 0 50 0
[pid=13594] ppid=13593 vsize=182732 CPUtime=3.03
/proc/13594/stat : 13594 (minisat) R 13593 13570 13533 0 -1 4194304 43930 0 0 0 277 26 0 0 25 0 1 0 20389264 187117568 43916 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/13594/statm: 45683 43916 72 150 0 45530 0
Current children cumulated CPU time (s) 76.49
Current children cumulated vsize (KiB) 204956

[startup+79.9014 s]
/proc/loadavg: 2.35 2.11 2.03 3/86 13594
/proc/meminfo: memFree=1287488/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=73.46
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1376 154367 0 2 5 1 7223 117 16 0 1 0 20381898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1113 409 3 0 796 0
[pid=13593] ppid=13570 vsize=5356 CPUtime=0
/proc/13593/stat : 13593 (sh) S 13570 13570 13533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20389264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13593/statm: 1339 232 193 169 0 50 0
[pid=13594] ppid=13593 vsize=187088 CPUtime=6.22
/proc/13594/stat : 13594 (minisat) R 13593 13570 13533 0 -1 4194304 45004 0 0 0 595 27 0 0 25 0 1 0 20389264 191578112 44990 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/13594/statm: 46772 44990 76 150 0 46619 0
Current children cumulated CPU time (s) 79.68
Current children cumulated vsize (KiB) 209312

[startup+81.5016 s]
/proc/loadavg: 2.35 2.11 2.03 3/86 13594
/proc/meminfo: memFree=1283136/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=73.46
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1376 154367 0 2 5 1 7223 117 16 0 1 0 20381898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1113 409 3 0 796 0
[pid=13593] ppid=13570 vsize=5356 CPUtime=0
/proc/13593/stat : 13593 (sh) S 13570 13570 13533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20389264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13593/statm: 1339 232 193 169 0 50 0
[pid=13594] ppid=13593 vsize=189068 CPUtime=7.81
/proc/13594/stat : 13594 (minisat) R 13593 13570 13533 0 -1 4194304 45520 0 0 0 754 27 0 0 25 0 1 0 20389264 193605632 45506 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13594/statm: 47267 45506 76 150 0 47114 0
Current children cumulated CPU time (s) 81.27
Current children cumulated vsize (KiB) 211292

[startup+82.3017 s]
/proc/loadavg: 2.35 2.11 2.03 3/86 13594
/proc/meminfo: memFree=1283136/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=73.46
/proc/13570/stat : 13570 (sugar) S 13568 13570 13533 0 -1 4194304 1376 154367 0 2 5 1 7223 117 16 0 1 0 20381898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13570/statm: 4217 1113 409 3 0 796 0
[pid=13593] ppid=13570 vsize=5356 CPUtime=0
/proc/13593/stat : 13593 (sh) S 13570 13570 13533 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20389264 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/13593/statm: 1339 232 193 169 0 50 0
[pid=13594] ppid=13593 vsize=190172 CPUtime=8.61
/proc/13594/stat : 13594 (minisat) R 13593 13570 13533 0 -1 4194304 45786 0 0 0 834 27 0 0 25 0 1 0 20389264 194736128 45772 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/13594/statm: 47543 45772 76 150 0 47390 0
Current children cumulated CPU time (s) 82.07
Current children cumulated vsize (KiB) 212396

[startup+83.1018 s]
/proc/loadavg: 2.35 2.11 2.03 3/86 13594
/proc/meminfo: memFree=1281088/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=82.81
/proc/13570/stat : 13570 (sugar) D 13568 13570 13533 0 -1 4194304 1478 204652 0 3 6 5 8118 152 16 0 1 0 20381898 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13570/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 82.81
Current children cumulated vsize (KiB) 16868

[startup+83.5018 s]
/proc/loadavg: 2.40 2.12 2.03 2/84 13604
/proc/meminfo: memFree=1541392/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=82.81
/proc/13570/stat : 13570 (sugar) D 13568 13570 13533 0 -1 4194304 1478 204652 0 3 6 5 8118 152 15 0 1 0 20381898 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13570/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 82.81
Current children cumulated vsize (KiB) 16868

[startup+83.6068 s]
/proc/loadavg: 2.40 2.12 2.03 2/84 13604
/proc/meminfo: memFree=1541392/2055920 swapFree=4192956/4192956
[pid=13570] ppid=13568 vsize=16868 CPUtime=82.81
/proc/13570/stat : 13570 (sugar) D 13568 13570 13533 0 -1 4194304 1478 204652 0 3 6 5 8118 152 15 0 1 0 20381898 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/13570/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 82.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 83.6418
CPU time (s): 82.8374
CPU user time (s): 81.2466
CPU system time (s): 1.59076
CPU usage (%): 99.0383
Max. virtual memory (cumulated for all children) (KiB): 903628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.2466
system time used= 1.59076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206190
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= 7443
involuntary context switches= 7619

runsolver used 0.112982 second user time and 0.269958 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 19:26:03
IDJOB=2063866
IDBENCH=54101
IDSOLVER=739
FILE ID=node79/2063866-1247333163
PBS_JOBID= 9506672
Free space on /tmp= 66256 MiB

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

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

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=955173777

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1548280 kB
Buffers:         41420 kB
Cached:         311636 kB
SwapCached:          0 kB
Active:         145864 kB
Inactive:       295568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1548280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:         108692 kB
Slab:            51252 kB
Committed_AS:   257136 kB
PageTables:       1976 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= 66256 MiB
End job on node79 at 2009-07-11 19:27:27