Trace number 1039980

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+minisat? 173.315 179.591

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-20_glb.xml
MD5SUM7812e1842715799c37ff5f210a866913
Bench CategoryGLOBAL (global constraints)
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 variables400
Number of constraints43
Maximum constraint arity400
Maximum domain size400
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(42)

Solver Data (download as text)

0.01/0.05	c 0	Sugar v1-13 + HOME/minisat
0.01/0.05	c 0	BEGIN Wed Jul  2 13:14:04 2008
0.01/0.05	c 0	PID 15282
0.01/0.05	c 0	HOST node48.alineos.net
0.01/0.05	c 0	CONVERTING HOME/instance-1039980-1214997244.xml TO HOME/temp.csp
0.01/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039980-1214997244.xml' 'HOME/temp.csp'
0.03/0.41	c 0	1 domains, 400 variables, 0 predicates, 0 relations, 43 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.42	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.38/0.50	c 0	Parsing HOME/temp.csp
0.38/0.65	c 0	parsed 444 expressions
0.38/0.65	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.65	c 0	Converting to clausal form CSP
0.38/0.67	c 0	converted 45 (10%) expressions
0.38/0.67	c 0	converted 89 (20%) expressions
0.38/0.67	c 0	converted 134 (30%) expressions
0.38/0.67	c 0	converted 178 (40%) expressions
0.38/0.67	c 0	converted 222 (50%) expressions
0.38/0.67	c 0	converted 267 (60%) expressions
0.38/0.68	c 0	converted 311 (70%) expressions
0.38/0.68	c 0	converted 356 (80%) expressions
0.38/0.68	c 0	converted 400 (90%) expressions
3.62/3.77	c 4	converted 444 (100%) expressions
3.62/3.78	c 4	CSP : 1912 integers, 0 booleans, 82910 clauses, largest domain size 3991
3.62/3.78	c 4	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.78	c 4	Propagation in CSP
4.52/4.65	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.52/4.66	c 4	CSP : 1912 integers, 0 booleans, 82910 clauses, largest domain size 3991
4.52/4.66	c 4	Heap : 55 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.52/4.68	c 4	Simplifing CSP by introducing new Boolean variables
6.01/6.13	c 6	CSP : 1912 integers, 159600 booleans, 242510 clauses, largest domain size 3991
6.01/6.13	c 6	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.61/6.78	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.81/6.91	c 7	192 (10%) CSP integer variables are encoded (76416 clauses, 1124150 bytes)
6.91/7.01	c 7	383 (20%) CSP integer variables are encoded (152434 clauses, 2369791 bytes)
7.21/7.34	c 7	574 (30%) CSP integer variables are encoded (419573 clauses, 6911154 bytes)
7.51/7.69	c 8	765 (40%) CSP integer variables are encoded (707061 clauses, 11798450 bytes)
7.90/8.04	c 8	956 (50%) CSP integer variables are encoded (993751 clauses, 16672180 bytes)
8.30/8.40	c 8	1148 (60%) CSP integer variables are encoded (1285228 clauses, 22199662 bytes)
8.60/8.76	c 9	1339 (70%) CSP integer variables are encoded (1571918 clauses, 27646772 bytes)
9.00/9.13	c 9	1530 (80%) CSP integer variables are encoded (1859406 clauses, 33109044 bytes)
9.30/9.48	c 9	1721 (90%) CSP integer variables are encoded (2146096 clauses, 38556154 bytes)
9.69/9.85	c 10	1912 (100%) CSP integer variables are encoded (2436776 clauses, 44079074 bytes)
172.30/176.60	c 176	ERROR Exception Too large HOME/temp.cnf
172.30/176.61	c 176	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
172.30/176.61	c 176	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
172.30/176.61	c 176	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
172.30/176.61	s UNKNOWN
172.32/176.71	c 177	CPU 159.06 (0.03 0.01 159.03 13.26)
172.32/176.71	c 177	END Wed Jul  2 13:17:01 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-1039980-1214997244/watcher-1039980-1214997244 -o /tmp/evaluation-result-1039980-1214997244/solver-1039980-1214997244 -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/minisat -tmp=HOME/temp HOME/instance-1039980-1214997244.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: 1.70 0.63 0.23 4/80 15282
/proc/meminfo: memFree=1466392/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=4708 CPUtime=0
/proc/15282/stat : 15282 (sugar) R 15280 15282 15105 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 1978696568 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255536985481 0 0 4096 0 0 0 0 17 1 0 0
/proc/15282/statm: 1177 43 33 3 0 8 0

