Trace number 2063920

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+picosatSAT 142.876 144.639

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-12.xml
MD5SUM3aaedc74d6ee49711e76829517479c6b
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark23.1345
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints33494
Maximum constraint arity23
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33194
Global constraints used (with number of constraints)alldifferent(300)

Solver Data

0.05/0.23	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.23	c 0	BEGIN Sat Jul 11 19:28:48 2009
0.05/0.23	c 0	PID 18092
0.05/0.23	c 0	HOST node44.alineos.net
0.05/0.23	c 0	CONVERTING HOME/instance-2063920-1247333327.xml TO HOME/temp.csp
0.05/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063920-1247333327.xml' 'HOME/temp.csp'
2.29/2.59	c 2	428 domains, 800 variables, 1 predicates, 0 relations, 33494 constraints
2.39/2.60	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.39/2.60	c 2	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'
2.39/2.68	c 2	Parsing HOME/temp.csp
2.40/2.99	c 2	parsed 10000 expressions
2.40/3.20	c 3	parsed 20000 expressions
3.06/3.31	c 3	parsed 30000 expressions
3.16/3.44	c 3	parsed 34723 expressions
3.16/3.45	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.16/3.45	c 3	Converting to clausal form CSP
4.65/4.95	c 4	converted 3473 (10%) expressions
6.52/6.89	c 6	converted 6945 (20%) expressions
8.21/8.55	c 8	converted 10417 (30%) expressions
10.39/10.76	c 10	converted 13890 (40%) expressions
12.07/12.47	c 12	converted 17362 (50%) expressions
14.56/14.94	c 14	converted 20834 (60%) expressions
16.23/16.64	c 16	converted 24307 (70%) expressions
17.92/18.35	c 18	converted 27779 (80%) expressions
19.60/20.03	c 19	converted 31251 (90%) expressions
58.03/58.82	c 58	converted 34723 (100%) expressions
58.03/58.82	c 58	CSP : 800 integers, 0 booleans, 96457 clauses, largest domain size 34
58.03/58.82	c 58	Heap : 472 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.03/58.82	c 58	Propagation in CSP
64.17/65.06	c 64	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
64.17/65.06	c 64	CSP : 800 integers, 0 booleans, 96457 clauses, largest domain size 34
64.17/65.06	c 64	Heap : 466 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.27/65.16	c 65	Simplifing CSP by introducing new Boolean variables
68.03/68.97	c 68	CSP : 800 integers, 253352 booleans, 349809 clauses, largest domain size 34
68.03/68.98	c 68	Heap : 538 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
71.00/71.90	c 71	Encoding CSP to SAT : HOME/temp.cnf
71.00/71.99	c 71	80 (10%) CSP integer variables are encoded (1836 clauses, 21809 bytes)
71.10/72.00	c 71	160 (20%) CSP integer variables are encoded (3705 clauses, 46106 bytes)
71.10/72.01	c 71	240 (30%) CSP integer variables are encoded (5603 clauses, 70780 bytes)
71.10/72.02	c 71	320 (40%) CSP integer variables are encoded (7502 clauses, 95467 bytes)
71.10/72.03	c 71	400 (50%) CSP integer variables are encoded (9370 clauses, 119751 bytes)
71.10/72.03	c 71	480 (60%) CSP integer variables are encoded (9776 clauses, 125436 bytes)
71.10/72.03	c 71	560 (70%) CSP integer variables are encoded (10150 clauses, 131046 bytes)
71.10/72.03	c 71	640 (80%) CSP integer variables are encoded (10579 clauses, 137481 bytes)
71.10/72.03	c 71	720 (90%) CSP integer variables are encoded (10973 clauses, 143391 bytes)
71.10/72.03	c 71	800 (100%) CSP integer variables are encoded (11419 clauses, 150081 bytes)
72.88/73.83	c 73	34981 (10%) CSP clauses are encoded (412527 clauses, 7684113 bytes)
74.57/75.56	c 75	69962 (20%) CSP clauses are encoded (819505 clauses, 15738576 bytes)
76.34/77.31	c 77	104943 (30%) CSP clauses are encoded (1215814 clauses, 23570420 bytes)
78.13/79.13	c 78	139924 (40%) CSP clauses are encoded (1623836 clauses, 31993088 bytes)
80.10/81.17	c 81	174905 (50%) CSP clauses are encoded (2085377 clauses, 41486866 bytes)
82.56/83.66	c 83	209886 (60%) CSP clauses are encoded (2638526 clauses, 52682397 bytes)
84.93/86.10	c 85	244867 (70%) CSP clauses are encoded (3187799 clauses, 63812581 bytes)
87.40/88.55	c 88	279848 (80%) CSP clauses are encoded (3739478 clauses, 75021725 bytes)
89.78/90.99	c 90	314829 (90%) CSP clauses are encoded (4291036 clauses, 86214675 bytes)
92.24/93.45	c 93	349809 (100%) CSP clauses are encoded (4846952 clauses, 97528570 bytes)
92.24/93.45	c 93	349809 CSP clauses encoded
92.24/93.45	c 93	Writing map file : HOME/temp.map
92.24/93.50	c 93	Heap : 547 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
92.24/93.50	c 93	SAT : 265444 SAT variables, 4846952 SAT clauses, 97528570 bytes
92.24/93.50	c 93	Heap : 547 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
92.40/93.62	c 93	SOLVING HOME/temp.cnf
92.40/93.62	c 93	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
142.17/143.99	c 143	DECODING HOME/temp.out WITH HOME/temp.map
142.17/143.99	c 143	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'
142.26/144.08	c 143	Decoding HOME/temp.out
142.74/144.50	s SATISFIABLE
142.74/144.53	v 10 21 16 4 40 33 11 21 27 21 39 41 43 10 15 32 3 7 28 1 19 22 30 18 33 39 16 35 22 20 14 10 13 18 6 29 14 23 44 41 1 24 13 34 23 37 22 38 20 12 11 4 25 0 12 12 8 33 31 2 5 11 29 25 22 9 31 2 9 34 36 9 5 40 7 24 9 33 3 40 25 31 27 38 4 13 35 13 15 39 25 16 9 13 18 3 43 14 36 13 38 28 18 11 1 37 6 33 16 29 8 23 7 9 20 19 8 3 37 42 3 14 28 2 35 26 41 44 12 17 31 17 18 39 20 42 42 18 13 17 24 37 30 5 2 19 23 15 25 37 36 7 21 0 43 42 16 18 42 5 42 20 5 25 12 7 6 14 38 23 2 11 16 34 23 17 43 9 8 2 19 19 1 36 39 6 44 39 41 26 43 41 44 13 22 26 20 39 18 10 40 14 38 24 3 15 5 21 30 3 15 24 4 4 33 11 0 13 41 17 34 20 28 11 27 28 25 10 13 29 16 8 17 34 0 12 9 5 14 6 26 34 30 16 0 2 22 22 30 28 13 30 27 34 40 7 4 7 1 29 40 26 2 11 26 8 32 0 21 44 3 26 29 4 10 30 25 31 8 38 6 30 22 34 19 33 24 35 13 6 17 15 3 39 4 27 29 6 7 17 14 44 21 0 14 34 37 24 30 41 21 26 15 27 27 25 17 36 36 44 40 32 35 19 38 36 35 30 5 31 2 29 33 43 35 0 7 24 12 16 34 38 36 32 40 39 26 31 24 36 35 12 8 35 10 29 16 7 41 32 33 32 8 0 37 11 5 39 20 31 19 38 35 1 15 41 35 35 11 34 37 18 20 27 40 17 32 43 1 43 28 32 17 32 15 19 10 1 37 7 18 14 18 18 18 16 11 19 8 15 9 6 12 10 18 8 18 3 12 19 19 11 8 11 5 17 17 19 10 3 17 11 0 9 18 16 16 18 19 8 18 18 5 13 4 14 17 6 16 12 12 6 18 4 19 11 7 13 14 15 13 14 3 14 8 11 3 0 13 19 5 18 9 12 10 7 19 12 13 0 13 8 4 16 15 17 8 6 10 13 9 3 16 18 6 7 15 8 8 16 15 18 18 16 14 12 12 11 10 14 14 16 15 17 12 10 19 19 18 18 12 13 4 5 11 8 15 9 8 13 19 15 13 19 2 13 7 14 12 19 6 3 7 8 14 18 10 8 12 6 19 7 16 10 9 5 5 5 12 6 4 15 18 8 18 6 1 2 19 19 10 19 12 17 3 6 13 15 9 13 14 8 11 12 18 14 8 8 13 5 3 12 18 19 6 18 6 16 2 15 15 10 8 5 6 12 19 12 18 4 5 16 14 13 19 18 3 15 11 18 18 19 19 17 18 6 7 14 10 19 8 6 16 1 18 16 12 17 7 11 11 10 9 6 11 4 7 4 19 17 11 6 1 14 13 19 5 18 10 18 6 17 3 3 13 18 18 12 10 7 1 12 17 4 12 14 4 10 17 18 8 12 19 2 17 3 19 7 2 4 12 17 0 12 3 14 8 0 17 1 6 12 4 5 5 5 19 1 3 2 13 19 13 13 12 2 2 15 18 6 3 1 18 16 17 14 5 2 2 16 2 7 9 11 16 9 16 9 4 0 12 7 13 5 5 3 10 12 0 11 14 3 5 6 6 5 11 12 9 13 6 9 4 2 16 9 1 11 4 9 9 4 13 9 4 5 12 9 8 8 15 1 9 6 2 5 19 5 7 2 3 4 17 0 19 13 9 5 13 13
142.74/144.54	c 144	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
142.74/144.59	c 144	CPU 142.79 (0.06 0.01 117.76 24.96)
142.74/144.59	c 144	END Sat Jul 11 19:31:12 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-2063920-1247333327/watcher-2063920-1247333327 -o /tmp/evaluation-result-2063920-1247333327/solver-2063920-1247333327 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2063920-1247333327.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.85 1.97 1.99 4/82 18092
/proc/meminfo: memFree=1829208/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=18576 CPUtime=0
/proc/18092/stat : 18092 (runsolver) R 18090 18092 18055 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 20396606 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264840473895 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18092/statm: 4644 284 249 26 0 2626 0

