Trace number 2068045

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+picosat? 592.22 610.482

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-bell3b.xml
MD5SUM65eb944c41b4a2fafe7932d513515ca0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9457
Satisfiable
(Un)Satisfiability was proved
Number of variables2283
Number of constraints155
Maximum constraint arity195
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension155
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 Sat Jul 11 22:56:53 2009
0.00/0.08	c 0	PID 16227
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068045-1247345813.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-2068045-1247345813.xml' 'HOME/temp.csp'
0.06/0.72	c 1	2 domains, 2283 variables, 26 predicates, 0 relations, 155 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.67/0.85	c 1	Parsing HOME/temp.csp
0.67/0.98	c 1	parsed 2466 expressions
0.67/0.99	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.99	c 1	Converting to clausal form CSP
0.88/1.02	c 1	converted 247 (10%) expressions
0.88/1.03	c 1	converted 494 (20%) expressions
0.88/1.03	c 1	converted 740 (30%) expressions
0.88/1.03	c 1	converted 987 (40%) expressions
0.88/1.03	c 1	converted 1233 (50%) expressions
0.88/1.03	c 1	converted 1480 (60%) expressions
0.88/1.04	c 1	converted 1727 (70%) expressions
0.88/1.04	c 1	converted 1973 (80%) expressions
0.88/1.05	c 1	converted 2220 (90%) expressions
1.37/1.57	c 2	converted 2466 (100%) expressions
1.37/1.57	c 2	CSP : 3384 integers, 0 booleans, 2341 clauses, largest domain size 108941
1.37/1.57	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.37/1.57	c 2	Propagation in CSP
1.47/1.64	c 2	5688 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.47/1.64	c 2	CSP : 3384 integers, 0 booleans, 2341 clauses, largest domain size 108941
1.47/1.64	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.65	c 2	Simplifing CSP by introducing new Boolean variables
1.47/1.65	c 2	CSP : 3384 integers, 0 booleans, 2341 clauses, largest domain size 108941
1.47/1.65	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.47/1.69	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.47/1.70	c 2	339 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.58/1.70	c 2	677 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.58/1.71	c 2	1016 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.58/1.71	c 2	1354 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.58/1.71	c 2	1692 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.58/1.71	c 2	2031 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
2.47/2.62	c 3	2369 (70%) CSP integer variables are encoded (682883 clauses, 11396433 bytes)
7.50/7.77	c 8	2708 (80%) CSP integer variables are encoded (4469335 clauses, 82708676 bytes)
8.50/8.77	c 9	3046 (90%) CSP integer variables are encoded (5195874 clauses, 96512917 bytes)
9.29/9.52	c 10	3384 (100%) CSP integer variables are encoded (5742958 clauses, 106907513 bytes)
590.96/605.08	c 605	ERROR Exception Too large HOME/temp.cnf
591.04/605.30	c 605	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
591.04/605.30	c 605	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
591.04/605.30	c 605	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
591.04/605.30	s UNKNOWN
591.04/605.66	c 606	CPU 591.06 (0.06 0.01 554.81 36.18)
591.04/605.66	c 606	END Sat Jul 11 23:06:59 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068045-1247345813/watcher-2068045-1247345813 -o /tmp/evaluation-result-2068045-1247345813/solver-2068045-1247345813 -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-2068045-1247345813.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: 2.00 2.03 2.00 4/83 16227
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=18576 CPUtime=0
/proc/16227/stat : 16227 (runsolver) R 16225 16227 14595 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21644796 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16227/statm: 4644 284 249 26 0 2626 0

[startup+0.0817311 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 16227
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16740 CPUtime=0.06
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21644796 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101843 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 16227
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.06
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301852 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 16227
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.06
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701883 s]
/proc/loadavg: 2.00 2.03 2.00 4/83 16227
/proc/meminfo: memFree=1722816/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.06
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50294 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 16249
/proc/meminfo: memFree=1712040/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.67
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1309 5008 0 1 5 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868628 CPUtime=0.7
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 5896 0 1 0 67 3 0 0 19 0 9 0 21644873 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217157 5305 1744 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868628 CPUtime=0.45
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 2686 0 1 0 44 1 0 0 20 0 9 0 21644874 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4126571470 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868628 CPUtime=0.04
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 1017 0 0 0 4 0 0 0 16 0 9 0 21644875 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868628 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21644876 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868628 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21644876 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868628 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868628 CPUtime=0.18
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1499 0 0 0 18 0 0 0 16 0 9 0 21644878 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868628 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868628 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889475072 5305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 890852