[startup+0.0284109 s]
/proc/loadavg: 1.70 0.63 0.23 4/80 15282
/proc/meminfo: memFree=1466392/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=12676 CPUtime=0.01
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 531 0 0 0 1 0 0 0 18 0 1 0 1978696568 12980224 499 996147200 4194304 4206940 548682068608 18446744073709551615 255539772005 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/15282/statm: 3169 499 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.103455 s]
/proc/loadavg: 1.70 0.63 0.23 4/80 15282
/proc/meminfo: memFree=1466392/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.03
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978696568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301159 s]
/proc/loadavg: 1.70 0.63 0.23 4/80 15282
/proc/meminfo: memFree=1466392/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.03
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978696568 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701197 s]
/proc/loadavg: 1.70 0.63 0.23 4/80 15282
/proc/meminfo: memFree=1466392/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.38
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 973 4500 0 1 3 0 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 13600

[startup+1.50227 s]
/proc/loadavg: 1.70 0.63 0.23 4/91 15304
/proc/meminfo: memFree=1451264/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.38
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 973 4500 0 1 3 0 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868356 CPUtime=1.05
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 10386 0 1 0 101 4 0 0 18 0 9 0 1978696611 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217089 8473 2539 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868356 CPUtime=0.54
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 2773 0 1 0 53 1 0 0 24 0 9 0 1978696612 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4126401688 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868356 CPUtime=0.3
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 5447 0 0 0 28 2 0 0 16 0 9 0 1978696613 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978696613 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868356 CPUtime=0.19
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 1978696615 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889196544 8473 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887312

[startup+3.10142 s]
/proc/loadavg: 1.73 0.66 0.24 4/91 15304
/proc/meminfo: memFree=1430976/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.38
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 973 4500 0 1 3 0 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868356 CPUtime=2.64
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 17497 0 1 0 256 8 0 0 18 0 9 0 1978696611 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217089 14606 2539 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868356 CPUtime=1.51
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 3193 0 1 0 149 2 0 0 25 0 9 0 1978696612 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4126538023 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868356 CPUtime=0.93
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 12138 0 0 0 87 6 0 0 16 0 9 0 1978696613 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978696613 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868356 CPUtime=0.19
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 1978696615 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868356 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) R 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889196544 14606 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887312

[startup+6.30272 s]
/proc/loadavg: 1.73 0.66 0.24 4/91 15304
/proc/meminfo: memFree=1343552/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 16 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=875488 CPUtime=5.83
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 49409 0 1 0 560 23 0 0 18 0 9 0 1978696611 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 218872 34712 2539 9 0 213447 0
[pid=15296/tid=15297] ppid=15295 vsize=875488 CPUtime=2.61
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 4095 0 1 0 259 2 0 0 25 0 9 0 1978696612 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=875488 CPUtime=2.98
/proc/15296/task/15298/stat : 15298 (java) R 15295 15282 15105 0 -1 64 43133 0 0 0 279 19 0 0 16 0 9 0 1978696613 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 103735769 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=875488 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=875488 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=875488 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=875488 CPUtime=0.21
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1487 0 0 0 21 0 0 0 16 0 9 0 1978696615 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=875488 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=875488 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 896499712 34712 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 894444

[startup+12.7013 s]
/proc/loadavg: 1.92 0.73 0.27 3/91 15304
/proc/meminfo: memFree=1272192/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=12.17
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 52238 0 1 0 1146 71 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=8.37
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 4338 0 1 0 790 47 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4127007192 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=3.52
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 330 22 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868468 CPUtime=0.25
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1511 0 0 0 25 0 0 0 16 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887424

[startup+25.5025 s]
/proc/loadavg: 2.09 0.81 0.29 3/91 15304
/proc/meminfo: memFree=1102784/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=24.71
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 52651 0 1 0 2299 172 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=20.66
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 4751 0 1 0 1920 146 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4127005450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=3.77
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 353 24 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+162.302 s]
/proc/loadavg: 2.65 1.56 0.64 3/91 15304
/proc/meminfo: memFree=16000/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=157.97
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 57016 0 1 0 14583 1214 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=151.27
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 9116 0 1 0 13969 1158 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4127013503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=6.43
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 589 54 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868468 CPUtime=0.25
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1511 0 0 0 25 0 0 0 16 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.36
Current children cumulated vsize (KiB) 887424

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

[startup+166.402 s]
/proc/loadavg: 2.60 1.57 0.65 3/91 15304
/proc/meminfo: memFree=15808/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=161.98
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 57149 0 1 0 14952 1246 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=155.19
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 9249 0 1 0 14330 1189 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4127064404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=6.51
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 596 55 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868468 CPUtime=0.25
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1511 0 0 0 25 0 0 0 16 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 887424

[startup+172.807 s]
/proc/loadavg: 2.51 1.58 0.66 3/91 15304
/proc/meminfo: memFree=16128/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=168.19
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 57352 0 1 0 15527 1292 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=161.28
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 9452 0 1 0 14894 1234 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4127012353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=6.64
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 607 57 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868468 CPUtime=0.25
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1511 0 0 0 25 0 0 0 16 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 168.58
Current children cumulated vsize (KiB) 887424

