Trace number 2068915

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+minisat? 257.302 269.337

General information on the benchmark

Namecsp/tdsp/
normalized-C7-2-241.xml
MD5SUM8d8cf1b474fe7a5bceeecee77718d1b9
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables593
Number of constraints19700
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19700
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 23:48:19 2009
0.00/0.07	c 0	PID 15865
0.06/0.07	c 0	HOST node8.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2068915-1247348899.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068915-1247348899.xml' 'HOME/temp.csp'
1.26/1.35	c 1	5 domains, 593 variables, 2 predicates, 0 relations, 19700 constraints
1.26/1.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.38	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.33/1.45	c 1	Parsing HOME/temp.csp
1.33/1.75	c 2	parsed 10000 expressions
1.33/1.96	c 2	parsed 20000 expressions
1.33/1.97	c 2	parsed 20300 expressions
1.33/1.98	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.98	c 2	Converting to clausal form CSP
2.33/2.41	c 2	converted 2030 (10%) expressions
2.43/2.54	c 2	converted 4060 (20%) expressions
2.52/2.69	c 2	converted 6090 (30%) expressions
2.72/2.83	c 3	converted 8120 (40%) expressions
3.03/3.11	c 3	converted 10150 (50%) expressions
3.13/3.25	c 3	converted 12180 (60%) expressions
3.23/3.40	c 3	converted 14210 (70%) expressions
3.42/3.54	c 3	converted 16240 (80%) expressions
3.52/3.68	c 3	converted 18270 (90%) expressions
3.72/3.82	c 4	converted 20300 (100%) expressions
3.72/3.82	c 4	CSP : 977 integers, 0 booleans, 20448 clauses, largest domain size 241
3.72/3.82	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.72/3.82	c 4	Propagation in CSP
3.72/3.87	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.72/3.87	c 4	CSP : 977 integers, 0 booleans, 20448 clauses, largest domain size 241
3.72/3.87	c 4	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.72/3.88	c 4	Simplifing CSP by introducing new Boolean variables
4.33/4.45	c 4	CSP : 977 integers, 77224 booleans, 97672 clauses, largest domain size 241
4.33/4.45	c 4	Heap : 57 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.62/4.73	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.62/4.78	c 5	98 (10%) CSP integer variables are encoded (12392 clauses, 163902 bytes)
4.62/4.79	c 5	196 (20%) CSP integer variables are encoded (25055 clauses, 353847 bytes)
4.73/4.80	c 5	294 (30%) CSP integer variables are encoded (37589 clauses, 541857 bytes)
4.73/4.82	c 5	391 (40%) CSP integer variables are encoded (50070 clauses, 729072 bytes)
4.73/4.83	c 5	489 (50%) CSP integer variables are encoded (62581 clauses, 916737 bytes)
4.73/4.85	c 5	587 (60%) CSP integer variables are encoded (75239 clauses, 1106607 bytes)
4.73/4.85	c 5	684 (70%) CSP integer variables are encoded (77256 clauses, 1136862 bytes)
4.73/4.85	c 5	782 (80%) CSP integer variables are encoded (78324 clauses, 1152882 bytes)
4.73/4.85	c 5	880 (90%) CSP integer variables are encoded (79695 clauses, 1173447 bytes)
4.73/4.86	c 5	977 (100%) CSP integer variables are encoded (80857 clauses, 1190877 bytes)
47.43/48.03	c 48	9768 (10%) CSP clauses are encoded (21099696 clauses, 544539597 bytes)
84.84/86.22	c 86	19535 (20%) CSP clauses are encoded (39204988 clauses, 1022184964 bytes)
118.99/121.28	c 121	29302 (30%) CSP clauses are encoded (55255448 clauses, 1459199129 bytes)
167.31/170.92	c 171	39069 (40%) CSP clauses are encoded (77101320 clauses, 2082260035 bytes)
213.29/218.52	c 218	48836 (50%) CSP clauses are encoded (97700144 clauses, 2669253063 bytes)
256.36/263.04	c 263	ERROR Exception Too large HOME/temp.cnf
256.36/263.04	c 263	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
256.36/263.04	c 263	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
256.36/263.04	c 263	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
256.36/263.04	s UNKNOWN
256.42/263.69	c 264	CPU 256.43 (0.06 0.01 236.72 19.64)
256.42/263.69	c 264	END Sat Jul 11 23:52:43 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-2068915-1247348899/watcher-2068915-1247348899 -o /tmp/evaluation-result-2068915-1247348899/solver-2068915-1247348899 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2068915-1247348899.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 15865
/proc/meminfo: memFree=1163488/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=12272 CPUtime=0
/proc/15865/stat : 15865 (sugar) R 15863 15865 14058 0 -1 4194304 376 0 0 0 0 0 0 0 19 0 1 0 21957130 12566528 344 996147200 4194304 4206940 548682068608 18446744073709551615 228720022753 0 0 4224 0 0 0 0 17 0 0 0
/proc/15865/statm: 3068 344 256 3 0 168 0

