Trace number 2077934

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 130.727 132.306

General information on the benchmark

Namecsp/medium/
normalized-patat-02-medium-4.xml
MD5SUM094ea096617f0707c333e4e4098131ca
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark85.367
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints65196
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64996
Global constraints used (with number of constraints)alldifferent(200)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 04:37:22 2009
0.06/0.08	c 0	PID 24528
0.06/0.08	c 0	HOST node1.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2077934-1247366241.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077934-1247366241.xml' 'HOME/temp.csp'
3.73/3.86	c 4	20 domains, 800 variables, 1 predicates, 0 relations, 65196 constraints
3.79/3.92	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.79/3.92	c 4	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'
3.81/4.00	c 4	Parsing HOME/temp.csp
3.81/4.17	c 4	parsed 10000 expressions
4.17/4.34	c 4	parsed 20000 expressions
4.37/4.52	c 5	parsed 30000 expressions
4.56/4.72	c 5	parsed 40000 expressions
4.66/4.82	c 5	parsed 50000 expressions
4.96/5.12	c 5	parsed 60000 expressions
4.96/5.19	c 5	parsed 66017 expressions
4.96/5.20	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.20	c 5	Converting to clausal form CSP
5.75/5.93	c 6	converted 6602 (10%) expressions
6.54/6.76	c 7	converted 13204 (20%) expressions
7.03/7.29	c 7	converted 19806 (30%) expressions
7.63/7.82	c 8	converted 26407 (40%) expressions
8.81/9.06	c 9	converted 33009 (50%) expressions
9.30/9.59	c 10	converted 39611 (60%) expressions
9.90/10.14	c 10	converted 46212 (70%) expressions
10.39/10.68	c 11	converted 52814 (80%) expressions
10.98/11.21	c 11	converted 59416 (90%) expressions
13.46/13.77	c 14	converted 66017 (100%) expressions
13.46/13.77	c 14	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
13.46/13.77	c 14	Heap : 130 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.46/13.77	c 14	Propagation in CSP
13.75/14.07	c 14	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.75/14.07	c 14	CSP : 800 integers, 0 booleans, 94829 clauses, largest domain size 45
13.75/14.07	c 14	Heap : 127 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.85/14.11	c 14	Simplifing CSP by introducing new Boolean variables
17.02/17.31	c 17	CSP : 800 integers, 307396 booleans, 402225 clauses, largest domain size 45
17.02/17.31	c 17	Heap : 216 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.50/18.84	c 19	Encoding CSP to SAT : HOME/temp.cnf
18.60/18.90	c 19	80 (10%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
18.60/18.91	c 19	160 (20%) CSP integer variables are encoded (6880 clauses, 87341 bytes)
18.60/18.91	c 19	240 (30%) CSP integer variables are encoded (10320 clauses, 133158 bytes)
18.60/18.92	c 19	320 (40%) CSP integer variables are encoded (13760 clauses, 184758 bytes)
18.60/18.92	c 19	400 (50%) CSP integer variables are encoded (17200 clauses, 236358 bytes)
18.60/18.93	c 19	480 (60%) CSP integer variables are encoded (17332 clauses, 238338 bytes)
18.60/18.94	c 19	560 (70%) CSP integer variables are encoded (17493 clauses, 240753 bytes)
18.60/18.94	c 19	640 (80%) CSP integer variables are encoded (17646 clauses, 243048 bytes)
18.60/18.94	c 19	720 (90%) CSP integer variables are encoded (17806 clauses, 245448 bytes)
18.60/18.95	c 19	800 (100%) CSP integer variables are encoded (17937 clauses, 247413 bytes)
20.36/20.73	c 21	40223 (10%) CSP clauses are encoded (813272 clauses, 15589810 bytes)
22.03/22.49	c 23	80445 (20%) CSP clauses are encoded (1612008 clauses, 31733438 bytes)
23.81/24.30	c 24	120668 (30%) CSP clauses are encoded (2411869 clauses, 48308198 bytes)
25.68/26.13	c 26	160890 (40%) CSP clauses are encoded (3206286 clauses, 65254258 bytes)
27.44/27.99	c 28	201113 (50%) CSP clauses are encoded (4000437 clauses, 82261399 bytes)
29.32/29.84	c 30	241335 (60%) CSP clauses are encoded (4797159 clauses, 99424181 bytes)
31.20/31.72	c 32	281558 (70%) CSP clauses are encoded (5594248 clauses, 117198995 bytes)
33.15/33.76	c 34	321780 (80%) CSP clauses are encoded (6480729 clauses, 136939261 bytes)
35.62/36.23	c 36	362003 (90%) CSP clauses are encoded (7695312 clauses, 162872190 bytes)
38.06/38.74	c 39	402225 (100%) CSP clauses are encoded (8910510 clauses, 188982526 bytes)
38.06/38.74	c 39	402225 CSP clauses encoded
38.06/38.74	c 39	Writing map file : HOME/temp.map
38.06/38.78	c 39	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.06/38.78	c 39	SAT : 326106 SAT variables, 8910510 SAT clauses, 188982526 bytes
38.06/38.78	c 39	Heap : 177 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
38.15/38.84	c 39	SOLVING HOME/temp.cnf
38.15/38.84	c 39	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
129.94/131.55	c 132	DECODING HOME/temp.out WITH HOME/temp.map
129.94/131.55	c 132	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'
130.00/131.65	c 132	Decoding HOME/temp.out
130.51/132.11	s SATISFIABLE
130.51/132.15	v 30 22 15 43 0 1 42 6 6 2 15 2 23 33 3 9 4 6 4 22 5 6 24 3 2 31 36 16 16 7 8 1 1 27 0 39 1 37 3 31 0 32 35 35 0 6 30 9 11 43 6 9 5 6 5 20 3 0 4 19 4 10 4 8 43 27 2 9 2 29 21 7 30 26 25 9 1 21 21 5 1 11 5 22 3 30 36 8 15 10 13 6 29 39 7 23 14 8 39 17 32 7 16 12 12 7 12 23 0 11 34 13 9 8 14 9 10 18 43 17 13 24 40 14 32 14 11 10 29 40 9 16 20 11 37 0 14 10 2 38 4 12 25 39 1 13 7 11 9 22 17 5 18 32 12 44 2 26 25 15 7 15 13 22 16 14 4 11 18 16 43 18 13 5 26 17 17 19 25 14 20 42 18 8 19 23 37 18 19 19 12 23 21 21 28 22 10 21 3 1 22 27 4 44 41 19 5 21 27 23 23 24 23 12 16 5 24 10 1 38 11 25 26 3 17 20 24 15 14 13 8 20 10 25 13 26 18 11 25 26 16 29 6 20 18 26 27 25 8 2 24 26 28 19 27 20 29 28 28 28 10 17 15 30 30 5 27 31 17 0 29 30 31 31 9 22 15 26 32 27 2 29 30 33 28 31 29 7 32 33 30 34 35 33 28 32 33 35 24 33 31 3 11 42 34 35 34 41 14 8 33 36 10 1 33 34 34 36 8 14 37 31 35 2 18 37 12 32 34 31 34 35 36 24 35 38 37 38 36 40 36 0 12 39 37 43 37 38 36 39 35 40 40 41 42 40 41 4 20 21 39 7 19 40 44 37 39 39 6 42 36 15 16 41 38 40 26 29 40 42 21 21 41 42 43 15 42 25 44 43 41 43 44 32 36 44 43 22 44 38 7 6 1 8 6 8 5 9 5 3 4 8 4 7 4 4 9 7 5 7 4 3 9 5 5 9 5 8 2 4 3 3 2 8 8 6 4 4 7 6 7 8 4 6 3 6 2 9 0 6 1 8 5 4 7 9 3 0 6 5 4 2 1 9 5 7 6 2 2 4 3 1 9 1 6 6 1 0 4 0 9 5 2 0 9 6 4 6 6 6 5 8 2 2 8 7 8 7 4 5 5 9 6 5 0 6 4 6 9 6 8 0 5 4 6 3 5 3 7 7 8 5 3 9 3 5 3 1 8 5 1 4 6 7 9 4 2 4 7 9 8 9 7 8 0 3 3 9 7 8 3 9 9 4 2 9 1 9 5 9 7 8 6 5 9 1 7 8 4 3 3 5 7 6 7 9 2 2 9 4 7 3 6 1 3 5 7 7 6 8 7 3 1 6 9 3 8 7 6 7 4 9 2 7 5 9 8 9 0 9 0 6 2 6 0 3 2 7 6 4 2 2 5 8 6 8 4 2 7 4 0 3 3 1 9 3 8 4 4 8 5 7 0 5 0 4 4 8 2 9 7 6 7 7 2 4 3 6 3 2 9 8 5 5 4 1 6 0 4 5 0 8 7 8 0 9 7 0 6 5 4 6 1 5 8 4 5 0 2 2 0 9 9 4 5 9 1 8 8 6 1 0 1 6 6 5 7 3 3 5 8 8 0 5 9 5 0 9 8 0 2 5 7 0 2 5 8 7 2 2 4 2 2 0 1 7 1 5 0 8 3 2 3 1 0 1 8 6 6 5 3 9 2 4 9 4 7 3 2 5 9 5 4 7 3 6 7 0 2 7 7 3 7 2 3 6 2 9 0 4 2 8 8 2 0 0 1 3 4 9 1 4 0 1 1 5 2 2 2 2
130.51/132.15	c 132	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.51/132.21	c 132	CPU 130.6 (0.06 0.02 84.98 45.54)
130.51/132.21	c 132	END Sun Jul 12 04:39:34 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-2077934-1247366241/watcher-2077934-1247366241 -o /tmp/evaluation-result-2077934-1247366241/solver-2077934-1247366241 -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-2077934-1247366241.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 2.13 2.23 4/82 24528
/proc/meminfo: memFree=1218048/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=18576 CPUtime=0
/proc/24528/stat : 24528 (runsolver) R 24526 24528 24491 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23691952 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259353275687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24528/statm: 4644 284 249 26 0 2626 0

[startup+0.0706941 s]
/proc/loadavg: 1.92 2.13 2.23 4/82 24528
/proc/meminfo: memFree=1218048/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16344 CPUtime=0.06
/proc/24528/stat : 24528 (sugar) R 24526 24528 24491 0 -1 4194304 986 0 0 0 5 1 0 0 18 0 1 0 23691952 16736256 954 996147200 4194304 4206940 548682068608 18446744073709551615 259372965794 0 0 4224 0 0 0 0 17 1 0 0
/proc/24528/statm: 4086 954 380 3 0 665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16344

[startup+0.102732 s]
/proc/loadavg: 1.92 2.13 2.23 4/82 24528
/proc/meminfo: memFree=1218048/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=0.07
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301716 s]
/proc/loadavg: 1.92 2.13 2.23 4/82 24528
/proc/meminfo: memFree=1218048/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=0.07
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702765 s]
/proc/loadavg: 1.92 2.13 2.23 4/82 24528
/proc/meminfo: memFree=1218048/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=0.07
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 2.01 2.14 2.24 4/93 24540
/proc/meminfo: memFree=1192168/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=0.07
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24528 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23691961 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=864768 CPUtime=1.39
/proc/24532/stat : 24532 (java) S 24531 24528 24491 0 -1 0 14511 0 1 0 129 10 0 0 18 0 9 0 23691961 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 216192 12541 2557 9 0 210704 0
[pid=24532/tid=24533] ppid=24531 vsize=864768 CPUtime=0.81
/proc/24532/task/24533/stat : 24533 (java) R 24531 24528 24491 0 -1 64 3040 0 1 0 78 3 0 0 24 0 9 0 23691962 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24534] ppid=24531 vsize=864768 CPUtime=0.45
/proc/24532/task/24534/stat : 24534 (java) R 24531 24528 24491 0 -1 64 10269 0 0 0 40 5 0 0 16 0 9 0 23691963 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 102142131 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24535] ppid=24531 vsize=864768 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24528 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23691964 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=864768 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24528 24491 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 23691964 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=864768 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23691966 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=864768 CPUtime=0.09
/proc/24532/task/24538/stat : 24538 (java) S 24531 24528 24491 0 -1 64 498 0 0 0 9 0 0 0 16 0 9 0 23691966 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24539] ppid=24531 vsize=864768 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23691966 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=864768 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23691966 885522432 12541 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886992

