Trace number 2086800

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+picosatUNSAT 449.213 451.056

General information on the benchmark

Namecsp/js-taillard-20/
normalized-js-taillard-20-95-4.xml
MD5SUM5cc165977f196f608f6417ffbc3873c8
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark398.499
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints4180
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4180
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:40:38 2009
0.00/0.08	c 0	PID 28707
0.00/0.08	c 0	HOST node6.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2086800-1247384438.xml TO HOME/temp.csp
0.00/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-2086800-1247384438.xml' 'HOME/temp.csp'
0.06/0.95	c 1	400 domains, 400 variables, 2 predicates, 0 relations, 4180 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.06	c 1	Parsing HOME/temp.csp
1.02/1.19	c 1	parsed 4982 expressions
1.11/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.21	c 1	Converting to clausal form CSP
1.11/1.23	c 1	converted 499 (10%) expressions
1.21/1.32	c 1	converted 997 (20%) expressions
1.32/1.44	c 1	converted 1495 (30%) expressions
1.32/1.48	c 1	converted 1993 (40%) expressions
1.41/1.50	c 1	converted 2491 (50%) expressions
1.41/1.52	c 1	converted 2990 (60%) expressions
1.41/1.54	c 1	converted 3488 (70%) expressions
1.52/1.60	c 1	converted 3986 (80%) expressions
1.52/1.62	c 1	converted 4484 (90%) expressions
1.52/1.63	c 1	converted 4982 (100%) expressions
1.52/1.63	c 1	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 1479
1.52/1.64	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.64	c 1	Propagation in CSP
1.71/1.86	c 2	166236 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.71/1.86	c 2	CSP : 400 integers, 0 booleans, 4180 clauses, largest domain size 745
1.71/1.86	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.87	c 2	Simplifing CSP by introducing new Boolean variables
1.81/1.96	c 2	CSP : 400 integers, 7600 booleans, 11780 clauses, largest domain size 745
1.81/1.96	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.91/2.02	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.91/2.07	c 2	40 (10%) CSP integer variables are encoded (25800 clauses, 364886 bytes)
1.91/2.09	c 2	80 (20%) CSP integer variables are encoded (42740 clauses, 618986 bytes)
2.00/2.12	c 2	120 (30%) CSP integer variables are encoded (63920 clauses, 936686 bytes)
2.00/2.16	c 2	160 (40%) CSP integer variables are encoded (92680 clauses, 1368086 bytes)
2.00/2.18	c 2	200 (50%) CSP integer variables are encoded (110000 clauses, 1648237 bytes)
2.10/2.21	c 2	240 (60%) CSP integer variables are encoded (131140 clauses, 2007617 bytes)
2.10/2.24	c 2	280 (70%) CSP integer variables are encoded (150560 clauses, 2337757 bytes)
2.10/2.26	c 2	320 (80%) CSP integer variables are encoded (165060 clauses, 2584257 bytes)
2.10/2.30	c 2	360 (90%) CSP integer variables are encoded (191220 clauses, 3028977 bytes)
2.20/2.34	c 2	400 (100%) CSP integer variables are encoded (213720 clauses, 3411477 bytes)
2.70/2.88	c 3	1178 (10%) CSP clauses are encoded (455750 clauses, 8782535 bytes)
3.19/3.33	c 3	2356 (20%) CSP clauses are encoded (666484 clauses, 13646954 bytes)
3.48/3.66	c 3	3534 (30%) CSP clauses are encoded (824497 clauses, 17293261 bytes)
3.78/3.97	c 4	4712 (40%) CSP clauses are encoded (972786 clauses, 20709233 bytes)
4.18/4.39	c 4	5890 (50%) CSP clauses are encoded (1170493 clauses, 25268061 bytes)
4.66/4.90	c 5	7068 (60%) CSP clauses are encoded (1415221 clauses, 30922831 bytes)
5.16/5.32	c 5	8246 (70%) CSP clauses are encoded (1619543 clauses, 35672521 bytes)
5.46/5.62	c 5	9424 (80%) CSP clauses are encoded (1760381 clauses, 39064826 bytes)
5.85/6.05	c 6	10602 (90%) CSP clauses are encoded (1968532 clauses, 44041059 bytes)
6.25/6.47	c 6	11780 (100%) CSP clauses are encoded (2189225 clauses, 49039703 bytes)
6.25/6.47	c 6	11780 CSP clauses encoded
6.25/6.47	c 6	Writing map file : HOME/temp.map
6.25/6.48	c 6	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.25/6.48	c 6	SAT : 221720 SAT variables, 2189225 SAT clauses, 49039703 bytes
6.25/6.48	c 6	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.34/6.51	c 6	SOLVING HOME/temp.cnf
6.34/6.51	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
448.96/450.81	c 451	DECODING HOME/temp.out WITH HOME/temp.map
448.96/450.81	c 451	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'
448.96/450.89	c 451	Decoding HOME/temp.out
449.06/450.96	s UNSATISFIABLE
449.06/450.99	c 451	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
449.15/451.03	c 451	CPU 449.16 (0.06 0.01 438.19 10.9)
449.15/451.03	c 451	END Sun Jul 12 09:48:09 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2086800-1247384438/watcher-2086800-1247384438 -o /tmp/evaluation-result-2086800-1247384438/solver-2086800-1247384438 -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-2086800-1247384438.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 1.98 1.99 4/81 28707
/proc/meminfo: memFree=1680992/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=12268 CPUtime=0
/proc/28707/stat : 28707 (sugar) R 28705 28707 28037 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 25511190 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28707/statm: 3067 316 241 3 0 167 0

