Trace number 1058487

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.13+picosatSAT 108.522 109.67

General information on the benchmark

Namecsp/compet02/
normalized-patat-02-comp-9.xml
MD5SUM690bc030536081a10afc596885a53720
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark108.522
Satisfiable
(Un)Satisfiability was proved
Number of variables880
Number of constraints48826
Maximum constraint arity20
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48606
Global constraints used (with number of constraints)alldifferent(220)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 22:04:32 2008
0.00/0.05	c 0	PID 18838
0.00/0.05	c 0	HOST node69.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1058487-1215115472.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1058487-1215115472.xml' 'HOME/temp.csp'
2.46/2.54	c 3	32 domains, 880 variables, 1 predicates, 0 relations, 48826 constraints
2.46/2.57	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.46/2.57	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.53/2.65	c 3	Parsing HOME/temp.csp
2.53/3.03	c 3	parsed 10000 expressions
3.23/3.39	c 4	parsed 20000 expressions
3.52/3.64	c 4	parsed 30000 expressions
3.82/3.98	c 4	parsed 40000 expressions
4.13/4.23	c 5	parsed 49739 expressions
4.13/4.23	c 5	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.13/4.23	c 5	Converting to clausal form CSP
4.81/4.91	c 5	converted 4974 (10%) expressions
5.11/5.28	c 6	converted 9948 (20%) expressions
5.70/5.90	c 6	converted 14922 (30%) expressions
6.10/6.26	c 7	converted 19896 (40%) expressions
6.49/6.62	c 7	converted 24870 (50%) expressions
7.38/7.55	c 8	converted 29844 (60%) expressions
7.77/7.91	c 8	converted 34818 (70%) expressions
8.07/8.27	c 9	converted 39792 (80%) expressions
8.47/8.63	c 9	converted 44766 (90%) expressions
10.45/10.63	c 11	converted 49739 (100%) expressions
10.45/10.63	c 11	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
10.45/10.63	c 11	Heap : 104 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.45/10.63	c 11	Propagation in CSP
10.93/11.17	c 12	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.93/11.17	c 12	CSP : 880 integers, 0 booleans, 80387 clauses, largest domain size 45
10.93/11.17	c 12	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.04/11.23	c 12	Simplifing CSP by introducing new Boolean variables
13.72/13.93	c 14	CSP : 880 integers, 244235 booleans, 324622 clauses, largest domain size 45
13.72/13.93	c 14	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.90/15.10	c 15	Encoding CSP to SAT : HOME/temp.cnf
14.90/15.16	c 16	88 (10%) CSP integer variables are encoded (3784 clauses, 47093 bytes)
14.90/15.16	c 16	176 (20%) CSP integer variables are encoded (7568 clauses, 96285 bytes)
14.90/15.17	c 16	264 (30%) CSP integer variables are encoded (11352 clauses, 148638 bytes)
14.90/15.17	c 16	352 (40%) CSP integer variables are encoded (15136 clauses, 205398 bytes)
14.90/15.18	c 16	440 (50%) CSP integer variables are encoded (18920 clauses, 262158 bytes)
14.90/15.18	c 16	528 (60%) CSP integer variables are encoded (18994 clauses, 263268 bytes)
14.90/15.19	c 16	616 (70%) CSP integer variables are encoded (19068 clauses, 264378 bytes)
14.90/15.19	c 16	704 (80%) CSP integer variables are encoded (19144 clauses, 265518 bytes)
14.90/15.19	c 16	792 (90%) CSP integer variables are encoded (19208 clauses, 266478 bytes)
15.00/15.20	c 16	880 (100%) CSP integer variables are encoded (19302 clauses, 267888 bytes)
16.38/16.70	c 17	32463 (10%) CSP clauses are encoded (668824 clauses, 12835364 bytes)
17.86/18.12	c 18	64925 (20%) CSP clauses are encoded (1320841 clauses, 26045474 bytes)
19.24/19.56	c 20	97387 (30%) CSP clauses are encoded (1975235 clauses, 39342898 bytes)
20.73/21.03	c 21	129849 (40%) CSP clauses are encoded (2624931 clauses, 53174733 bytes)
22.22/22.50	c 23	162311 (50%) CSP clauses are encoded (3274536 clauses, 67163521 bytes)
23.69/24.01	c 24	194774 (60%) CSP clauses are encoded (3926260 clauses, 81640761 bytes)
25.16/25.55	c 26	227236 (70%) CSP clauses are encoded (4576820 clauses, 96371510 bytes)
27.15/27.54	c 28	259698 (80%) CSP clauses are encoded (5526528 clauses, 116734659 bytes)
29.20/29.62	c 30	292160 (90%) CSP clauses are encoded (6506838 clauses, 137848023 bytes)
31.18/31.68	c 32	324622 (100%) CSP clauses are encoded (7487500 clauses, 158996797 bytes)
31.18/31.68	c 32	324622 CSP clauses encoded
31.18/31.69	c 32	Writing map file : HOME/temp.map
31.28/31.73	c 32	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.28/31.73	c 32	SAT : 264288 SAT variables, 7487500 SAT clauses, 158996797 bytes
31.28/31.73	c 32	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.35/31.80	c 32	SOLVING HOME/temp.cnf
31.35/31.80	c 32	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
107.76/108.93	c 109	DECODING HOME/temp.out WITH HOME/temp.map
107.76/108.93	c 109	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
107.82/109.02	c 109	Decoding HOME/temp.out
107.82/109.50	s SATISFIABLE
107.82/109.54	v 44 37 29 23 44 0 16 9 10 4 18 17 26 34 33 9 37 35 0 2 21 41 0 23 42 19 3 40 8 36 19 6 0 17 14 3 6 6 18 23 4 15 1 2 38 3 0 2 31 27 25 4 44 12 22 30 19 9 8 0 25 15 0 3 3 21 35 21 1 4 18 11 44 1 34 7 33 5 36 6 13 2 32 26 9 7 7 41 12 9 10 24 26 8 22 31 8 3 6 3 5 39 11 15 13 4 19 8 7 10 39 10 30 1 8 12 6 2 28 4 7 1 26 11 6 0 7 0 10 2 39 33 11 9 13 9 10 19 12 14 13 40 35 11 22 2 10 13 28 14 38 26 23 36 10 17 13 17 18 16 39 15 38 14 22 15 4 31 29 32 25 9 1 4 7 15 20 15 6 12 18 17 8 34 32 40 13 19 42 12 18 10 1 26 16 1 16 29 30 37 19 12 13 16 8 9 28 20 5 19 40 3 27 20 18 8 22 21 20 21 22 41 34 13 23 5 25 39 17 20 7 3 21 9 27 14 15 30 12 5 3 16 43 17 3 25 18 15 18 32 24 17 28 32 24 38 21 24 31 33 25 2 8 34 37 36 7 18 2 26 20 25 19 5 27 16 20 42 14 43 21 1 12 16 0 16 24 27 14 29 31 13 28 25 27 44 21 22 36 21 30 36 8 11 24 33 5 27 43 37 22 10 23 34 7 29 32 29 32 32 31 24 28 22 2 29 7 30 20 34 4 28 11 40 27 29 16 29 41 33 23 36 19 5 30 25 17 26 9 13 36 40 34 29 31 23 33 24 32 35 4 36 27 20 37 40 10 35 15 32 20 5 37 12 30 31 11 44 29 44 28 43 33 33 37 6 37 38 2 35 34 33 27 37 37 35 42 43 43 43 39 14 38 38 35 36 39 40 11 39 35 41 40 41 33 34 38 41 26 42 31 38 42 28 40 39 41 43 40 21 42 41 44 0 42 43 35 42 41 39 8 8 0 9 9 3 7 1 3 2 2 4 7 7 10 6 0 3 9 3 2 9 6 3 7 9 0 1 6 6 3 7 7 2 4 7 9 1 9 2 9 1 6 7 6 8 4 9 0 9 5 3 7 4 1 5 5 3 5 10 1 10 2 10 9 3 7 8 1 1 1 6 6 0 1 2 8 10 1 10 2 5 1 3 7 7 5 8 1 10 2 9 9 1 3 5 10 4 4 5 5 2 9 9 6 4 1 8 1 6 5 9 6 9 9 10 8 8 7 8 9 2 1 5 2 1 0 5 8 6 0 4 2 9 0 5 5 0 3 9 7 3 4 3 6 0 1 9 5 7 1 0 8 0 10 7 5 1 7 9 9 0 9 1 4 3 10 10 2 3 8 4 10 0 8 2 7 7 3 8 3 10 7 4 4 8 10 7 1 7 0 0 7 2 2 4 10 8 0 9 2 2 1 8 2 0 9 5 8 6 0 3 1 2 10 0 8 9 9 10 5 1 8 3 1 9 0 1 8 6 4 6 7 8 8 8 8 9 9 0 2 1 7 0 1 3 6 6 8 7 10 9 0 9 3 7 4 8 7 6 7 10 4 3 3 8 6 5 4 8 3 6 10 6 7 6 0 8 6 3 5 8 6 3 0 0 7 4 10 7 1 8 10 9 5 10 1 9 2 6 8 5 3 0 5 1 1 10 8 7 7 4 6 6 3 3 8 10 6 0 3 0 1 0 2 6 10 1 8 9 6 3 8 4 3 5 4 9 4 3 7 9 8 7 2 4 3 5 2 4 4 6 5 1 9 0 9 1 5 10 7 10 0 4 4 10 7 6 4 10 10 4 5 0 7 8 4 4 4 2 6 1 7 5 10 0 2 10 1 8 2 0 2 6 1 9 4 4 2 9 4 0 3 4 2 7 7 7 7 10 1 10 9 7 2 0 8 5 10 2 6 2 6 8 2 8 2 10 5 0 5 0 0 8 9 6 0 0 6 6
107.82/109.54	c 110	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
107.82/109.59	c 110	CPU 69.99 (0.04 0.01 69.95 38.41)
107.82/109.59	c 110	END Thu Jul  3 22:06:22 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058487-1215115472/watcher-1058487-1215115472 -o /tmp/evaluation-result-1058487-1215115472/solver-1058487-1215115472 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1058487-1215115472.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.98 4/80 18838
/proc/meminfo: memFree=1412216/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=18572 CPUtime=0
/proc/18838/stat : 18838 (runsolver) R 18836 18838 18016 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1990516118 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 237947645223 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18838/statm: 4643 292 257 25 0 2626 0