[startup+0.0468749 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 18092
/proc/meminfo: memFree=1829208/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=12268 CPUtime=0
/proc/18092/stat : 18092 (sugar) D 18090 18092 18055 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 20396606 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264840641125 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/18092/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102238 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 18092
/proc/meminfo: memFree=1829208/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=12272 CPUtime=0
/proc/18092/stat : 18092 (sugar) R 18090 18092 18055 0 -1 4194304 409 0 0 0 0 0 0 0 18 0 1 0 20396606 12566528 377 996147200 4194304 4206940 548682068608 18446744073709551615 264849374206 0 0 4224 0 0 0 0 17 1 0 0
/proc/18092/statm: 3068 377 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301251 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 18092
/proc/meminfo: memFree=1829208/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=0.07
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701288 s]
/proc/loadavg: 1.85 1.97 1.99 4/82 18092
/proc/meminfo: memFree=1829208/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=0.07
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 18104
/proc/meminfo: memFree=1806848/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=0.07
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
[pid=18095] ppid=18092 vsize=5356 CPUtime=0
/proc/18095/stat : 18095 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20396629 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18095/statm: 1339 233 193 169 0 50 0
[pid=18096] ppid=18095 vsize=864772 CPUtime=1.24
/proc/18096/stat : 18096 (java) S 18095 18092 18055 0 -1 0 13055 0 1 0 117 7 0 0 18 0 9 0 20396629 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18096/statm: 216193 11088 2556 9 0 210705 0
[pid=18096/tid=18097] ppid=18095 vsize=864772 CPUtime=0.73
/proc/18096/task/18097/stat : 18097 (java) R 18095 18092 18055 0 -1 64 3053 0 1 0 71 2 0 0 18 0 9 0 20396631 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18098] ppid=18095 vsize=864772 CPUtime=0.38
/proc/18096/task/18098/stat : 18098 (java) R 18095 18092 18055 0 -1 64 8790 0 0 0 35 3 0 0 16 0 9 0 20396632 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 104194432 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18099] ppid=18095 vsize=864772 CPUtime=0
/proc/18096/task/18099/stat : 18099 (java) S 18095 18092 18055 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20396632 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18100] ppid=18095 vsize=864772 CPUtime=0
/proc/18096/task/18100/stat : 18100 (java) S 18095 18092 18055 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20396632 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18101] ppid=18095 vsize=864772 CPUtime=0
/proc/18096/task/18101/stat : 18101 (java) S 18095 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20396634 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18102] ppid=18095 vsize=864772 CPUtime=0.11
/proc/18096/task/18102/stat : 18102 (java) S 18095 18092 18055 0 -1 64 506 0 0 0 11 0 0 0 16 0 9 0 20396634 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18103] ppid=18095 vsize=864772 CPUtime=0
/proc/18096/task/18103/stat : 18103 (java) S 18095 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20396634 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18096/tid=18104] ppid=18095 vsize=864772 CPUtime=0
/proc/18096/task/18104/stat : 18104 (java) S 18095 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20396634 885526528 11088 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 886996