[startup+0.094959 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28707
/proc/meminfo: memFree=1680992/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.06
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.108211 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28707
/proc/meminfo: memFree=1680992/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.06
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30199 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28707
/proc/meminfo: memFree=1680992/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.06
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701073 s]
/proc/loadavg: 1.92 1.98 1.99 4/81 28707
/proc/meminfo: memFree=1680992/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.06
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 28722
/proc/meminfo: memFree=1676096/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.92
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1309 7271 0 1 6 1 81 4 15 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
[pid=28720] ppid=28707 vsize=5356 CPUtime=0
/proc/28720/stat : 28720 (sh) S 28707 28707 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25511288 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28720/statm: 1339 233 193 169 0 50 0
[pid=28721] ppid=28720 vsize=868496 CPUtime=0.49
/proc/28721/stat : 28721 (java) S 28720 28707 28037 0 -1 0 5660 0 1 0 45 4 0 0 18 0 9 0 25511288 889339904 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28721/statm: 217124 5079 1743 9 0 211629 0
[pid=28721/tid=28722] ppid=28720 vsize=868496 CPUtime=0.28
/proc/28721/task/28722/stat : 28722 (java) R 28720 28707 28037 0 -1 64 2659 0 1 0 26 2 0 0 18 0 9 0 25511289 889339904 5079 996147200 134512640 134550932 4294955936 18446744073709551615 4126451276 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890720

[startup+3.10254 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 28729
/proc/meminfo: memFree=1658184/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.92
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1310 7271 0 1 6 1 81 4 15 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
[pid=28720] ppid=28707 vsize=5356 CPUtime=0
/proc/28720/stat : 28720 (sh) S 28707 28707 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25511288 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28720/statm: 1339 233 193 169 0 50 0
[pid=28721] ppid=28720 vsize=868696 CPUtime=2.07
/proc/28721/stat : 28721 (java) S 28720 28707 28037 0 -1 0 8309 0 1 0 193 14 0 0 18 0 9 0 25511288 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28721/statm: 217174 7187 2590 9 0 211651 0
[pid=28721/tid=28722] ppid=28720 vsize=868696 CPUtime=1.54
/proc/28721/task/28722/stat : 28722 (java) R 28720 28707 28037 0 -1 64 3069 0 1 0 144 10 0 0 25 0 9 0 25511289 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4126845787 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28723] ppid=28720 vsize=868696 CPUtime=0.3
/proc/28721/task/28723/stat : 28723 (java) S 28720 28707 28037 0 -1 64 3026 0 0 0 28 2 0 0 16 0 9 0 25511291 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28724] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28724/stat : 28724 (java) S 28720 28707 28037 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25511291 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28725] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28725/stat : 28725 (java) S 28720 28707 28037 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25511291 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28726] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28726/stat : 28726 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25511293 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28727] ppid=28720 vsize=868696 CPUtime=0.21
/proc/28721/task/28727/stat : 28727 (java) S 28720 28707 28037 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 25511293 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28728] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28728/stat : 28728 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25511293 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28729] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28729/stat : 28729 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25511293 889544704 7187 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890920