[startup+0.0880189 s]
/proc/loadavg: 1.91 1.97 1.98 4/80 18838
/proc/meminfo: memFree=1412216/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=0.03
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990516118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101019 s]
/proc/loadavg: 1.91 1.97 1.98 4/80 18838
/proc/meminfo: memFree=1412216/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=0.03
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990516118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301055 s]
/proc/loadavg: 1.91 1.97 1.98 4/80 18838
/proc/meminfo: memFree=1412216/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=0.03
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990516118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701118 s]
/proc/loadavg: 1.91 1.97 1.98 4/80 18838
/proc/meminfo: memFree=1412216/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=0.03
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990516118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50225 s]
/proc/loadavg: 1.91 1.97 1.98 4/91 18850
/proc/meminfo: memFree=1375200/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=0.03
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1990516118 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 796 370 3 0 500 0
[pid=18841] ppid=18838 vsize=5356 CPUtime=0
/proc/18841/stat : 18841 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990516123 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18841/statm: 1339 233 193 169 0 50 0
[pid=18842] ppid=18841 vsize=864656 CPUtime=1.43
/proc/18842/stat : 18842 (java) S 18841 18838 18016 0 -1 0 18574 0 1 0 133 10 0 0 18 0 9 0 1990516123 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18842/statm: 216164 15150 2529 9 0 210746 0
[pid=18842/tid=18843] ppid=18841 vsize=864656 CPUtime=0.63
/proc/18842/task/18843/stat : 18843 (java) R 18841 18838 18016 0 -1 64 3054 0 1 0 61 2 0 0 25 0 9 0 1990516124 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4126497957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18844] ppid=18841 vsize=864656 CPUtime=0.66
/proc/18842/task/18844/stat : 18844 (java) S 18841 18838 18016 0 -1 64 14319 0 0 0 60 6 0 0 17 0 9 0 1990516126 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18845] ppid=18841 vsize=864656 CPUtime=0
/proc/18842/task/18845/stat : 18845 (java) S 18841 18838 18016 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990516126 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18846] ppid=18841 vsize=864656 CPUtime=0
/proc/18842/task/18846/stat : 18846 (java) S 18841 18838 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990516126 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18847] ppid=18841 vsize=864656 CPUtime=0
/proc/18842/task/18847/stat : 18847 (java) S 18841 18838 18016 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1990516128 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18848] ppid=18841 vsize=864656 CPUtime=0.1
/proc/18842/task/18848/stat : 18848 (java) S 18841 18838 18016 0 -1 64 501 0 0 0 10 0 0 0 16 0 9 0 1990516128 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18849] ppid=18841 vsize=864656 CPUtime=0
/proc/18842/task/18849/stat : 18849 (java) S 18841 18838 18016 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990516128 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18842/tid=18850] ppid=18841 vsize=864656 CPUtime=0
/proc/18842/task/18850/stat : 18850 (java) S 18841 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990516128 885407744 15150 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883612