[startup+3.10154 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 18104
/proc/meminfo: memFree=1773440/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=2.4
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1309 19560 0 1 6 1 222 11 15 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30287 s]
/proc/loadavg: 1.94 1.98 1.99 3/93 18114
/proc/meminfo: memFree=1780672/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=2.4
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1309 19560 0 1 6 1 222 11 16 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
[pid=18105] ppid=18092 vsize=5356 CPUtime=0
/proc/18105/stat : 18105 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20396866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18105/statm: 1339 233 193 169 0 50 0
[pid=18106] ppid=18105 vsize=868648 CPUtime=3.64
/proc/18106/stat : 18106 (java) S 18105 18092 18055 0 -1 0 16782 0 1 0 356 8 0 0 18 0 9 0 20396867 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 217162 15444 2566 9 0 211667 0
[pid=18106/tid=18107] ppid=18105 vsize=868648 CPUtime=2.67
/proc/18106/task/18107/stat : 18107 (java) R 18105 18092 18055 0 -1 64 2897 0 1 0 266 1 0 0 25 0 9 0 20396868 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18108] ppid=18105 vsize=868648 CPUtime=0.78
/proc/18106/task/18108/stat : 18108 (java) R 18105 18092 18055 0 -1 64 11721 0 0 0 73 5 0 0 16 0 9 0 20396869 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 103731825 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18105 18092 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18105 18092 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18105 18092 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20396871 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18105 vsize=868648 CPUtime=0.15
/proc/18106/task/18112/stat : 18112 (java) S 18105 18092 18055 0 -1 64 1461 0 0 0 15 0 0 0 15 0 9 0 20396871 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20396871 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20396871 889495552 15444 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 890872

