Trace number 1039949

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 180.475 186.938

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-13_glb.xml
MD5SUMc3269871e50aabd5e086ba0b887ebcbd
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.87856
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints29
Maximum constraint arity169
Maximum domain size169
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(28)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:12:24 2008
0.00/0.04	c 0	PID 4873
0.00/0.04	c 0	HOST node41.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1039949-1214997144.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039949-1214997144.xml' 'HOME/temp.csp'
0.03/0.26	c 0	1 domains, 169 variables, 0 predicates, 0 relations, 29 constraints
0.03/0.31	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.03/0.39	c 0	Parsing HOME/temp.csp
0.24/0.49	c 1	parsed 199 expressions
0.24/0.49	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.49	c 1	Converting to clausal form CSP
0.24/0.51	c 1	converted 20 (10%) expressions
0.24/0.51	c 1	converted 40 (20%) expressions
0.24/0.51	c 1	converted 60 (30%) expressions
0.24/0.51	c 1	converted 80 (40%) expressions
0.24/0.51	c 1	converted 100 (50%) expressions
0.24/0.51	c 1	converted 120 (60%) expressions
0.24/0.52	c 1	converted 140 (70%) expressions
0.24/0.52	c 1	converted 160 (80%) expressions
0.24/0.62	c 1	converted 180 (90%) expressions
1.01/1.17	c 1	converted 199 (100%) expressions
1.01/1.17	c 1	CSP : 785 integers, 0 booleans, 15486 clauses, largest domain size 1177
1.01/1.17	c 1	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.17	c 1	Propagation in CSP
1.21/1.31	c 1	4704 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.31	c 1	CSP : 785 integers, 0 booleans, 15486 clauses, largest domain size 1093
1.21/1.31	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.21/1.32	c 1	Simplifing CSP by introducing new Boolean variables
1.41/1.53	c 2	CSP : 785 integers, 28392 booleans, 43878 clauses, largest domain size 1093
1.41/1.53	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.50/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.60/1.70	c 2	79 (10%) CSP integer variables are encoded (13193 clauses, 175879 bytes)
1.60/1.71	c 2	157 (20%) CSP integer variables are encoded (26219 clauses, 371269 bytes)
1.60/1.76	c 2	236 (30%) CSP integer variables are encoded (64276 clauses, 942124 bytes)
1.71/1.81	c 2	314 (40%) CSP integer variables are encoded (106282 clauses, 1585383 bytes)
1.71/1.87	c 2	393 (50%) CSP integer variables are encoded (148959 clauses, 2310892 bytes)
1.81/1.92	c 2	471 (60%) CSP integer variables are encoded (191133 clauses, 3027850 bytes)
1.81/1.98	c 2	550 (70%) CSP integer variables are encoded (234230 clauses, 3760499 bytes)
1.91/2.04	c 2	628 (80%) CSP integer variables are encoded (276404 clauses, 4477457 bytes)
1.91/2.09	c 2	707 (90%) CSP integer variables are encoded (318913 clauses, 5200110 bytes)
2.01/2.15	c 2	785 (100%) CSP integer variables are encoded (361591 clauses, 5925636 bytes)
179.44/183.71	c 184	ERROR Exception Too large HOME/temp.cnf
179.44/183.73	c 184	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
179.44/183.73	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
179.44/183.73	c 184	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
179.44/183.73	s UNKNOWN
179.44/183.77	c 184	CPU 164.01 (0.03 0.01 163.98 15.45)
179.44/183.77	c 184	END Wed Jul  2 13:15:28 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039949-1214997144/watcher-1039949-1214997144 -o /tmp/evaluation-result-1039949-1214997144/solver-1039949-1214997144 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1039949-1214997144.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.37 0.08 0.03 4/72 4873
/proc/meminfo: memFree=1260664/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=12272 CPUtime=0
/proc/4873/stat : 4873 (sugar) R 4871 4873 4674 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1978687409 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 209144822782 0 0 4224 0 0 0 0 17 1 0 0
/proc/4873/statm: 3068 364 274 3 0 168 0