[startup+3.10105 s]
/proc/loadavg: 2.01 2.14 2.24 4/93 24540
/proc/meminfo: memFree=1151592/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=0.07
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
[pid=24531] ppid=24528 vsize=5356 CPUtime=0
/proc/24531/stat : 24531 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23691961 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24531/statm: 1339 233 193 169 0 50 0
[pid=24532] ppid=24531 vsize=864788 CPUtime=2.97
/proc/24532/stat : 24532 (java) S 24531 24528 24491 0 -1 0 29971 0 1 0 277 20 0 0 18 0 9 0 23691961 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24532/statm: 216197 25046 2557 9 0 210709 0
[pid=24532/tid=24533] ppid=24531 vsize=864788 CPUtime=1.5
/proc/24532/task/24533/stat : 24533 (java) R 24531 24528 24491 0 -1 64 3958 0 1 0 146 4 0 0 25 0 9 0 23691962 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4126723552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24534] ppid=24531 vsize=864788 CPUtime=1.31
/proc/24532/task/24534/stat : 24534 (java) S 24531 24528 24491 0 -1 64 24784 0 0 0 117 14 0 0 17 0 9 0 23691963 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24535] ppid=24531 vsize=864788 CPUtime=0
/proc/24532/task/24535/stat : 24535 (java) S 24531 24528 24491 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 23691964 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24536] ppid=24531 vsize=864788 CPUtime=0
/proc/24532/task/24536/stat : 24536 (java) S 24531 24528 24491 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 23691964 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24537] ppid=24531 vsize=864788 CPUtime=0
/proc/24532/task/24537/stat : 24537 (java) S 24531 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23691966 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24538] ppid=24531 vsize=864788 CPUtime=0.13
/proc/24532/task/24538/stat : 24538 (java) S 24531 24528 24491 0 -1 64 525 0 0 0 13 0 0 0 16 0 9 0 23691966 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24539] ppid=24531 vsize=864788 CPUtime=0
/proc/24532/task/24539/stat : 24539 (java) S 24531 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23691966 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24532/tid=24540] ppid=24531 vsize=864788 CPUtime=0
/proc/24532/task/24540/stat : 24540 (java) S 24531 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23691966 885542912 25046 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887012