[startup+12.7076 s]
/proc/loadavg: 2.03 2.00 2.00 3/93 18114
/proc/meminfo: memFree=1715648/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=2.4
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1309 19560 0 1 6 1 222 11 16 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
[pid=18105] ppid=18092 vsize=5356 CPUtime=0
/proc/18105/stat : 18105 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20396866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18105/statm: 1339 233 193 169 0 50 0
[pid=18106] ppid=18105 vsize=868648 CPUtime=9.97
/proc/18106/stat : 18106 (java) S 18105 18092 18055 0 -1 0 36475 0 1 0 980 17 0 0 18 0 9 0 20396867 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 217162 31380 2567 9 0 211667 0
[pid=18106/tid=18107] ppid=18105 vsize=868648 CPUtime=7.58
/proc/18106/task/18107/stat : 18107 (java) R 18105 18092 18055 0 -1 64 3693 0 1 0 756 2 0 0 25 0 9 0 20396868 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18108] ppid=18105 vsize=868648 CPUtime=2.2
/proc/18106/task/18108/stat : 18108 (java) R 18105 18092 18055 0 -1 64 30616 0 0 0 207 13 0 0 16 0 9 0 20396869 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18105 18092 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18105 18092 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18105 18092 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20396871 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18105 vsize=868648 CPUtime=0.16
/proc/18106/task/18112/stat : 18112 (java) S 18105 18092 18055 0 -1 64 1463 0 0 0 16 0 0 0 16 0 9 0 20396871 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20396871 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20396871 889495552 31380 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 890872

[startup+25.5028 s]
/proc/loadavg: 2.18 2.03 2.01 3/93 18114
/proc/meminfo: memFree=1592704/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=2.4
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1309 19560 0 1 6 1 222 11 16 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
[pid=18105] ppid=18092 vsize=5356 CPUtime=0
/proc/18105/stat : 18105 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20396866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18105/statm: 1339 233 193 169 0 50 0
[pid=18106] ppid=18105 vsize=868648 CPUtime=22.64
/proc/18106/stat : 18106 (java) S 18105 18092 18055 0 -1 0 73485 0 1 0 2232 32 0 0 18 0 9 0 20396867 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 217162 60985 2567 9 0 211667 0
[pid=18106/tid=18107] ppid=18105 vsize=868648 CPUtime=16.65
/proc/18106/task/18107/stat : 18107 (java) R 18105 18092 18055 0 -1 64 5812 0 1 0 1662 3 0 0 25 0 9 0 20396868 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4126514096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18108] ppid=18105 vsize=868648 CPUtime=5.79
/proc/18106/task/18108/stat : 18108 (java) S 18105 18092 18055 0 -1 64 65499 0 0 0 552 27 0 0 16 0 9 0 20396869 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18105 18092 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18105 18092 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18105 18092 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20396871 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18105 vsize=868648 CPUtime=0.17
/proc/18106/task/18112/stat : 18112 (java) S 18105 18092 18055 0 -1 64 1471 0 0 0 17 0 0 0 15 0 9 0 20396871 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20396871 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20396871 889495552 60985 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.04
Current children cumulated vsize (KiB) 890872