[startup+3.10204 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 16249
/proc/meminfo: memFree=1698792/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 16 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=2.29
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 7671 0 1 0 212 17 0 0 19 0 9 0 21644873 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6454 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=1.82
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 3178 0 1 0 170 12 0 0 25 0 9 0 21644874 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4126431445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 20 3 0 0 16 0 9 0 21644875 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.22
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 890964

[startup+6.30126 s]
/proc/loadavg: 2.00 2.03 2.00 3/94 16249
/proc/meminfo: memFree=1652136/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 16 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=5.44
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 8652 0 1 0 495 49 0 0 19 0 9 0 21644873 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6454 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=4.73
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 4159 0 1 0 435 38 0 0 25 0 9 0 21644874 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=0.46
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 38 8 0 0 16 0 9 0 21644875 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.22
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1522 0 0 0 21 1 0 0 16 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6454 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890964

[startup+12.7027 s]
/proc/loadavg: 2.15 2.06 2.01 3/94 16249
/proc/meminfo: memFree=1570920/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=11.75
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 10656 0 1 0 1065 110 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=10.51
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 6158 0 1 0 964 87 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4126986100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=0.99
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 78 21 0 0 16 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890964

[startup+25.5025 s]
/proc/loadavg: 2.28 2.09 2.02 3/94 16249
/proc/meminfo: memFree=1425896/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=24.3
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 14737 0 1 0 2198 232 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=22
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 10239 0 1 0 2016 184 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4126986204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=2.04
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 159 45 0 0 16 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0

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

[startup+582.303 s]
/proc/loadavg: 2.81 2.35 2.14 3/94 16255
/proc/meminfo: memFree=15144/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=568.73
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 135489 0 1 0 53487 3386 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=536.57
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 130991 0 1 0 51029 2628 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4126608271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=31.9
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 2435 755 0 0 16 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 569.41
Current children cumulated vsize (KiB) 890964

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

[startup+588.701 s]
/proc/loadavg: 2.82 2.36 2.14 3/94 16255
/proc/meminfo: memFree=14952/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=574.92
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 137561 0 1 0 54041 3451 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=542.25
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 133063 0 1 0 51544 2681 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 102094109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=32.42
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 2474 768 0 0 16 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 575.6
Current children cumulated vsize (KiB) 890964

[startup+601.502 s]
/proc/loadavg: 2.92 2.39 2.15 3/94 16255
/proc/meminfo: memFree=15784/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=587.13
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 141642 0 1 0 55133 3580 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=553.39
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 137144 0 1 0 52553 2786 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=33.47
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 2556 791 0 0 15 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 587.81
Current children cumulated vsize (KiB) 890964

[startup+604.701 s]
/proc/loadavg: 2.93 2.40 2.16 3/94 16255
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=0.68
/proc/16227/stat : 16227 (sugar) S 16225 16227 14595 0 -1 4194304 1310 5008 0 1 6 1 58 3 15 0 1 0 21644796 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16227/statm: 4217 1111 409 3 0 796 0
[pid=16240] ppid=16227 vsize=5356 CPUtime=0
/proc/16240/stat : 16240 (sh) S 16227 16227 14595 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21644873 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16240/statm: 1339 233 193 169 0 50 0
[pid=16241] ppid=16240 vsize=868740 CPUtime=590.22
/proc/16241/stat : 16241 (java) S 16240 16227 14595 0 -1 0 142683 0 1 0 55410 3612 0 0 19 0 9 0 21644873 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16241/statm: 217185 6459 2590 9 0 211662 0
[pid=16241/tid=16242] ppid=16240 vsize=868740 CPUtime=556.23
/proc/16241/task/16242/stat : 16242 (java) R 16240 16227 14595 0 -1 64 138185 0 1 0 52811 2812 0 0 25 0 9 0 21644874 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4126986104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16243] ppid=16240 vsize=868740 CPUtime=33.74
/proc/16241/task/16243/stat : 16243 (java) S 16240 16227 14595 0 -1 64 2272 0 0 0 2576 798 0 0 16 0 9 0 21644875 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16244] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16244/stat : 16244 (java) S 16240 16227 14595 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16245] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16245/stat : 16245 (java) S 16240 16227 14595 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21644876 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16246] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16246/stat : 16246 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16247] ppid=16240 vsize=868740 CPUtime=0.23
/proc/16241/task/16247/stat : 16247 (java) S 16240 16227 14595 0 -1 64 1527 0 0 0 22 1 0 0 17 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16248] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16248/stat : 16248 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16241/tid=16249] ppid=16240 vsize=868740 CPUtime=0
/proc/16241/task/16249/stat : 16249 (java) S 16240 16227 14595 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21644878 889589760 6459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 590.9
Current children cumulated vsize (KiB) 890964