[startup+6.30243 s]
/proc/loadavg: 2.01 2.14 2.24 4/93 24550
/proc/meminfo: memFree=1174120/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=3.81
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1309 32398 0 1 6 1 351 23 16 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
[pid=24541] ppid=24528 vsize=5356 CPUtime=0
/proc/24541/stat : 24541 (sh) S 24528 24528 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23692344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24541/statm: 1339 233 193 169 0 50 0
[pid=24542] ppid=24541 vsize=868760 CPUtime=2.33
/proc/24542/stat : 24542 (java) S 24541 24528 24491 0 -1 0 16785 0 1 0 222 11 0 0 18 0 9 0 23692344 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24542/statm: 217190 15442 2566 9 0 211695 0
[pid=24542/tid=24543] ppid=24541 vsize=868760 CPUtime=1.33
/proc/24542/task/24543/stat : 24543 (java) R 24541 24528 24491 0 -1 64 2887 0 1 0 130 3 0 0 25 0 9 0 23692345 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24544] ppid=24541 vsize=868760 CPUtime=0.81
/proc/24542/task/24544/stat : 24544 (java) R 24541 24528 24491 0 -1 64 11737 0 0 0 75 6 0 0 16 0 9 0 23692347 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 103731911 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24545] ppid=24541 vsize=868760 CPUtime=0
/proc/24542/task/24545/stat : 24545 (java) S 24541 24528 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23692347 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24546] ppid=24541 vsize=868760 CPUtime=0
/proc/24542/task/24546/stat : 24546 (java) S 24541 24528 24491 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23692347 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24547] ppid=24541 vsize=868760 CPUtime=0
/proc/24542/task/24547/stat : 24547 (java) S 24541 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23692349 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24548] ppid=24541 vsize=868760 CPUtime=0.17
/proc/24542/task/24548/stat : 24548 (java) S 24541 24528 24491 0 -1 64 1459 0 0 0 17 0 0 0 16 0 9 0 23692349 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24549] ppid=24541 vsize=868760 CPUtime=0
/proc/24542/task/24549/stat : 24549 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23692349 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24550] ppid=24541 vsize=868760 CPUtime=0
/proc/24542/task/24550/stat : 24550 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23692349 889610240 15442 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890984