[startup+0.0760539 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 15865
/proc/meminfo: memFree=1163488/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16740 CPUtime=0.06
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1152 0 0 0 5 1 0 0 19 0 1 0 21957130 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101397 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 15865
/proc/meminfo: memFree=1163488/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=0.06
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301415 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 15865
/proc/meminfo: memFree=1163488/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=0.06
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701452 s]
/proc/loadavg: 1.92 1.98 1.99 3/83 15865
/proc/meminfo: memFree=1163488/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=0.06
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 15877
/proc/meminfo: memFree=1127816/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1309 13719 0 1 5 1 119 8 15 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10268 s]
/proc/loadavg: 1.92 1.98 1.99 4/94 15887
/proc/meminfo: memFree=1137344/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1309 13719 0 1 5 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868644 CPUtime=1.7
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 12500 0 1 0 162 8 0 0 20 0 9 0 21957269 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217161 11552 2566 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868644 CPUtime=0.98
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 2919 0 1 0 96 2 0 0 25 0 9 0 21957270 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4126528871 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868644 CPUtime=0.55
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 7417 0 0 0 51 4 0 0 16 0 9 0 21957271 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868644 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868644 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21957271 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868644 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868644 CPUtime=0.14
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1462 0 0 0 14 0 0 0 16 0 9 0 21957273 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868644 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868644 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889491456 11552 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890868

[startup+6.30298 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 15887
/proc/meminfo: memFree=1080000/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 5 1 119 8 15 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=4.89
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 22117 0 1 0 468 21 0 0 20 0 9 0 21957269 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20487 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=3.18
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 3428 0 1 0 306 12 0 0 25 0 9 0 21957270 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=1.48
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 140 8 0 0 16 0 9 0 21957271 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.2
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1513 0 0 0 20 0 0 0 16 0 9 0 21957273 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20487 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 890980

[startup+12.7016 s]
/proc/loadavg: 1.93 1.98 1.99 3/94 15887
/proc/meminfo: memFree=994496/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 5 1 119 8 15 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=11.24
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 22592 0 1 0 1058 66 0 0 20 0 9 0 21957269 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20488 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=9.28
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 3902 0 1 0 875 53 0 0 25 0 9 0 21957270 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 102524023 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=1.73
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 162 11 0 0 16 0 9 0 21957271 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.2
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1514 0 0 0 20 0 0 0 16 0 9 0 21957273 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 890980

[startup+25.5028 s]
/proc/loadavg: 2.24 2.05 2.02 3/94 15887
/proc/meminfo: memFree=829696/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 5 1 119 8 15 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=23.93
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 23532 0 1 0 2228 165 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=21.52
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 4840 0 1 0 2007 145 0 0 25 0 9 0 21957270 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=2.17
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 199 18 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.21
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1516 0 0 0 21 0 0 0 17 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 890980

[startup+51.1022 s]
/proc/loadavg: 2.58 2.14 2.04 3/94 15887
/proc/meminfo: memFree=511424/2055920 swapFree=4192948/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.33
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 5 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=49.16
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 25333 0 1 0 4561 355 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0

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

[startup+222.302 s]
/proc/loadavg: 3.05 2.54 2.21 3/94 15889
/proc/meminfo: memFree=16064/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.34
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 6 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=215.66
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 36855 0 1 0 19924 1642 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=206.83
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 18163 0 1 0 19152 1531 0 0 25 0 9 0 21957270 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4126790703 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=8.59
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 750 109 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.21
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1516 0 0 0 21 0 0 0 16 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217
Current children cumulated vsize (KiB) 890980

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

[startup+230.302 s]
/proc/loadavg: 3.21 2.59 2.23 3/94 15889
/proc/meminfo: memFree=15104/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.34
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 6 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=223.44
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 37386 0 1 0 20640 1704 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=214.34
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 18694 0 1 0 19845 1589 0 0 25 0 9 0 21957270 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4126828060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=8.87
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 773 114 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.21
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1516 0 0 0 21 0 0 0 16 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 224.78
Current children cumulated vsize (KiB) 890980

[startup+255.903 s]
/proc/loadavg: 3.13 2.62 2.25 3/94 15889
/proc/meminfo: memFree=15552/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.34
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 6 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=248.08
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 39064 0 1 0 22913 1895 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=238.16
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 20372 0 1 0 22048 1768 0 0 25 0 9 0 21957270 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=9.69
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 843 126 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.21
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1516 0 0 0 21 0 0 0 16 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 890980

[startup+262.301 s]
/proc/loadavg: 3.12 2.63 2.25 3/94 15889
/proc/meminfo: memFree=15040/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=1.34
/proc/15865/stat : 15865 (sugar) S 15863 15865 14058 0 -1 4194304 1310 13719 0 1 6 1 119 8 16 0 1 0 21957130 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15865/statm: 4217 1111 409 3 0 796 0
[pid=15878] ppid=15865 vsize=5356 CPUtime=0
/proc/15878/stat : 15878 (sh) S 15865 15865 14058 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21957268 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15878/statm: 1339 233 193 169 0 50 0
[pid=15879] ppid=15878 vsize=868756 CPUtime=254.33
/proc/15879/stat : 15879 (java) S 15878 15865 14058 0 -1 0 39491 0 1 0 23486 1947 0 0 20 0 9 0 21957269 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15879/statm: 217189 20490 2590 9 0 211666 0
[pid=15879/tid=15880] ppid=15878 vsize=868756 CPUtime=244.2
/proc/15879/task/15880/stat : 15880 (java) R 15878 15865 14058 0 -1 64 20799 0 1 0 22604 1816 0 0 25 0 9 0 21957270 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15881] ppid=15878 vsize=868756 CPUtime=9.9
/proc/15879/task/15881/stat : 15881 (java) S 15878 15865 14058 0 -1 64 16474 0 0 0 861 129 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15882] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15882/stat : 15882 (java) S 15878 15865 14058 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15883] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15883/stat : 15883 (java) S 15878 15865 14058 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21957271 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15884] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15884/stat : 15884 (java) S 15878 15865 14058 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15885] ppid=15878 vsize=868756 CPUtime=0.21
/proc/15879/task/15885/stat : 15885 (java) S 15878 15865 14058 0 -1 64 1516 0 0 0 21 0 0 0 16 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15886] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15886/stat : 15886 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15879/tid=15887] ppid=15878 vsize=868756 CPUtime=0
/proc/15879/task/15887/stat : 15887 (java) S 15878 15865 14058 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21957273 889606144 20490 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.67
Current children cumulated vsize (KiB) 890980