[startup+3.1015 s]
/proc/loadavg: 1.91 1.97 1.98 4/91 18850
/proc/meminfo: memFree=1338784/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=2.53
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 973 24859 0 1 3 0 234 16 15 0 1 0 1990516118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 13600

[startup+6.30528 s]
/proc/loadavg: 1.92 1.97 1.98 4/91 18860
/proc/meminfo: memFree=1362528/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=2.53
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 974 24859 0 1 3 0 234 16 15 0 1 0 1990516118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 797 370 3 0 500 0
[pid=18851] ppid=18838 vsize=5356 CPUtime=0
/proc/18851/stat : 18851 (sh) S 18838 18838 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990516374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18851/statm: 1339 233 193 169 0 50 0
[pid=18852] ppid=18851 vsize=868408 CPUtime=3.67
/proc/18852/stat : 18852 (java) S 18851 18838 18016 0 -1 0 18879 0 1 0 354 13 0 0 18 0 9 0 1990516375 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18852/statm: 217102 17256 2540 9 0 211677 0
[pid=18852/tid=18853] ppid=18851 vsize=868408 CPUtime=2.21
/proc/18852/task/18853/stat : 18853 (java) R 18851 18838 18016 0 -1 64 3331 0 1 0 218 3 0 0 25 0 9 0 1990516376 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18854] ppid=18851 vsize=868408 CPUtime=1.24
/proc/18852/task/18854/stat : 18854 (java) S 18851 18838 18016 0 -1 64 13435 0 0 0 116 8 0 0 15 0 9 0 1990516377 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18851 vsize=868408 CPUtime=0
/proc/18852/task/18855/stat : 18855 (java) S 18851 18838 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990516377 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18851 vsize=868408 CPUtime=0
/proc/18852/task/18856/stat : 18856 (java) S 18851 18838 18016 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990516377 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18851 vsize=868408 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990516379 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18851 vsize=868408 CPUtime=0.19
/proc/18852/task/18858/stat : 18858 (java) S 18851 18838 18016 0 -1 64 1417 0 0 0 19 0 0 0 16 0 9 0 1990516379 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18859] ppid=18851 vsize=868408 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990516379 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18860] ppid=18851 vsize=868408 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18851 18838 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990516379 889249792 17256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887364

