Trace number 2069475

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? 227.108 236.447

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-seymour1.xml
MD5SUM27316f660718fdd05f59979882bda0b1
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 benchmark33.5819
Satisfiable
(Un)Satisfiability was proved
Number of variables10582
Number of constraints5786
Maximum constraint arity198
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5786
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 00:15:33 2009
0.00/0.08	c 0	PID 16025
0.00/0.08	c 0	HOST node32.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069475-1247350532.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-2069475-1247350532.xml' 'HOME/temp.csp'
1.26/1.37	c 1	2 domains, 10582 variables, 80 predicates, 0 relations, 5786 constraints
1.26/1.40	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.40	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'
1.34/1.48	c 1	Parsing HOME/temp.csp
1.34/1.76	c 1	parsed 10000 expressions
2.90/3.02	c 3	parsed 16450 expressions
2.90/3.03	c 3	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.03	c 3	Converting to clausal form CSP
2.90/3.07	c 3	converted 1645 (10%) expressions
2.90/3.08	c 3	converted 3290 (20%) expressions
2.90/3.08	c 3	converted 4935 (30%) expressions
2.90/3.08	c 3	converted 6580 (40%) expressions
3.20/3.31	c 3	converted 8225 (50%) expressions
3.20/3.31	c 3	converted 9870 (60%) expressions
3.50/3.61	c 3	converted 11515 (70%) expressions
4.88/5.07	c 5	converted 13160 (80%) expressions
9.85/10.00	c 10	converted 14805 (90%) expressions
18.25/18.43	c 18	converted 16450 (100%) expressions
18.25/18.45	c 18	CSP : 89973 integers, 0 booleans, 164568 clauses, largest domain size 12722
18.25/18.45	c 18	Heap : 154 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.25/18.45	c 18	Propagation in CSP
20.65/20.83	c 20	380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.65/20.84	c 20	CSP : 89973 integers, 0 booleans, 164568 clauses, largest domain size 12722
20.65/20.84	c 20	Heap : 151 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.65/20.90	c 21	Simplifing CSP by introducing new Boolean variables
20.75/20.96	c 21	CSP : 89973 integers, 0 booleans, 164568 clauses, largest domain size 12722
20.75/20.96	c 21	Heap : 161 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
21.54/21.73	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.54/21.78	c 21	8998 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
36.16/36.79	c 36	17995 (20%) CSP integer variables are encoded (11492894 clauses, 219226519 bytes)
60.57/62.03	c 62	26992 (30%) CSP integer variables are encoded (29435175 clauses, 596014420 bytes)
81.96/84.37	c 84	35990 (40%) CSP integer variables are encoded (45258606 clauses, 928306471 bytes)
105.75/109.02	c 109	44987 (50%) CSP integer variables are encoded (62853016 clauses, 1297789081 bytes)
131.90/136.43	c 136	53984 (60%) CSP integer variables are encoded (82704291 clauses, 1714665856 bytes)
163.10/169.17	c 169	62982 (70%) CSP integer variables are encoded (105521307 clauses, 2204986675 bytes)
200.32/207.59	c 207	71979 (80%) CSP integer variables are encoded (131754163 clauses, 2808342363 bytes)
226.02/233.71	c 233	ERROR Exception Too large HOME/temp.cnf
226.02/233.71	c 233	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:208)
226.02/233.71	c 233	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
226.02/233.71	c 233	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
226.02/233.71	s UNKNOWN
226.02/233.79	c 233	CPU 226.07 (0.06 0.01 204.51 21.49)
226.02/233.79	c 233	END Sun Jul 12 00:19:26 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-2069475-1247350532/watcher-2069475-1247350532 -o /tmp/evaluation-result-2069475-1247350532/solver-2069475-1247350532 -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-2069475-1247350532.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.82 2.45 2.32 4/83 16025
/proc/meminfo: memFree=1275976/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=18576 CPUtime=0
/proc/16025/stat : 16025 (runsolver) R 16023 16025 15842 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 22119753 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16025/statm: 4644 284 249 26 0 2626 0

[startup+0.092115 s]
/proc/loadavg: 2.82 2.45 2.32 4/83 16025
/proc/meminfo: memFree=1275976/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=0.07
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.108505 s]
/proc/loadavg: 2.82 2.45 2.32 4/83 16025
/proc/meminfo: memFree=1275976/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=0.07
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301125 s]
/proc/loadavg: 2.82 2.45 2.32 4/83 16025
/proc/meminfo: memFree=1275976/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=0.07
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701169 s]
/proc/loadavg: 2.82 2.45 2.32 4/83 16025
/proc/meminfo: memFree=1275976/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=0.07
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1227 128 0 0 6 1 0 0 22 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50126 s]
/proc/loadavg: 2.82 2.45 2.32 3/94 16037
/proc/meminfo: memFree=1223536/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1309 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 16868