[startup+0.0948951 s]
/proc/loadavg: 0.37 0.08 0.03 4/72 4873
/proc/meminfo: memFree=1260664/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.03
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1978687409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101895 s]
/proc/loadavg: 0.37 0.08 0.03 4/72 4873
/proc/meminfo: memFree=1260664/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.03
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1978687409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301909 s]
/proc/loadavg: 0.37 0.08 0.03 4/72 4873
/proc/meminfo: memFree=1260664/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.03
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 918 127 0 0 2 1 0 0 15 0 1 0 1978687409 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701948 s]
/proc/loadavg: 0.37 0.08 0.03 4/72 4873
/proc/meminfo: memFree=1260664/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.24
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 973 4290 0 1 2 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+1.50202 s]
/proc/loadavg: 0.37 0.08 0.03 3/83 4895
/proc/meminfo: memFree=1241248/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.24
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 2 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868368 CPUtime=1.17
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 10498 0 1 0 110 7 0 0 18 0 9 0 1978687440 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217092 9649 2539 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868368 CPUtime=0.58
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 2784 0 1 0 57 1 0 0 24 0 9 0 1978687441 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4126914440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868368 CPUtime=0.36
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 5566 0 0 0 33 3 0 0 17 0 9 0 1978687442 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868368 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868368 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868368 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868368 CPUtime=0.2
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1456 0 0 0 19 1 0 0 16 0 9 0 1978687444 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868368 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868368 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889208832 9649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887324

[startup+3.10216 s]
/proc/loadavg: 0.58 0.13 0.04 3/83 4895
/proc/meminfo: memFree=1222176/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=2.76
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 11415 0 1 0 258 18 0 0 18 0 9 0 1978687440 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10245 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=1.94
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 3100 0 1 0 184 10 0 0 25 0 9 0 1978687441 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4126993189 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=0.55
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 50 5 0 0 16 0 9 0 1978687442 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1480 0 0 0 23 1 0 0 16 0 9 0 1978687444 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10245 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887436

[startup+6.30244 s]
/proc/loadavg: 0.58 0.13 0.04 3/83 4895
/proc/meminfo: memFree=1185056/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=5.92
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 11935 0 1 0 548 44 0 0 18 0 9 0 1978687440 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10246 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=4.91
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 3619 0 1 0 456 35 0 0 25 0 9 0 1978687441 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4126967672 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=0.75
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 68 7 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1481 0 0 0 23 1 0 0 16 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887436

[startup+12.703 s]
/proc/loadavg: 0.80 0.19 0.06 3/83 4895
/proc/meminfo: memFree=1108768/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=12.25
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 12972 0 1 0 1131 94 0 0 18 0 9 0 1978687440 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10246 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=10.86
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 4656 0 1 0 1010 76 0 0 25 0 9 0 1978687441 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4126963232 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=1.13
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 97 16 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1481 0 0 0 23 1 0 0 16 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887436

[startup+25.5021 s]
/proc/loadavg: 0.99 0.25 0.08 3/83 4895
/proc/meminfo: memFree=956960/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=24.86
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 15035 0 1 0 2284 202 0 0 18 0 9 0 1978687440 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10246 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=22.76
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 6719 0 1 0 2106 170 0 0 25 0 9 0 1978687441 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4126964636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=1.84
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 155 29 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10246 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1482 0 0 0 23 1 0 0 17 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.43
Current children cumulated vsize (KiB) 887436

[startup+162.302 s]
/proc/loadavg: 2.47 1.09 0.41 3/84 4932
/proc/meminfo: memFree=15576/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=158.46
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 36700 0 1 0 14484 1362 0 0 18 0 9 0 1978687440 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10247 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=149.04
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 28383 0 1 0 13708 1196 0 0 25 0 9 0 1978687441 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4126967333 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=9.16
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 753 163 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1482 0 0 0 23 1 0 0 17 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.71
Current children cumulated vsize (KiB) 887436

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

[startup+166.302 s]
/proc/loadavg: 2.47 1.09 0.41 4/84 4932
/proc/meminfo: memFree=15960/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=162.34
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 37330 0 1 0 14838 1396 0 0 18 0 9 0 1978687440 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10247 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=152.72
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 29013 0 1 0 14046 1226 0 0 25 0 9 0 1978687441 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4126969529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=9.35
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 768 167 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1482 0 0 0 23 1 0 0 17 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) R 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.59
Current children cumulated vsize (KiB) 887436

[startup+179.103 s]
/proc/loadavg: 2.57 1.19 0.46 3/84 4934
/proc/meminfo: memFree=14936/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=174.7
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 39374 0 1 0 15968 1502 0 0 18 0 9 0 1978687440 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10247 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=164.43
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 31057 0 1 0 15122 1321 0 0 25 0 9 0 1978687441 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4126760879 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=10
/proc/4887/task/4889/stat : 4889 (java) R 4886 4873 4674 0 -1 64 6143 0 0 0 822 178 0 0 15 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1482 0 0 0 23 1 0 0 17 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.95
Current children cumulated vsize (KiB) 887436