[startup+12.7022 s]
/proc/loadavg: 2.00 2.14 2.23 4/93 24550
/proc/meminfo: memFree=1074536/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=3.81
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1309 32398 0 1 6 1 351 23 16 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
[pid=24541] ppid=24528 vsize=5356 CPUtime=0
/proc/24541/stat : 24541 (sh) S 24528 24528 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23692344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24541/statm: 1339 233 193 169 0 50 0
[pid=24542] ppid=24541 vsize=868636 CPUtime=8.66
/proc/24542/stat : 24542 (java) S 24541 24528 24491 0 -1 0 56801 0 1 0 830 36 0 0 18 0 9 0 23692344 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24542/statm: 217159 35027 2567 9 0 211664 0
[pid=24542/tid=24543] ppid=24541 vsize=868636 CPUtime=4.72
/proc/24542/task/24543/stat : 24543 (java) R 24541 24528 24491 0 -1 64 4491 0 1 0 468 4 0 0 25 0 9 0 23692345 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24544] ppid=24541 vsize=868636 CPUtime=3.72
/proc/24542/task/24544/stat : 24544 (java) R 24541 24528 24491 0 -1 64 50139 0 0 0 343 29 0 0 16 0 9 0 23692347 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 101449105 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24545] ppid=24541 vsize=868636 CPUtime=0
/proc/24542/task/24545/stat : 24545 (java) S 24541 24528 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23692347 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24546] ppid=24541 vsize=868636 CPUtime=0
/proc/24542/task/24546/stat : 24546 (java) S 24541 24528 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23692347 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24547] ppid=24541 vsize=868636 CPUtime=0
/proc/24542/task/24547/stat : 24547 (java) S 24541 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23692349 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24548] ppid=24541 vsize=868636 CPUtime=0.18
/proc/24542/task/24548/stat : 24548 (java) S 24541 24528 24491 0 -1 64 1469 0 0 0 18 0 0 0 16 0 9 0 23692349 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24549] ppid=24541 vsize=868636 CPUtime=0
/proc/24542/task/24549/stat : 24549 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23692349 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24550] ppid=24541 vsize=868636 CPUtime=0
/proc/24542/task/24550/stat : 24550 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23692349 889483264 35027 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890860