[startup+176.002 s]
/proc/loadavg: 2.51 1.58 0.66 3/91 15304
/proc/meminfo: memFree=16000/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=0.39
/proc/15282/stat : 15282 (sugar) S 15280 15282 15105 0 -1 4194304 974 4500 0 1 3 1 32 3 15 0 1 0 1978696568 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255548502114 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15282/statm: 3400 797 370 3 0 500 0
[pid=15295] ppid=15282 vsize=5356 CPUtime=0
/proc/15295/stat : 15295 (sh) S 15282 15282 15105 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978696610 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15295/statm: 1339 233 193 169 0 50 0
[pid=15296] ppid=15295 vsize=868468 CPUtime=171.32
/proc/15296/stat : 15296 (java) S 15295 15282 15105 0 -1 0 57451 0 1 0 15816 1316 0 0 18 0 9 0 1978696611 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15296/statm: 217117 32996 2564 9 0 211664 0
[pid=15296/tid=15297] ppid=15295 vsize=868468 CPUtime=164.35
/proc/15296/task/15297/stat : 15297 (java) R 15295 15282 15105 0 -1 64 9551 0 1 0 15178 1257 0 0 25 0 9 0 1978696612 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4126807191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15298] ppid=15295 vsize=868468 CPUtime=6.7
/proc/15296/task/15298/stat : 15298 (java) S 15295 15282 15105 0 -1 64 45695 0 0 0 612 58 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15299] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15299/stat : 15299 (java) S 15295 15282 15105 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15300] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15300/stat : 15300 (java) S 15295 15282 15105 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978696613 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15301] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15301/stat : 15301 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15302] ppid=15295 vsize=868468 CPUtime=0.25
/proc/15296/task/15302/stat : 15302 (java) S 15295 15282 15105 0 -1 64 1511 0 0 0 25 0 0 0 16 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15303] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15303/stat : 15303 (java) S 15295 15282 15105 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15296/tid=15304] ppid=15295 vsize=868468 CPUtime=0
/proc/15296/task/15304/stat : 15304 (java) S 15295 15282 15105 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978696615 889311232 32996 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 171.71
Current children cumulated vsize (KiB) 887424

[startup+177.602 s]
/proc/loadavg: 2.47 1.59 0.67 3/81 15304
/proc/meminfo: memFree=945744/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=173.12
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 996 62269 0 2 3 80 15903 1326 16 0 1 0 1978696568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.12
Current children cumulated vsize (KiB) 13600

[startup+178.402 s]
/proc/loadavg: 2.47 1.59 0.67 2/81 15304
/proc/meminfo: memFree=1863312/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=173.14
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 996 62269 0 2 3 82 15903 1326 15 0 1 0 1978696568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/15282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.14
Current children cumulated vsize (KiB) 13600

[startup+179.202 s]
/proc/loadavg: 2.47 1.59 0.67 2/81 15304
/proc/meminfo: memFree=1863312/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=173.27
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 996 62269 0 2 3 95 15903 1326 15 0 1 0 1978696568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.27
Current children cumulated vsize (KiB) 13600

[startup+179.407 s]
/proc/loadavg: 2.47 1.59 0.67 2/81 15304
/proc/meminfo: memFree=1878224/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=173.28
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 996 62269 0 2 3 96 15903 1326 15 0 1 0 1978696568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.28
Current children cumulated vsize (KiB) 13600

[startup+179.502 s]
/proc/loadavg: 2.47 1.59 0.67 2/81 15304
/proc/meminfo: memFree=1878224/2055920 swapFree=4180432/4192956
[pid=15282] ppid=15280 vsize=13600 CPUtime=173.29
/proc/15282/stat : 15282 (sugar) D 15280 15282 15105 0 -1 4194304 996 62269 0 2 3 97 15903 1326 15 0 1 0 1978696568 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255539778601 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 179.591
CPU time (s): 173.315
CPU user time (s): 159.071
CPU system time (s): 14.2438
CPU usage (%): 96.5052
Max. virtual memory (cumulated for all children) (KiB): 908804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.071
system time used= 14.2438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63295
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= 44072
involuntary context switches= 47041

runsolver used 0.223965 second user time and 0.6519 second system time

The end

Launcher Data (download as text)

Begin job on node48 at 2008-07-02 13:14:04
IDJOB=1039980
IDBENCH=53660
IDSOLVER=346
FILE ID=node48/1039980-1214997244
PBS_JOBID= 7870826
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-20_glb.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039980-1214997244/watcher-1039980-1214997244 -o /tmp/evaluation-result-1039980-1214997244/solver-1039980-1214997244 -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/minisat" -tmp="HOME/temp" HOME/instance-1039980-1214997244.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7812e1842715799c37ff5f210a866913
RANDOM SEED=878621108

node48.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.231
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.231
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:       1466872 kB
Buffers:         57560 kB
Cached:         382556 kB
SwapCached:       6440 kB
Active:         184040 kB
Inactive:       332504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466872 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1316 kB
Writeback:           0 kB
Mapped:          90060 kB
Slab:            57564 kB
Committed_AS:  4809900 kB
PageTables:       1880 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= 66536 MiB
End job on node48 at 2008-07-02 13:17:03