[startup+51.1025 s]
/proc/loadavg: 2.18 2.04 2.01 3/93 18114
/proc/meminfo: memFree=1378432/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=2.4
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1309 19560 0 1 6 1 222 11 16 0 1 0 20396606 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1111 409 3 0 796 0
[pid=18105] ppid=18092 vsize=5356 CPUtime=0
/proc/18105/stat : 18105 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20396866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18105/statm: 1339 233 193 169 0 50 0
[pid=18106] ppid=18105 vsize=868648 CPUtime=48
/proc/18106/stat : 18106 (java) S 18105 18092 18055 0 -1 0 131671 0 1 0 4744 56 0 0 18 0 9 0 20396867 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18106/statm: 217162 114958 2567 9 0 211667 0
[pid=18106/tid=18107] ppid=18105 vsize=868648 CPUtime=37.04
/proc/18106/task/18107/stat : 18107 (java) R 18105 18092 18055 0 -1 64 7988 0 1 0 3700 4 0 0 25 0 9 0 20396868 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4126506559 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18108] ppid=18105 vsize=868648 CPUtime=10.76
/proc/18106/task/18108/stat : 18108 (java) S 18105 18092 18055 0 -1 64 121509 0 0 0 1026 50 0 0 16 0 9 0 20396869 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18109] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18109/stat : 18109 (java) S 18105 18092 18055 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18110] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18110/stat : 18110 (java) S 18105 18092 18055 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20396869 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18111] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18111/stat : 18111 (java) S 18105 18092 18055 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20396871 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18112] ppid=18105 vsize=868648 CPUtime=0.17
/proc/18106/task/18112/stat : 18112 (java) S 18105 18092 18055 0 -1 64 1471 0 0 0 17 0 0 0 15 0 9 0 20396871 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18113] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18113/stat : 18113 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20396871 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18106/tid=18114] ppid=18105 vsize=868648 CPUtime=0
/proc/18106/task/18114/stat : 18114 (java) S 18105 18092 18055 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20396871 889495552 114958 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.4
Current children cumulated vsize (KiB) 890872

[startup+102.307 s]
/proc/loadavg: 2.15 2.06 2.02 3/85 18116
/proc/meminfo: memFree=1684416/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=41560 CPUtime=8.58
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 9347 0 0 0 395 463 0 0 25 0 1 0 20405969 42557440 9333 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 10390 9333 40 102 0 10285 0
Current children cumulated CPU time (s) 101.03
Current children cumulated vsize (KiB) 63784

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

[startup+127.901 s]
/proc/loadavg: 2.10 2.06 2.02 3/85 18116
/proc/meminfo: memFree=1580736/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=147584 CPUtime=33.93
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 35525 0 0 0 1552 1841 0 0 25 0 1 0 20405969 151126016 35511 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 36896 35511 40 102 0 36791 0
Current children cumulated CPU time (s) 126.38
Current children cumulated vsize (KiB) 169808