[startup+25.5027 s]
/proc/loadavg: 2.08 2.15 2.24 3/93 24550
/proc/meminfo: memFree=908520/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=3.81
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1310 32398 0 1 6 1 351 23 16 0 1 0 23691952 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1111 409 3 0 796 0
[pid=24541] ppid=24528 vsize=5356 CPUtime=0
/proc/24541/stat : 24541 (sh) S 24528 24528 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23692344 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24541/statm: 1339 233 193 169 0 50 0
[pid=24542] ppid=24541 vsize=868748 CPUtime=21.28
/proc/24542/stat : 24542 (java) S 24541 24528 24491 0 -1 0 99825 0 1 0 2031 97 0 0 18 0 9 0 23692344 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24542/statm: 217187 63962 2593 9 0 211664 0
[pid=24542/tid=24543] ppid=24541 vsize=868748 CPUtime=12.48
/proc/24542/task/24543/stat : 24543 (java) R 24541 24528 24491 0 -1 64 5984 0 1 0 1205 43 0 0 25 0 9 0 23692345 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 102094109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24544] ppid=24541 vsize=868748 CPUtime=8.51
/proc/24542/task/24544/stat : 24544 (java) S 24541 24528 24491 0 -1 64 91616 0 0 0 799 52 0 0 16 0 9 0 23692347 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24545] ppid=24541 vsize=868748 CPUtime=0
/proc/24542/task/24545/stat : 24545 (java) S 24541 24528 24491 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23692347 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24546] ppid=24541 vsize=868748 CPUtime=0
/proc/24542/task/24546/stat : 24546 (java) S 24541 24528 24491 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23692347 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24547] ppid=24541 vsize=868748 CPUtime=0
/proc/24542/task/24547/stat : 24547 (java) S 24541 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23692349 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24548] ppid=24541 vsize=868748 CPUtime=0.28
/proc/24542/task/24548/stat : 24548 (java) S 24541 24528 24491 0 -1 64 1523 0 0 0 27 1 0 0 16 0 9 0 23692349 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24549] ppid=24541 vsize=868748 CPUtime=0
/proc/24542/task/24549/stat : 24549 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23692349 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24542/tid=24550] ppid=24541 vsize=868748 CPUtime=0
/proc/24542/task/24550/stat : 24550 (java) S 24541 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23692349 889597952 63962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 890972