[startup+12.7021 s]
/proc/loadavg: 1.93 1.97 1.98 4/91 18860
/proc/meminfo: memFree=1238560/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=2.53
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 974 24859 0 1 3 0 234 16 15 0 1 0 1990516118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 797 370 3 0 500 0
[pid=18851] ppid=18838 vsize=5356 CPUtime=0
/proc/18851/stat : 18851 (sh) S 18838 18838 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990516374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18851/statm: 1339 233 193 169 0 50 0
[pid=18852] ppid=18851 vsize=890900 CPUtime=9.99
/proc/18852/stat : 18852 (java) S 18851 18838 18016 0 -1 0 78452 0 1 0 958 41 0 0 18 0 9 0 1990516375 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18852/statm: 222725 53263 2540 9 0 217300 0
[pid=18852/tid=18853] ppid=18851 vsize=890900 CPUtime=4.81
/proc/18852/task/18853/stat : 18853 (java) R 18851 18838 18016 0 -1 64 4492 0 1 0 477 4 0 0 25 0 9 0 1990516376 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18854] ppid=18851 vsize=890900 CPUtime=4.94
/proc/18852/task/18854/stat : 18854 (java) R 18851 18838 18016 0 -1 64 71826 0 0 0 458 36 0 0 16 0 9 0 1990516377 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 102469655 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18851 vsize=890900 CPUtime=0
/proc/18852/task/18855/stat : 18855 (java) S 18851 18838 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990516377 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18851 vsize=890900 CPUtime=0
/proc/18852/task/18856/stat : 18856 (java) S 18851 18838 18016 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990516377 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18851 vsize=890900 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990516379 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18851 vsize=890900 CPUtime=0.22
/proc/18852/task/18858/stat : 18858 (java) S 18851 18838 18016 0 -1 64 1438 0 0 0 22 0 0 0 16 0 9 0 1990516379 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18859] ppid=18851 vsize=890900 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990516379 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18860] ppid=18851 vsize=890900 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18851 18838 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990516379 912281600 53263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 909856