[startup+134.301 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 18116
/proc/meminfo: memFree=1553920/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=169232 CPUtime=40.26
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 42021 0 0 0 1837 2189 0 0 25 0 1 0 20405969 173293568 42007 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 42308 42007 40 102 0 42203 0
Current children cumulated CPU time (s) 132.71
Current children cumulated vsize (KiB) 191456

[startup+140.702 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 18116
/proc/meminfo: memFree=1541376/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=212596 CPUtime=46.55
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 44949 0 0 0 2324 2331 0 0 25 0 1 0 20405969 217698304 44907 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 53149 44907 48 102 0 53044 0
Current children cumulated CPU time (s) 139
Current children cumulated vsize (KiB) 234820

[startup+142.302 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 18116
/proc/meminfo: memFree=1541376/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=212596 CPUtime=48.13
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 44953 0 0 0 2482 2331 0 0 25 0 1 0 20405969 217698304 44911 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 53149 44911 48 102 0 53044 0
Current children cumulated CPU time (s) 140.58
Current children cumulated vsize (KiB) 234820

[startup+143.902 s]
/proc/loadavg: 2.08 2.05 2.01 3/85 18116
/proc/meminfo: memFree=1541376/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=92.45
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1365 193866 0 2 6 1 9081 157 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18115] ppid=18092 vsize=5356 CPUtime=0
/proc/18115/stat : 18115 (sh) S 18092 18092 18055 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20405969 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18115/statm: 1339 232 193 169 0 50 0
[pid=18116] ppid=18115 vsize=182900 CPUtime=49.72
/proc/18116/stat : 18116 (picosat) R 18115 18092 18055 0 -1 4194304 45113 0 0 0 2640 2332 0 0 25 0 1 0 20405969 187289600 40800 996147200 134512640 134931368 4294956256 18446744073709551615 134581922 0 0 4096 0 0 0 0 17 1 0 0
/proc/18116/statm: 45725 40800 52 102 0 45620 0
Current children cumulated CPU time (s) 142.17
Current children cumulated vsize (KiB) 205124

[startup+144.301 s]
/proc/loadavg: 2.08 2.05 2.01 4/85 18118
/proc/meminfo: memFree=1719232/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=142.26
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1446 239265 0 2 6 1 11727 2492 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18117] ppid=18092 vsize=5356 CPUtime=0
/proc/18117/stat : 18117 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411005 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18117/statm: 1339 233 193 169 0 50 0
[pid=18118] ppid=18117 vsize=862932 CPUtime=0.27
/proc/18118/stat : 18118 (java) S 18117 18092 18055 0 -1 0 3442 0 1 0 25 2 0 0 18 0 9 0 20411005 883642368 2906 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18118/statm: 215733 2906 1298 9 0 210646 0
Current children cumulated CPU time (s) 142.53
Current children cumulated vsize (KiB) 885156

[startup+144.501 s]
/proc/loadavg: 2.08 2.05 2.01 4/85 18118
/proc/meminfo: memFree=1719232/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=142.26
/proc/18092/stat : 18092 (sugar) S 18090 18092 18055 0 -1 4194304 1446 239265 0 2 6 1 11727 2492 16 0 1 0 20396606 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264849371234 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18092/statm: 4217 1113 409 3 0 796 0
[pid=18117] ppid=18092 vsize=5356 CPUtime=0
/proc/18117/stat : 18117 (sh) S 18092 18092 18055 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20411005 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18117/statm: 1339 233 193 169 0 50 0
[pid=18118] ppid=18117 vsize=862932 CPUtime=0.48
/proc/18118/stat : 18118 (java) S 18117 18092 18055 0 -1 0 3471 0 1 0 45 3 0 0 18 0 9 0 20411005 883642368 2934 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18118/statm: 215733 2934 1298 9 0 210646 0
Current children cumulated CPU time (s) 142.74
Current children cumulated vsize (KiB) 885156

[startup+144.601 s]
/proc/loadavg: 2.08 2.05 2.01 4/85 18118
/proc/meminfo: memFree=1719232/2055920 swapFree=4192812/4192956
[pid=18092] ppid=18090 vsize=16868 CPUtime=142.81
/proc/18092/stat : 18092 (sugar) R 18090 18092 18055 0 -1 4194304 1476 243550 0 3 6 3 11776 2496 16 0 1 0 20396606 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264840647721 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18092/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 142.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 144.639
CPU time (s): 142.876
CPU user time (s): 117.834
CPU system time (s): 25.0422
CPU usage (%): 98.7814
Max. virtual memory (cumulated for all children) (KiB): 903684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.834
system time used= 25.0422
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 245087
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= 8082
involuntary context switches= 11863

runsolver used 0.147977 second user time and 0.538918 second system time

The end

Launcher Data

Begin job on node44 at 2009-07-11 19:28:47
IDJOB=2063920
IDBENCH=54106
IDSOLVER=738
FILE ID=node44/2063920-1247333327
PBS_JOBID= 9506685
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-12.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2063920-1247333327/watcher-2063920-1247333327 -o /tmp/evaluation-result-2063920-1247333327/solver-2063920-1247333327 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2063920-1247333327.xml

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

MD5SUM BENCH= 3aaedc74d6ee49711e76829517479c6b
RANDOM SEED=460742329

node44.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.219
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.219
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:       1829688 kB
Buffers:          4888 kB
Cached:          48696 kB
SwapCached:          0 kB
Active:         156296 kB
Inactive:        21156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6200 kB
Writeback:           0 kB
Mapped:         144280 kB
Slab:            33828 kB
Committed_AS:   307740 kB
PageTables:       2032 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 node44 at 2009-07-11 19:31:12