[startup+51.1017 s]
/proc/loadavg: 2.05 2.13 2.23 3/85 24552
/proc/meminfo: memFree=975272/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=57044 CPUtime=12.11
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 12441 0 0 0 552 659 0 0 25 0 1 0 23695837 58413056 12427 996147200 134512640 134931368 4294956256 18446744073709551615 134604413 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 14261 12427 40 102 0 14156 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 79268

[startup+102.307 s]
/proc/loadavg: 2.02 2.11 2.21 3/85 24552
/proc/meminfo: memFree=772456/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=273200 CPUtime=62.82
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 62637 0 0 0 2916 3366 0 0 25 0 1 0 23695837 279756800 62623 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 68300 62623 40 102 0 68195 0
Current children cumulated CPU time (s) 101.02
Current children cumulated vsize (KiB) 295424

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

[startup+115.101 s]
/proc/loadavg: 2.02 2.11 2.21 3/85 24552
/proc/meminfo: memFree=725800/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=315308 CPUtime=75.49
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 74947 0 0 0 3510 4039 0 0 25 0 1 0 23695837 322875392 74933 996147200 134512640 134931368 4294956256 18446744073709551615 134514717 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 78827 74933 40 102 0 78722 0
Current children cumulated CPU time (s) 113.69
Current children cumulated vsize (KiB) 337532

[startup+121.503 s]
/proc/loadavg: 2.01 2.10 2.21 3/85 24552
/proc/meminfo: memFree=700584/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=336380 CPUtime=81.83
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 80599 0 0 0 3844 4339 0 0 25 0 1 0 23695837 344453120 80585 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 84095 80585 42 102 0 83990 0
Current children cumulated CPU time (s) 120.03
Current children cumulated vsize (KiB) 358604

[startup+127.903 s]
/proc/loadavg: 2.01 2.10 2.20 3/85 24552
/proc/meminfo: memFree=699496/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=338436 CPUtime=88.17
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 80746 0 0 0 4478 4339 0 0 25 0 1 0 23695837 346558464 80730 996147200 134512640 134931368 4294956256 18446744073709551615 134524072 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 84609 80730 48 102 0 84504 0
Current children cumulated CPU time (s) 126.37
Current children cumulated vsize (KiB) 360660

[startup+129.503 s]
/proc/loadavg: 2.01 2.10 2.20 3/85 24552
/proc/meminfo: memFree=699432/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=338436 CPUtime=89.76
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 80786 0 0 0 4637 4339 0 0 25 0 1 0 23695837 346558464 80770 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 84609 80770 48 102 0 84504 0
Current children cumulated CPU time (s) 127.96
Current children cumulated vsize (KiB) 360660

[startup+131.101 s]
/proc/loadavg: 2.01 2.10 2.20 3/85 24552
/proc/meminfo: memFree=696552/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=38.2
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1365 132697 0 2 6 1 3609 204 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24551] ppid=24528 vsize=5356 CPUtime=0
/proc/24551/stat : 24551 (sh) S 24528 24528 24491 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23695837 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24551/statm: 1339 232 193 169 0 50 0
[pid=24552] ppid=24551 vsize=342536 CPUtime=91.34
/proc/24552/stat : 24552 (picosat) R 24551 24528 24491 0 -1 4194304 80858 0 0 0 4794 4340 0 0 25 0 1 0 23695837 350756864 80842 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 1 0 0
/proc/24552/statm: 85634 80842 52 102 0 85529 0
Current children cumulated CPU time (s) 129.54
Current children cumulated vsize (KiB) 364760