[startup+3.10245 s]
/proc/loadavg: 3.00 2.49 2.33 4/94 16047
/proc/meminfo: memFree=1216944/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1309 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=864388 CPUtime=1.67
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 14794 0 1 0 159 8 0 0 18 0 9 0 22119893 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 216097 13943 2568 9 0 210602 0
[pid=16039/tid=16040] ppid=16038 vsize=864388 CPUtime=0.95
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 2902 0 1 0 93 2 0 0 25 0 9 0 22119894 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16041] ppid=16038 vsize=864388 CPUtime=0.65
/proc/16039/task/16041/stat : 16041 (java) R 16038 16025 15842 0 -1 64 10880 0 0 0 60 5 0 0 16 0 9 0 22119895 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 102509266 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=864388 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16043] ppid=16038 vsize=864388 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22119896 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16044] ppid=16038 vsize=864388 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=864388 CPUtime=0.05
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 310 0 0 0 5 0 0 0 16 0 9 0 22119898 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16046] ppid=16038 vsize=864388 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=864388 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 885133312 13943 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886612

[startup+6.30281 s]
/proc/loadavg: 3.00 2.49 2.33 3/94 16047
/proc/meminfo: memFree=1110128/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1309 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868528 CPUtime=4.83
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 22234 0 1 0 470 13 0 0 18 0 9 0 22119893 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217132 21211 2568 9 0 211637 0
[pid=16039/tid=16040] ppid=16038 vsize=868528 CPUtime=3.38
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 3271 0 1 0 335 3 0 0 20 0 9 0 22119894 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868528 CPUtime=1.23
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 16809 0 0 0 115 8 0 0 16 0 9 0 22119895 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868528 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868528 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868528 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868528 CPUtime=0.19
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1452 0 0 0 19 0 0 0 16 0 9 0 22119898 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868528 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868528 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889372672 21211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890752

[startup+12.7025 s]
/proc/loadavg: 3.38 2.59 2.36 4/94 16047
/proc/meminfo: memFree=933360/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1309 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868612 CPUtime=11.21
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 55168 0 1 0 1089 32 0 0 18 0 9 0 22119893 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217153 35022 2567 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868612 CPUtime=7.85
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 4545 0 1 0 779 6 0 0 25 0 9 0 22119894 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4126563972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868612 CPUtime=3.14
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 48467 0 0 0 290 24 0 0 16 0 9 0 22119895 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868612 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868612 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868612 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868612 CPUtime=0.19
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1454 0 0 0 19 0 0 0 16 0 9 0 22119898 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868612 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868612 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889458688 35022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890836

[startup+25.503 s]
/proc/loadavg: 3.55 2.65 2.39 3/94 16047
/proc/meminfo: memFree=645360/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 15 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=23.93
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 68558 0 1 0 2318 75 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868724 CPUtime=18.94
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 4778 0 1 0 1853 41 0 0 25 0 9 0 22119894 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4127040441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868724 CPUtime=4.73
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 61592 0 0 0 441 32 0 0 16 0 9 0 22119895 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 890948

[startup+51.1029 s]
/proc/loadavg: 3.36 2.68 2.40 3/94 16047
/proc/meminfo: memFree=15984/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=48.68
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 69104 0 1 0 4550 318 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0

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