[startup+6.30117 s]
/proc/loadavg: 1.93 1.98 1.99 4/92 28729
/proc/meminfo: memFree=1621960/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=0.92
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1310 7271 0 1 6 1 81 4 15 0 1 0 25511190 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1111 409 3 0 796 0
[pid=28720] ppid=28707 vsize=5356 CPUtime=0
/proc/28720/stat : 28720 (sh) S 28707 28707 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25511288 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28720/statm: 1339 233 193 169 0 50 0
[pid=28721] ppid=28720 vsize=868696 CPUtime=5.23
/proc/28721/stat : 28721 (java) S 28720 28707 28037 0 -1 0 9255 0 1 0 482 41 0 0 18 0 9 0 25511288 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28721/statm: 217174 7199 2590 9 0 211651 0
[pid=28721/tid=28722] ppid=28720 vsize=868696 CPUtime=4.42
/proc/28721/task/28722/stat : 28722 (java) R 28720 28707 28037 0 -1 64 4004 0 1 0 410 32 0 0 25 0 9 0 25511289 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4126902824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28723] ppid=28720 vsize=868696 CPUtime=0.56
/proc/28721/task/28723/stat : 28723 (java) S 28720 28707 28037 0 -1 64 3026 0 0 0 49 7 0 0 16 0 9 0 25511291 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28724] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28724/stat : 28724 (java) S 28720 28707 28037 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 25511291 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28725] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28725/stat : 28725 (java) S 28720 28707 28037 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25511291 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28726] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28726/stat : 28726 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25511293 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28727] ppid=28720 vsize=868696 CPUtime=0.22
/proc/28721/task/28727/stat : 28727 (java) S 28720 28707 28037 0 -1 64 1526 0 0 0 21 1 0 0 16 0 9 0 25511293 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28728] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28728/stat : 28728 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25511293 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28721/tid=28729] ppid=28720 vsize=868696 CPUtime=0
/proc/28721/task/28729/stat : 28729 (java) S 28720 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25511293 889544704 7199 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890920

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 28731
/proc/meminfo: memFree=1594632/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=40204 CPUtime=6.1
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 9252 0 0 0 274 336 0 0 25 0 1 0 25511841 41168896 9238 996147200 134512640 134931368 4294956256 18446744073709551615 134597654 0 0 4096 0 0 0 0 17 1 0 0
/proc/28731/statm: 10051 9238 40 102 0 9946 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 62428

[startup+25.5019 s]
/proc/loadavg: 2.09 2.02 2.01 4/84 28731
/proc/meminfo: memFree=1548168/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=86080 CPUtime=18.76
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 20500 0 0 0 859 1017 0 0 25 0 1 0 25511841 88145920 20486 996147200 134512640 134931368 4294956256 18446744073709551615 134520663 0 0 4096 0 0 0 0 17 1 0 0
/proc/28731/statm: 21520 20486 40 102 0 21415 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 108304

[startup+51.102 s]
/proc/loadavg: 2.06 2.01 2.00 3/84 28731
/proc/meminfo: memFree=1545672/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=90852 CPUtime=44.08
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 20902 0 0 0 3374 1034 0 0 25 0 1 0 25511841 93032448 20888 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/28731/statm: 22713 20888 42 102 0 22608 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 113076

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 28731
/proc/meminfo: memFree=1545352/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=91248 CPUtime=94.81
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 20996 0 0 0 8446 1035 0 0 25 0 1 0 25511841 93437952 20982 996147200 134512640 134931368 4294956256 18446744073709551615 134523048 0 0 4096 0 0 0 0 17 1 0 0
/proc/28731/statm: 22812 20982 42 102 0 22707 0
Current children cumulated CPU time (s) 101.17
Current children cumulated vsize (KiB) 113472

[startup+162.303 s]
/proc/loadavg: 2.01 2.00 2.00 2/73 28733
/proc/meminfo: memFree=1561512/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0

################
# More data... #
################

Current children cumulated vsize (KiB) 115584

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