[startup+131.901 s]
/proc/loadavg: 2.01 2.10 2.20 3/93 24562
/proc/meminfo: memFree=1014504/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=130
/proc/24528/stat : 24528 (sugar) S 24526 24528 24491 0 -1 4194304 1446 213841 0 2 6 1 8443 4550 16 0 1 0 23691952 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24528/statm: 4217 1113 409 3 0 796 0
[pid=24553] ppid=24528 vsize=5356 CPUtime=0
/proc/24553/stat : 24553 (sh) S 24528 24528 24491 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23705108 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24553/statm: 1339 233 193 169 0 50 0
[pid=24554] ppid=24553 vsize=862284 CPUtime=0.32
/proc/24554/stat : 24554 (java) S 24553 24528 24491 0 -1 0 3203 0 1 0 30 2 0 0 18 0 9 0 23705108 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24554/statm: 215571 2667 1290 9 0 210484 0
[pid=24554/tid=24555] ppid=24553 vsize=862284 CPUtime=0.23
/proc/24554/task/24555/stat : 24555 (java) R 24553 24528 24491 0 -1 64 2060 0 1 0 22 1 0 0 21 0 9 0 23705110 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4126513597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24556] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24556/stat : 24556 (java) S 24553 24528 24491 0 -1 64 125 0 0 0 0 0 0 0 16 0 9 0 23705111 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24557] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24557/stat : 24557 (java) S 24553 24528 24491 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23705111 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24558] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24558/stat : 24558 (java) S 24553 24528 24491 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 23705111 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24559] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24559/stat : 24559 (java) S 24553 24528 24491 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23705113 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24560] ppid=24553 vsize=862284 CPUtime=0.06
/proc/24554/task/24560/stat : 24560 (java) S 24553 24528 24491 0 -1 64 325 0 0 0 6 0 0 0 16 0 9 0 23705113 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24561] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24561/stat : 24561 (java) S 24553 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23705113 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24554/tid=24562] ppid=24553 vsize=862284 CPUtime=0
/proc/24554/task/24562/stat : 24562 (java) S 24553 24528 24491 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23705114 882978816 2667 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 130.32
Current children cumulated vsize (KiB) 884508

[startup+132.303 s]
/proc/loadavg: 2.01 2.10 2.20 3/93 24562
/proc/meminfo: memFree=1014504/2055920 swapFree=4192812/4192956
[pid=24528] ppid=24526 vsize=16868 CPUtime=130.7
/proc/24528/stat : 24528 (sugar) R 24526 24528 24491 0 -1 4194304 1477 217882 0 3 6 12 8498 4554 16 0 1 0 23691952 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 259353449513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/24528/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 130.7
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 132.306
CPU time (s): 130.727
CPU user time (s): 85.0511
CPU system time (s): 45.6761
CPU usage (%): 98.8064
Max. virtual memory (cumulated for all children) (KiB): 912352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.0511
system time used= 45.6761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219419
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= 7842
involuntary context switches= 12478

runsolver used 0.169974 second user time and 0.486925 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 04:37:22
IDJOB=2077934
IDBENCH=56689
IDSOLVER=738
FILE ID=node1/2077934-1247366241
PBS_JOBID= 9507117
Free space on /tmp= 66280 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/medium/normalized-patat-02-medium-4.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-2077934-1247366241/watcher-2077934-1247366241 -o /tmp/evaluation-result-2077934-1247366241/solver-2077934-1247366241 -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-2077934-1247366241.xml

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

MD5SUM BENCH= 094ea096617f0707c333e4e4098131ca
RANDOM SEED=1682467503

node1.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.216
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.216
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:       1218528 kB
Buffers:         35852 kB
Cached:         270624 kB
SwapCached:          0 kB
Active:         695644 kB
Inactive:        76280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1218528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22800 kB
Writeback:           0 kB
Mapped:         486740 kB
Slab:            49668 kB
Committed_AS:   700204 kB
PageTables:       2912 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= 66280 MiB
End job on node1 at 2009-07-12 04:39:34