[startup+182.302 s]
/proc/loadavg: 2.57 1.19 0.46 3/85 4935
/proc/meminfo: memFree=16336/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=0.25
/proc/4873/stat : 4873 (sugar) S 4871 4873 4674 0 -1 4194304 974 4290 0 1 3 1 18 3 15 0 1 0 1978687409 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4873/statm: 3400 797 370 3 0 500 0
[pid=4886] ppid=4873 vsize=5356 CPUtime=0
/proc/4886/stat : 4886 (sh) S 4873 4873 4674 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687440 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4886/statm: 1339 233 193 169 0 50 0
[pid=4887] ppid=4886 vsize=868480 CPUtime=177.82
/proc/4887/stat : 4887 (java) S 4886 4873 4674 0 -1 0 39917 0 1 0 16253 1529 0 0 18 0 9 0 1978687440 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4887/statm: 217120 10247 2564 9 0 211667 0
[pid=4887/tid=4888] ppid=4886 vsize=868480 CPUtime=167.36
/proc/4887/task/4888/stat : 4888 (java) R 4886 4873 4674 0 -1 64 31600 0 1 0 15391 1345 0 0 25 0 9 0 1978687441 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4887/tid=4889] ppid=4886 vsize=868480 CPUtime=10.19
/proc/4887/task/4889/stat : 4889 (java) S 4886 4873 4674 0 -1 64 6143 0 0 0 838 181 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4887/tid=4890] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4890/stat : 4890 (java) S 4886 4873 4674 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4891] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4891/stat : 4891 (java) S 4886 4873 4674 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978687442 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4892] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4892/stat : 4892 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4893] ppid=4886 vsize=868480 CPUtime=0.24
/proc/4887/task/4893/stat : 4893 (java) S 4886 4873 4674 0 -1 64 1482 0 0 0 23 1 0 0 17 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4894] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4894/stat : 4894 (java) S 4886 4873 4674 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687444 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4887/tid=4895] ppid=4886 vsize=868480 CPUtime=0
/proc/4887/task/4895/stat : 4895 (java) S 4886 4873 4674 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687445 889323520 10247 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 178.07
Current children cumulated vsize (KiB) 887436

[startup+185.501 s]
/proc/loadavg: 2.61 1.22 0.47 2/74 4935
/proc/meminfo: memFree=1895144/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=180.3
/proc/4873/stat : 4873 (sugar) R 4871 4873 4674 0 -1 4194304 996 44750 0 2 3 84 16398 1545 15 0 1 0 1978687409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 0 0 0
/proc/4873/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.3
Current children cumulated vsize (KiB) 13600

[startup+186.302 s]
/proc/loadavg: 2.61 1.22 0.47 2/74 4935
/proc/meminfo: memFree=1932392/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=180.38
/proc/4873/stat : 4873 (sugar) D 4871 4873 4674 0 -1 4194304 996 44750 0 2 3 92 16398 1545 15 0 1 0 1978687409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4873/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.38
Current children cumulated vsize (KiB) 13600

[startup+186.701 s]
/proc/loadavg: 2.61 1.22 0.47 2/74 4935
/proc/meminfo: memFree=1932392/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=180.44
/proc/4873/stat : 4873 (sugar) D 4871 4873 4674 0 -1 4194304 996 44750 0 2 3 98 16398 1545 15 0 1 0 1978687409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/4873/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.44
Current children cumulated vsize (KiB) 13600

[startup+186.901 s]
/proc/loadavg: 2.56 1.23 0.48 2/74 4935
/proc/meminfo: memFree=1940336/2055920 swapFree=4180652/4192956
[pid=4873] ppid=4871 vsize=13600 CPUtime=180.45
/proc/4873/stat : 4873 (sugar) D 4871 4873 4674 0 -1 4194304 996 44750 0 2 3 99 16398 1545 15 0 1 0 1978687409 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/4873/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 180.45
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 186.938
CPU time (s): 180.475
CPU user time (s): 164.018
CPU system time (s): 16.4565
CPU usage (%): 96.5425
Max. virtual memory (cumulated for all children) (KiB): 887576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 164.018
system time used= 16.4565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45776
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= 208692
involuntary context switches= 211814

runsolver used 0.26196 second user time and 0.627904 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 13:12:24
IDJOB=1039949
IDBENCH=53657
IDSOLVER=345
FILE ID=node41/1039949-1214997144
PBS_JOBID= 7870840
Free space on /tmp= 66196 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c3269871e50aabd5e086ba0b887ebcbd
RANDOM SEED=1499417557

node41.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.232
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.232
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:       1261144 kB
Buffers:         60024 kB
Cached:         651232 kB
SwapCached:       6416 kB
Active:         288140 kB
Inactive:       434948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1261144 kB
SwapTotal:     4192956 kB
SwapFree:      4180652 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          19108 kB
Slab:            57132 kB
Committed_AS:  3373232 kB
PageTables:       1668 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node41 at 2008-07-02 13:15:31