[startup+409.501 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1524232/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93360 CPUtime=401.32
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21561 0 0 0 39095 1037 0 0 25 0 1 0 25511841 95600640 21547 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23340 21547 42 102 0 23235 0
Current children cumulated CPU time (s) 407.68
Current children cumulated vsize (KiB) 115584

[startup+435.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1523336/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93624 CPUtime=426.91
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21604 0 0 0 41654 1037 0 0 25 0 1 0 25511841 95870976 21590 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23406 21590 42 102 0 23301 0
Current children cumulated CPU time (s) 433.27
Current children cumulated vsize (KiB) 115848

[startup+441.503 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1523144/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93624 CPUtime=433.31
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21614 0 0 0 42294 1037 0 0 25 0 1 0 25511841 95870976 21600 996147200 134512640 134931368 4294956256 18446744073709551615 134522825 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23406 21600 42 102 0 23301 0
Current children cumulated CPU time (s) 439.67
Current children cumulated vsize (KiB) 115848

[startup+447.902 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1522824/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93624 CPUtime=439.7
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21634 0 0 0 42933 1037 0 0 25 0 1 0 25511841 95870976 21620 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23406 21620 42 102 0 23301 0
Current children cumulated CPU time (s) 446.06
Current children cumulated vsize (KiB) 115848

[startup+449.501 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1522824/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93624 CPUtime=441.3
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21634 0 0 0 43093 1037 0 0 25 0 1 0 25511841 95870976 21620 996147200 134512640 134931368 4294956256 18446744073709551615 134524068 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23406 21620 42 102 0 23301 0
Current children cumulated CPU time (s) 447.66
Current children cumulated vsize (KiB) 115848

[startup+450.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1522760/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93624 CPUtime=442.1
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21634 0 0 0 43173 1037 0 0 25 0 1 0 25511841 95870976 21620 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23406 21620 42 102 0 23301 0
Current children cumulated CPU time (s) 448.46
Current children cumulated vsize (KiB) 115848

[startup+450.702 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 28783
/proc/meminfo: memFree=1522760/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=6.36
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1365 16885 0 2 6 1 581 48 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28730] ppid=28707 vsize=5356 CPUtime=0
/proc/28730/stat : 28730 (sh) S 28707 28707 28037 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25511841 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28730/statm: 1339 232 193 169 0 50 0
[pid=28731] ppid=28730 vsize=93628 CPUtime=442.5
/proc/28731/stat : 28731 (picosat) R 28730 28707 28037 0 -1 4194304 21646 0 0 0 43213 1037 0 0 25 0 1 0 25511841 95875072 21632 996147200 134512640 134931368 4294956256 18446744073709551615 134533657 0 0 4096 0 0 0 0 17 0 0 0
/proc/28731/statm: 23407 21632 42 102 0 23302 0
Current children cumulated CPU time (s) 448.86
Current children cumulated vsize (KiB) 115852

[startup+450.902 s]
/proc/loadavg: 2.02 2.01 2.00 4/85 28793
/proc/meminfo: memFree=1604872/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=448.98
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1446 38818 0 2 6 1 43804 1087 16 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28784] ppid=28707 vsize=5356 CPUtime=0
/proc/28784/stat : 28784 (sh) S 28707 28707 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25556271 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28784/statm: 1339 233 193 169 0 50 0
[pid=28785] ppid=28784 vsize=862008 CPUtime=0.08
/proc/28785/stat : 28785 (java) S 28784 28707 28037 0 -1 0 2806 0 1 0 6 2 0 0 19 0 9 0 25556272 882696192 2279 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28785/statm: 215502 2279 1235 9 0 210415 0
[pid=28785/tid=28786] ppid=28784 vsize=862008 CPUtime=0.06
/proc/28785/task/28786/stat : 28786 (java) R 28784 28707 28037 0 -1 64 1898 0 1 0 5 1 0 0 25 0 9 0 25556273 882696192 2279 996147200 134512640 134550932 4294955984 18446744073709551615 4125977358 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28787] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28787/stat : 28787 (java) S 28784 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 21 0 9 0 25556274 882696192 2279 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28788] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28788/stat : 28788 (java) S 28784 28707 28037 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 25556274 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28789] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28789/stat : 28789 (java) S 28784 28707 28037 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25556274 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28790] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28790/stat : 28790 (java) S 28784 28707 28037 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 25556276 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28791] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28791/stat : 28791 (java) R 28784 28707 28037 0 -1 64 212 0 0 0 0 0 0 0 25 0 9 0 25556276 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28792] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28792/stat : 28792 (java) S 28784 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25556276 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28793] ppid=28784 vsize=862008 CPUtime=0
/proc/28785/task/28793/stat : 28793 (java) S 28784 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25556276 882696192 2280 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 449.06
Current children cumulated vsize (KiB) 884232