[startup+25.5021 s]
/proc/loadavg: 2.23 2.03 2.01 3/91 18860
/proc/meminfo: memFree=1104544/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=2.54
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 974 24859 0 1 4 0 234 16 16 0 1 0 1990516118 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 797 370 3 0 500 0
[pid=18851] ppid=18838 vsize=5356 CPUtime=0
/proc/18851/stat : 18851 (sh) S 18838 18838 18016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1990516374 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18851/statm: 1339 233 193 169 0 50 0
[pid=18852] ppid=18851 vsize=868520 CPUtime=22.62
/proc/18852/stat : 18852 (java) S 18851 18838 18016 0 -1 0 90420 0 1 0 2151 111 0 0 18 0 9 0 1990516375 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18852/statm: 217130 54956 2566 9 0 211677 0
[pid=18852/tid=18853] ppid=18851 vsize=868520 CPUtime=15.02
/proc/18852/task/18853/stat : 18853 (java) R 18851 18838 18016 0 -1 64 5795 0 1 0 1435 67 0 0 25 0 9 0 1990516376 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4127010426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18854] ppid=18851 vsize=868520 CPUtime=7.28
/proc/18852/task/18854/stat : 18854 (java) S 18851 18838 18016 0 -1 64 82456 0 0 0 686 42 0 0 16 0 9 0 1990516377 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18855] ppid=18851 vsize=868520 CPUtime=0
/proc/18852/task/18855/stat : 18855 (java) S 18851 18838 18016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1990516377 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18856] ppid=18851 vsize=868520 CPUtime=0
/proc/18852/task/18856/stat : 18856 (java) S 18851 18838 18016 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1990516377 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18857] ppid=18851 vsize=868520 CPUtime=0
/proc/18852/task/18857/stat : 18857 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990516379 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18858] ppid=18851 vsize=868520 CPUtime=0.3
/proc/18852/task/18858/stat : 18858 (java) S 18851 18838 18016 0 -1 64 1473 0 0 0 29 1 0 0 16 0 9 0 1990516379 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18859] ppid=18851 vsize=868520 CPUtime=0
/proc/18852/task/18859/stat : 18859 (java) S 18851 18838 18016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990516379 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18852/tid=18860] ppid=18851 vsize=868520 CPUtime=0
/proc/18852/task/18860/stat : 18860 (java) S 18851 18838 18016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1990516379 889364480 54956 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887476

[startup+51.1012 s]
/proc/loadavg: 2.27 2.06 2.01 3/83 18862
/proc/meminfo: memFree=1173664/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=31.35
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1022 115681 0 2 4 0 2959 172 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
[pid=18861] ppid=18838 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990519298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=81272 CPUtime=19.11
/proc/18862/stat : 18862 (picosat) R 18861 18838 18016 0 -1 4194304 19706 0 0 0 875 1036 0 0 25 0 1 0 1990519299 83222528 19692 996147200 134512640 134931368 4294956256 18446744073709551615 134719033 0 0 4096 0 0 0 0 17 1 0 0
/proc/18862/statm: 20318 19692 40 102 0 20213 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 100228

[startup+102.306 s]
/proc/loadavg: 2.16 2.06 2.01 3/83 18862
/proc/meminfo: memFree=978464/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=31.35
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1022 115681 0 2 4 0 2959 172 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
[pid=18861] ppid=18838 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990519298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=294228 CPUtime=69.88
/proc/18862/stat : 18862 (picosat) R 18861 18838 18016 0 -1 4194304 67941 0 0 0 3327 3661 0 0 25 0 1 0 1990519299 301289472 67852 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/18862/statm: 73557 67852 42 102 0 73452 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 313184

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