[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 156.68
Current children cumulated vsize (KiB) 890948

[startup+222.302 s]
/proc/loadavg: 2.62 2.77 2.49 2/79 16322
/proc/meminfo: memFree=193056/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=213.45
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 72656 0 1 0 19333 2012 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868724 CPUtime=205.36
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 8876 0 1 0 18588 1948 0 0 25 0 9 0 22119894 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4126642199 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868724 CPUtime=7.81
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 61592 0 0 0 720 61 0 0 16 0 9 0 22119895 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 214.79
Current children cumulated vsize (KiB) 890948

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

[startup+223.902 s]
/proc/loadavg: 2.62 2.77 2.49 2/79 16322
/proc/meminfo: memFree=177184/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=215.05
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 72689 0 1 0 19474 2031 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868724 CPUtime=206.95
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 8909 0 1 0 18728 1967 0 0 25 0 9 0 22119894 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4126651647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868724 CPUtime=7.82
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 61592 0 0 0 721 61 0 0 16 0 9 0 22119895 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 216.39
Current children cumulated vsize (KiB) 890948

[startup+230.302 s]
/proc/loadavg: 2.57 2.76 2.49 2/79 16350
/proc/meminfo: memFree=72416/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=221.39
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 72823 0 1 0 20039 2100 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868724 CPUtime=213.18
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 9043 0 1 0 19283 2035 0 0 18 0 9 0 22119894 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868724 CPUtime=7.93
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 61592 0 0 0 731 62 0 0 16 0 9 0 22119895 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.73
Current children cumulated vsize (KiB) 890948

[startup+233.502 s]
/proc/loadavg: 2.68 2.78 2.49 2/79 16390
/proc/meminfo: memFree=32416/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=1.34
/proc/16025/stat : 16025 (sugar) S 16023 16025 15842 0 -1 4194304 1310 12391 0 1 6 1 117 10 16 0 1 0 22119753 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16025/statm: 4217 1111 409 3 0 796 0
[pid=16038] ppid=16025 vsize=5356 CPUtime=0
/proc/16038/stat : 16038 (sh) S 16025 16025 15842 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22119893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16038/statm: 1339 233 193 169 0 50 0
[pid=16039] ppid=16038 vsize=868724 CPUtime=224.48
/proc/16039/stat : 16039 (java) S 16038 16025 15842 0 -1 0 72887 0 1 0 20315 2133 0 0 18 0 9 0 22119893 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16039/statm: 217181 47576 2591 9 0 211658 0
[pid=16039/tid=16040] ppid=16038 vsize=868724 CPUtime=216.23
/proc/16039/task/16040/stat : 16040 (java) R 16038 16025 15842 0 -1 64 9107 0 1 0 19555 2068 0 0 17 0 9 0 22119894 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16041] ppid=16038 vsize=868724 CPUtime=7.97
/proc/16039/task/16041/stat : 16041 (java) S 16038 16025 15842 0 -1 64 61592 0 0 0 735 62 0 0 16 0 9 0 22119895 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16042] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16042/stat : 16042 (java) S 16038 16025 15842 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16043] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16043/stat : 16043 (java) S 16038 16025 15842 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22119896 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16044] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16044/stat : 16044 (java) S 16038 16025 15842 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16045] ppid=16038 vsize=868724 CPUtime=0.24
/proc/16039/task/16045/stat : 16045 (java) S 16038 16025 15842 0 -1 64 1486 0 0 0 23 1 0 0 16 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16039/tid=16046] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16046/stat : 16046 (java) S 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16039/tid=16047] ppid=16038 vsize=868724 CPUtime=0
/proc/16039/task/16047/stat : 16047 (java) R 16038 16025 15842 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22119898 889573376 47576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 225.82
Current children cumulated vsize (KiB) 890948

[startup+235.102 s]
/proc/loadavg: 2.68 2.78 2.49 2/69 16390
/proc/meminfo: memFree=1009072/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=227.03
/proc/16025/stat : 16025 (sugar) D 16023 16025 15842 0 -1 4194304 1335 85580 0 2 6 97 20451 2149 18 0 1 0 22119753 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16025/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 227.03
Current children cumulated vsize (KiB) 16868

[startup+235.902 s]
/proc/loadavg: 2.68 2.78 2.49 1/69 16390
/proc/meminfo: memFree=1892912/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=227.07
/proc/16025/stat : 16025 (sugar) D 16023 16025 15842 0 -1 4194304 1335 85580 0 2 6 101 20451 2149 18 0 1 0 22119753 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16025/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 227.07
Current children cumulated vsize (KiB) 16868

[startup+236.302 s]
/proc/loadavg: 2.68 2.78 2.49 1/69 16390
/proc/meminfo: memFree=1892912/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=227.08
/proc/16025/stat : 16025 (sugar) D 16023 16025 15842 0 -1 4194304 1335 85580 0 2 6 102 20451 2149 18 0 1 0 22119753 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16025/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 227.08
Current children cumulated vsize (KiB) 16868

[startup+236.402 s]
/proc/loadavg: 2.68 2.78 2.49 1/69 16390
/proc/meminfo: memFree=1892400/2055920 swapFree=4192812/4192956
[pid=16025] ppid=16023 vsize=16868 CPUtime=227.08
/proc/16025/stat : 16025 (sugar) D 16023 16025 15842 0 -1 4194304 1335 85580 0 2 6 102 20451 2149 18 0 1 0 22119753 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16025/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 227.08
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 236.447
CPU time (s): 227.108
CPU user time (s): 204.585
CPU system time (s): 22.5236
CPU usage (%): 96.0505
Max. virtual memory (cumulated for all children) (KiB): 911832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.585
system time used= 22.5236
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86976
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46978
involuntary context switches= 50127

runsolver used 0.404938 second user time and 0.91686 second system time

The end

Launcher Data

Begin job on node32 at 2009-07-12 00:15:33
IDJOB=2069475
IDBENCH=55063
IDSOLVER=738
FILE ID=node32/2069475-1247350532
PBS_JOBID= 9506868
Free space on /tmp= 65896 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-seymour1.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-2069475-1247350532/watcher-2069475-1247350532 -o /tmp/evaluation-result-2069475-1247350532/solver-2069475-1247350532 -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-2069475-1247350532.xml

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

MD5SUM BENCH= 27316f660718fdd05f59979882bda0b1
RANDOM SEED=2088298056

node32.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:       1276584 kB
Buffers:         14784 kB
Cached:         539212 kB
SwapCached:          0 kB
Active:         685392 kB
Inactive:        30260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1276584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          211512 kB
Writeback:           0 kB
Mapped:         182968 kB
Slab:            48332 kB
Committed_AS:   396456 kB
PageTables:       2348 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node32 at 2009-07-12 00:19:29