[startup+607.902 s]
/proc/loadavg: 2.93 2.41 2.16 2/84 16255
/proc/meminfo: memFree=1815992/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=592.09
/proc/16227/stat : 16227 (sugar) D 16225 16227 14595 0 -1 4194304 1335 148030 0 4 6 104 55481 3618 15 0 1 0 21644796 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16227/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 592.09
Current children cumulated vsize (KiB) 16868

[startup+609.502 s]
/proc/loadavg: 2.93 2.41 2.16 2/84 16255
/proc/meminfo: memFree=1814520/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=592.15
/proc/16227/stat : 16227 (sugar) D 16225 16227 14595 0 -1 4194304 1335 148030 0 4 6 110 55481 3618 15 0 1 0 21644796 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16227/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 592.15
Current children cumulated vsize (KiB) 16868

[startup+609.902 s]
/proc/loadavg: 2.93 2.41 2.16 2/84 16255
/proc/meminfo: memFree=1814520/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=592.17
/proc/16227/stat : 16227 (sugar) D 16225 16227 14595 0 -1 4194304 1335 148030 0 4 6 112 55481 3618 15 0 1 0 21644796 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16227/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 592.17
Current children cumulated vsize (KiB) 16868

[startup+610.302 s]
/proc/loadavg: 2.93 2.41 2.16 2/84 16255
/proc/meminfo: memFree=1814520/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=592.19
/proc/16227/stat : 16227 (sugar) D 16225 16227 14595 0 -1 4194304 1335 148030 0 4 6 114 55481 3618 15 0 1 0 21644796 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/16227/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 592.19
Current children cumulated vsize (KiB) 16868

[startup+610.402 s]
/proc/loadavg: 2.93 2.41 2.16 2/84 16255
/proc/meminfo: memFree=1813944/2055920 swapFree=4192812/4192956
[pid=16227] ppid=16225 vsize=16868 CPUtime=592.19
/proc/16227/stat : 16227 (sugar) R 16225 16227 14595 0 -1 4194304 1335 148030 0 4 6 114 55481 3618 15 0 1 0 21644796 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/16227/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 592.19
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 610.482
CPU time (s): 592.22
CPU user time (s): 554.88
CPU system time (s): 37.3403
CPU usage (%): 97.0086
Max. virtual memory (cumulated for all children) (KiB): 890964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 554.88
system time used= 37.3403
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149426
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1233479
involuntary context switches= 1247180

runsolver used 0.841872 second user time and 1.9977 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-11 22:56:53
IDJOB=2068045
IDBENCH=54787
IDSOLVER=738
FILE ID=node52/2068045-1247345813
PBS_JOBID= 9506697
Free space on /tmp= 66136 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-bell3b.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-2068045-1247345813/watcher-2068045-1247345813 -o /tmp/evaluation-result-2068045-1247345813/solver-2068045-1247345813 -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-2068045-1247345813.xml

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

MD5SUM BENCH= 65eb944c41b4a2fafe7932d513515ca0
RANDOM SEED=238174297

node52.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.236
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.236
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:       1723296 kB
Buffers:         29828 kB
Cached:          98616 kB
SwapCached:        144 kB
Active:         239820 kB
Inactive:        39976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723296 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1592 kB
Writeback:           0 kB
Mapped:         166916 kB
Slab:            37840 kB
Committed_AS:   871980 kB
PageTables:       2160 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= 66136 MiB
End job on node52 at 2009-07-11 23:07:04