[startup+105.502 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=978208/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=31.35
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1022 115681 0 2 4 0 2959 172 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
[pid=18861] ppid=18838 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990519298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=296276 CPUtime=73.05
/proc/18862/stat : 18862 (picosat) R 18861 18838 18016 0 -1 4194304 67999 0 0 0 3644 3661 0 0 25 0 1 0 1990519299 303386624 67910 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18862/statm: 74069 67910 42 102 0 73964 0
Current children cumulated CPU time (s) 104.4
Current children cumulated vsize (KiB) 315232

[startup+107.101 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=978144/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=31.35
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1022 115681 0 2 4 0 2959 172 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
[pid=18861] ppid=18838 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990519298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=296276 CPUtime=74.63
/proc/18862/stat : 18862 (picosat) R 18861 18838 18016 0 -1 4194304 68030 0 0 0 3802 3661 0 0 25 0 1 0 1990519299 303386624 67941 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/18862/statm: 74069 67941 42 102 0 73964 0
Current children cumulated CPU time (s) 105.98
Current children cumulated vsize (KiB) 315232

[startup+108.703 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=977824/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=31.35
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1022 115681 0 2 4 0 2959 172 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
[pid=18861] ppid=18838 vsize=5356 CPUtime=0
/proc/18861/stat : 18861 (sh) S 18838 18838 18016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1990519298 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18861/statm: 1339 232 193 169 0 50 0
[pid=18862] ppid=18861 vsize=297304 CPUtime=76.22
/proc/18862/stat : 18862 (picosat) R 18861 18838 18016 0 -1 4194304 68113 0 0 0 3961 3661 0 0 25 0 1 0 1990519299 304439296 68024 996147200 134512640 134931368 4294956256 18446744073709551615 134579014 0 0 4096 0 0 0 0 17 1 0 0
/proc/18862/statm: 74326 68024 47 102 0 74221 0
Current children cumulated CPU time (s) 107.57
Current children cumulated vsize (KiB) 316260

[startup+109.103 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=975776/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=107.82
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1091 184080 0 2 4 1 6939 3838 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 107.82
Current children cumulated vsize (KiB) 13600

[startup+109.502 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=975776/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=107.82
/proc/18838/stat : 18838 (sugar) S 18836 18838 18016 0 -1 4194304 1091 184080 0 2 4 1 6939 3838 16 0 1 0 1990516118 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18838/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 107.82
Current children cumulated vsize (KiB) 13600

[startup+109.602 s]
/proc/loadavg: 2.15 2.06 2.01 3/83 18862
/proc/meminfo: memFree=975776/2055920 swapFree=4179736/4192956
[pid=18838] ppid=18836 vsize=13600 CPUtime=108.43
/proc/18838/stat : 18838 (sugar) R 18836 18838 18016 0 -1 4194304 1120 188047 0 3 4 3 6995 3841 16 0 1 0 1990516118 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18838/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 108.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 109.67
CPU time (s): 108.522
CPU user time (s): 70.0014
CPU system time (s): 38.5201
CPU usage (%): 98.9527
Max. virtual memory (cumulated for all children) (KiB): 909856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.0014
system time used= 38.5201
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189197
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= 8566
involuntary context switches= 10653

runsolver used 0.109983 second user time and 0.355945 second system time

The end

Launcher Data (download as text)

Begin job on node69 at 2008-07-03 22:04:32
IDJOB=1058487
IDBENCH=54131
IDSOLVER=345
FILE ID=node69/1058487-1215115472
PBS_JOBID= 7877068
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/compet02/normalized-patat-02-comp-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058487-1215115472/watcher-1058487-1215115472 -o /tmp/evaluation-result-1058487-1215115472/solver-1058487-1215115472 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1058487-1215115472.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 690bc030536081a10afc596885a53720
RANDOM SEED=1273045773

node69.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.259
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.259
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:       1412696 kB
Buffers:         65760 kB
Cached:         377828 kB
SwapCached:       7048 kB
Active:         220444 kB
Inactive:       356188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412696 kB
SwapTotal:     4192956 kB
SwapFree:      4179736 kB
Dirty:            8200 kB
Writeback:           0 kB
Mapped:         146504 kB
Slab:            51640 kB
Committed_AS:  4643688 kB
PageTables:       2152 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= 66520 MiB
End job on node69 at 2008-07-03 22:06:22