[startup+265.501 s]
/proc/loadavg: 3.11 2.64 2.26 2/84 15889
/proc/meminfo: memFree=1492696/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=257.06
/proc/15865/stat : 15865 (sugar) D 15863 15865 14058 0 -1 4194304 1335 53556 0 3 6 64 23672 1964 15 0 1 0 21957130 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15865/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 257.06
Current children cumulated vsize (KiB) 16868

[startup+267.102 s]
/proc/loadavg: 3.11 2.64 2.26 2/84 15889
/proc/meminfo: memFree=1514904/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=257.2
/proc/15865/stat : 15865 (sugar) D 15863 15865 14058 0 -1 4194304 1335 53556 0 3 6 78 23672 1964 15 0 1 0 21957130 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15865/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 257.2
Current children cumulated vsize (KiB) 16868

[startup+268.702 s]
/proc/loadavg: 3.11 2.64 2.26 2/84 15889
/proc/meminfo: memFree=1514328/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=257.26
/proc/15865/stat : 15865 (sugar) D 15863 15865 14058 0 -1 4194304 1335 53556 0 3 6 84 23672 1964 15 0 1 0 21957130 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15865/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 257.26
Current children cumulated vsize (KiB) 16868

[startup+269.102 s]
/proc/loadavg: 3.11 2.64 2.26 2/84 15889
/proc/meminfo: memFree=1514328/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=257.28
/proc/15865/stat : 15865 (sugar) D 15863 15865 14058 0 -1 4194304 1335 53556 0 3 6 86 23672 1964 15 0 1 0 21957130 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15865/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 257.28
Current children cumulated vsize (KiB) 16868

[startup+269.302 s]
/proc/loadavg: 3.11 2.64 2.26 2/84 15889
/proc/meminfo: memFree=1514328/2055920 swapFree=4192812/4192956
[pid=15865] ppid=15863 vsize=16868 CPUtime=257.29
/proc/15865/stat : 15865 (sugar) D 15863 15865 14058 0 -1 4194304 1335 53556 0 3 6 87 23672 1964 15 0 1 0 21957130 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/15865/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 257.29
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 269.337
CPU time (s): 257.302
CPU user time (s): 236.788
CPU system time (s): 20.5139
CPU usage (%): 95.5317
Max. virtual memory (cumulated for all children) (KiB): 891872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.788
system time used= 20.5139
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54952
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166029
involuntary context switches= 169674

runsolver used 0.369943 second user time and 0.895863 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 23:48:19
IDJOB=2068915
IDBENCH=54955
IDSOLVER=739
FILE ID=node8/2068915-1247348899
PBS_JOBID= 9506793
Free space on /tmp= 66264 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-2-241.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068915-1247348899/watcher-2068915-1247348899 -o /tmp/evaluation-result-2068915-1247348899/solver-2068915-1247348899 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2068915-1247348899.xml

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

MD5SUM BENCH= 8d8cf1b474fe7a5bceeecee77718d1b9
RANDOM SEED=1517541298

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1164224 kB
Buffers:         49888 kB
Cached:         324172 kB
SwapCached:          8 kB
Active:         544852 kB
Inactive:       292548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164224 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4596 kB
Writeback:           0 kB
Mapped:         483816 kB
Slab:            38492 kB
Committed_AS:   614152 kB
PageTables:       2676 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= 66264 MiB
End job on node8 at 2009-07-11 23:52:48