[startup+451.008 s]
/proc/loadavg: 2.02 2.01 2.00 4/85 28793
/proc/meminfo: memFree=1604872/2055924 swapFree=4192812/4192956
[pid=28707] ppid=28705 vsize=16868 CPUtime=448.98
/proc/28707/stat : 28707 (sugar) S 28705 28707 28037 0 -1 4194304 1448 38818 0 2 6 1 43804 1087 15 0 1 0 25511190 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28707/statm: 4217 1113 409 3 0 796 0
[pid=28784] ppid=28707 vsize=5356 CPUtime=0
/proc/28784/stat : 28784 (sh) S 28707 28707 28037 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25556271 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28784/statm: 1339 233 193 169 0 50 0
[pid=28785] ppid=28784 vsize=864156 CPUtime=0.17
/proc/28785/stat : 28785 (java) S 28784 28707 28037 0 -1 0 3610 0 1 0 15 2 0 0 19 0 9 0 25556272 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28785/statm: 216039 3075 1710 9 0 210544 0
[pid=28785/tid=28786] ppid=28784 vsize=864156 CPUtime=0.12
/proc/28785/task/28786/stat : 28786 (java) S 28784 28707 28037 0 -1 64 2552 0 1 0 11 1 0 0 25 0 9 0 25556273 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28787] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28787/stat : 28787 (java) S 28784 28707 28037 0 -1 64 74 0 0 0 0 0 0 0 16 0 9 0 25556274 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28788] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28788/stat : 28788 (java) S 28784 28707 28037 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 25556274 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28789] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28789/stat : 28789 (java) S 28784 28707 28037 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25556274 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28790] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28790/stat : 28790 (java) S 28784 28707 28037 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 25556276 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28791] ppid=28784 vsize=864156 CPUtime=0.03
/proc/28785/task/28791/stat : 28791 (java) S 28784 28707 28037 0 -1 64 289 0 0 0 3 0 0 0 22 0 9 0 25556276 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28792] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28792/stat : 28792 (java) S 28784 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 25556276 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28785/tid=28793] ppid=28784 vsize=864156 CPUtime=0
/proc/28785/task/28793/stat : 28793 (java) S 28784 28707 28037 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25556276 884895744 3075 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 449.15
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 451.056
CPU time (s): 449.213
CPU user time (s): 438.261
CPU system time (s): 10.9513
CPU usage (%): 99.5914
Max. virtual memory (cumulated for all children) (KiB): 890920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 438.261
system time used= 10.9513
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44253
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= 13915
involuntary context switches= 20994

runsolver used 0.517921 second user time and 1.54876 second system time

The end

Launcher Data

Begin job on node6 at 2009-07-12 09:40:38
IDJOB=2086800
IDBENCH=58635
IDSOLVER=738
FILE ID=node6/2086800-1247384438
PBS_JOBID= 9507219
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/js-taillard-20/normalized-js-taillard-20-95-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-2086800-1247384438/watcher-2086800-1247384438 -o /tmp/evaluation-result-2086800-1247384438/solver-2086800-1247384438 -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-2086800-1247384438.xml

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

MD5SUM BENCH= 5cc165977f196f608f6417ffbc3873c8
RANDOM SEED=133795864

node6.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.263
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.263
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:      2055924 kB
MemFree:       1681472 kB
Buffers:         62500 kB
Cached:         202156 kB
SwapCached:          0 kB
Active:         173284 kB
Inactive:       124308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1681472 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          53328 kB
Slab:            61976 kB
Committed_AS:   226712 kB
PageTables:       1964 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= 66396 MiB
End job on node6 at 2009-07-12 09:48:09