Trace number 1039850

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.316 179.325

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-16_glb.xml
MD5SUM906ffa75db05749face78c09510fe98d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark48.2917
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints35
Maximum constraint arity256
Maximum domain size256
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(34)

Solver Data (download as text)

0.03/0.05	c 0	Sugar v1-13 + HOME/minisat
0.03/0.05	c 0	BEGIN Wed Jul  2 13:12:14 2008
0.03/0.05	c 0	PID 725
0.03/0.05	c 0	HOST node23.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1039850-1214997134.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039850-1214997134.xml' 'HOME/temp.csp'
0.03/0.32	c 0	1 domains, 256 variables, 0 predicates, 0 relations, 35 constraints
0.03/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	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.30/0.45	c 0	Parsing HOME/temp.csp
0.30/0.60	c 0	parsed 292 expressions
0.30/0.61	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.30/0.61	c 0	Converting to clausal form CSP
0.30/0.63	c 0	converted 30 (10%) expressions
0.30/0.63	c 0	converted 59 (20%) expressions
0.30/0.63	c 0	converted 88 (30%) expressions
0.30/0.63	c 0	converted 117 (40%) expressions
0.30/0.63	c 0	converted 146 (50%) expressions
0.30/0.63	c 0	converted 176 (60%) expressions
0.30/0.63	c 0	converted 205 (70%) expressions
0.30/0.63	c 0	converted 234 (80%) expressions
0.30/0.79	c 1	converted 263 (90%) expressions
2.10/2.24	c 2	converted 292 (100%) expressions
2.10/2.24	c 2	CSP : 1208 integers, 0 booleans, 34614 clauses, largest domain size 2041
2.10/2.24	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.24	c 2	Propagation in CSP
2.28/2.49	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.49	c 2	CSP : 1208 integers, 0 booleans, 34614 clauses, largest domain size 2041
2.28/2.49	c 2	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.39/2.51	c 2	Simplifing CSP by introducing new Boolean variables
2.88/3.03	c 3	CSP : 1208 integers, 65280 booleans, 99894 clauses, largest domain size 2041
2.88/3.03	c 3	Heap : 44 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.08/3.27	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.18/3.34	c 3	121 (10%) CSP integer variables are encoded (30734 clauses, 438950 bytes)
3.18/3.38	c 3	242 (20%) CSP integer variables are encoded (61468 clauses, 899960 bytes)
3.37/3.50	c 3	363 (30%) CSP integer variables are encoded (157737 clauses, 2460066 bytes)
3.47/3.64	c 3	484 (40%) CSP integer variables are encoded (263186 clauses, 4252699 bytes)
3.57/3.77	c 4	604 (50%) CSP integer variables are encoded (367616 clauses, 6028009 bytes)
3.77/3.91	c 4	725 (60%) CSP integer variables are encoded (474595 clauses, 7846652 bytes)
3.87/4.04	c 4	846 (70%) CSP integer variables are encoded (579534 clauses, 9630615 bytes)
3.97/4.17	c 4	967 (80%) CSP integer variables are encoded (684983 clauses, 11423248 bytes)
4.17/4.31	c 4	1088 (90%) CSP integer variables are encoded (790432 clauses, 13215881 bytes)
4.26/4.44	c 4	1208 (100%) CSP integer variables are encoded (896392 clauses, 15017201 bytes)
172.23/177.33	c 177	ERROR Exception Too large HOME/temp.cnf
172.26/177.49	c 177	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
172.26/177.49	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
172.26/177.49	c 177	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
172.26/177.49	s UNKNOWN
172.28/177.72	c 177	CPU 158.58 (0.03 0 158.55 13.72)
172.28/177.72	c 177	END Wed Jul  2 13:15:11 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-1039850-1214997134/watcher-1039850-1214997134 -o /tmp/evaluation-result-1039850-1214997134/solver-1039850-1214997134 -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-1039850-1214997134.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.00 0.00 0.00 4/72 725
/proc/meminfo: memFree=1659872/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=12000 CPUtime=0
/proc/725/stat : 725 (sugar) R 723 725 649 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 1978687530 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 238506013378 0 0 4224 0 0 0 0 17 1 0 0
/proc/725/statm: 3000 168 129 3 0 100 0

[startup+0.0560739 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 725
/proc/meminfo: memFree=1659872/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.03
/proc/725/stat : 725 (sugar) R 723 725 649 0 -1 4194304 806 0 0 0 3 0 0 0 18 0 1 0 1978687530 13926400 774 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 0 0 0 0 17 1 0 0
/proc/725/statm: 3400 774 350 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101238 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 725
/proc/meminfo: memFree=1659872/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.03
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978687530 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301093 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 725
/proc/meminfo: memFree=1659872/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.03
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978687530 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701138 s]
/proc/loadavg: 0.00 0.00 0.00 4/72 725
/proc/meminfo: memFree=1659872/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 973 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 0.00 0.00 0.00 4/84 748
/proc/meminfo: memFree=1650040/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 973 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868380 CPUtime=1.1
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 8324 0 1 0 106 4 0 0 18 0 9 0 1978687568 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217095 7154 2539 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868380 CPUtime=0.71
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 2691 0 1 0 70 1 0 0 21 0 9 0 1978687569 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4126619945 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868380 CPUtime=0.17
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 3522 0 0 0 16 1 0 0 16 0 9 0 1978687570 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868380 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868380 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868380 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868380 CPUtime=0.19
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1419 0 0 0 18 1 0 0 17 0 9 0 1978687573 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868380 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868380 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889221120 7154 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887336

[startup+3.10242 s]
/proc/loadavg: 0.24 0.05 0.02 4/84 748
/proc/meminfo: memFree=1624440/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868884 CPUtime=2.69
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 18643 0 1 0 258 11 0 0 18 0 9 0 1978687568 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217221 16687 2539 9 0 211796 0
[pid=740/tid=741] ppid=739 vsize=868884 CPUtime=1.37
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 3196 0 1 0 135 2 0 0 25 0 9 0 1978687569 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868884 CPUtime=1.07
/proc/740/task/742/stat : 742 (java) R 739 725 649 0 -1 64 13321 0 0 0 101 6 0 0 16 0 9 0 1978687570 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 103828929 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868884 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868884 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868884 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868884 CPUtime=0.21
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1434 0 0 0 20 1 0 0 16 0 9 0 1978687573 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868884 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868884 CPUtime=0
/proc/740/task/748/stat : 748 (java) R 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889737216 16687 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887840

[startup+6.30279 s]
/proc/loadavg: 0.24 0.05 0.02 3/84 748
/proc/meminfo: memFree=1573240/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=5.84
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 18936 0 1 0 550 34 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=4.23
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 3458 0 1 0 399 24 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4127010209 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=1.32
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 125 7 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887448

[startup+12.7025 s]
/proc/loadavg: 0.59 0.13 0.04 3/84 748
/proc/meminfo: memFree=1496888/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=11.97
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 19373 0 1 0 1116 81 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=10.15
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 3895 0 1 0 947 68 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4127010294 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=1.54
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 144 10 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 887448

[startup+25.502 s]
/proc/loadavg: 0.96 0.22 0.07 3/84 748
/proc/meminfo: memFree=1339576/2055920 swapFree=4166476/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=24.51
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 20274 0 1 0 2275 176 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=22.26
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 4796 0 1 0 2068 158 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4126492024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=1.97
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 182 15 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=157.27
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 29800 0 1 0 14477 1250 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=150.64
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 14322 0 1 0 13895 1169 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4126550640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=6.35
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 557 78 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.57
Current children cumulated vsize (KiB) 887448

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

[startup+166.403 s]
/proc/loadavg: 3.37 1.46 0.55 3/84 748
/proc/meminfo: memFree=15096/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=161.29
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 30087 0 1 0 14850 1279 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=154.52
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 14609 0 1 0 14256 1196 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4126805757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=6.48
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 568 80 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 887448

[startup+172.807 s]
/proc/loadavg: 3.42 1.50 0.57 3/84 748
/proc/meminfo: memFree=14968/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=167.55
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 30541 0 1 0 15424 1331 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=160.57
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 15063 0 1 0 14813 1244 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=6.7
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 586 84 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 167.85
Current children cumulated vsize (KiB) 887448

[startup+176.003 s]
/proc/loadavg: 3.42 1.50 0.57 3/84 748
/proc/meminfo: memFree=15032/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 15 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=868492 CPUtime=170.65
/proc/740/stat : 740 (java) S 739 725 649 0 -1 0 30770 0 1 0 15709 1356 0 0 18 0 9 0 1978687568 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 217123 16632 2564 9 0 211670 0
[pid=740/tid=741] ppid=739 vsize=868492 CPUtime=163.57
/proc/740/task/741/stat : 741 (java) R 739 725 649 0 -1 64 15292 0 1 0 15089 1268 0 0 25 0 9 0 1978687569 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=742] ppid=739 vsize=868492 CPUtime=6.81
/proc/740/task/742/stat : 742 (java) S 739 725 649 0 -1 64 13327 0 0 0 595 86 0 0 16 0 9 0 1978687570 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=743] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/743/stat : 743 (java) S 739 725 649 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=744] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/744/stat : 744 (java) S 739 725 649 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1978687571 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=745] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/745/stat : 745 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=746] ppid=739 vsize=868492 CPUtime=0.25
/proc/740/task/746/stat : 746 (java) S 739 725 649 0 -1 64 1459 0 0 0 24 1 0 0 16 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=747] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/747/stat : 747 (java) S 739 725 649 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=740/tid=748] ppid=739 vsize=868492 CPUtime=0
/proc/740/task/748/stat : 748 (java) S 739 725 649 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1978687573 889335808 16632 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 170.95
Current children cumulated vsize (KiB) 887448

[startup+177.602 s]
/proc/loadavg: 3.39 1.52 0.58 3/84 748
/proc/meminfo: memFree=15736/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=0.3
/proc/725/stat : 725 (sugar) S 723 725 649 0 -1 4194304 974 4308 0 1 3 0 25 2 16 0 1 0 1978687530 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/725/statm: 3400 797 370 3 0 500 0
[pid=739] ppid=725 vsize=5356 CPUtime=0
/proc/739/stat : 739 (sh) S 725 725 649 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978687568 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/739/statm: 1339 233 193 169 0 50 0
[pid=740] ppid=739 vsize=0 CPUtime=171.98
/proc/740/stat : 740 (java) Z 739 725 649 0 -1 1036 30877 0 1 0 15829 1369 0 0 16 0 2 0 1978687568 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/740/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 172.28
Current children cumulated vsize (KiB) 18956

[startup+178.401 s]
/proc/loadavg: 3.39 1.52 0.58 3/74 748
/proc/meminfo: memFree=606472/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=172.74
/proc/725/stat : 725 (sugar) R 723 725 649 0 -1 4194304 996 35471 0 2 3 44 15855 1372 16 0 1 0 1978687530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/725/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 172.74
Current children cumulated vsize (KiB) 13600

[startup+178.802 s]
/proc/loadavg: 3.39 1.52 0.58 3/74 748
/proc/meminfo: memFree=606472/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=173.14
/proc/725/stat : 725 (sugar) R 723 725 649 0 -1 4194304 996 35471 0 2 3 84 15855 1372 16 0 1 0 1978687530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 0 0 0 17 1 0 0
/proc/725/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.14
Current children cumulated vsize (KiB) 13600

[startup+179.201 s]
/proc/loadavg: 3.39 1.52 0.58 3/74 748
/proc/meminfo: memFree=606472/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=173.29
/proc/725/stat : 725 (sugar) D 723 725 649 0 -1 4194304 996 35471 0 2 3 99 15855 1372 15 0 1 0 1978687530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/725/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.29
Current children cumulated vsize (KiB) 13600

[startup+179.301 s]
/proc/loadavg: 3.39 1.52 0.58 2/74 748
/proc/meminfo: memFree=1931528/2055920 swapFree=4172136/4192956
[pid=725] ppid=723 vsize=13600 CPUtime=173.3
/proc/725/stat : 725 (sugar) D 723 725 649 0 -1 4194304 996 35471 0 2 3 100 15855 1372 15 0 1 0 1978687530 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 238487835689 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/725/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 173.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 179.325
CPU time (s): 173.316
CPU user time (s): 158.588
CPU system time (s): 14.7278
CPU usage (%): 96.6491
Max. virtual memory (cumulated for all children) (KiB): 887840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 158.588
system time used= 14.7278
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36497
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= 90122
involuntary context switches= 94198

runsolver used 0.218966 second user time and 0.634903 second system time

The end

Launcher Data (download as text)

Begin job on node23 at 2008-07-02 13:12:14
IDJOB=1039850
IDBENCH=53647
IDSOLVER=346
FILE ID=node23/1039850-1214997134
PBS_JOBID= 7870876
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-16_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-1039850-1214997134/watcher-1039850-1214997134 -o /tmp/evaluation-result-1039850-1214997134/solver-1039850-1214997134 -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-1039850-1214997134.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 906ffa75db05749face78c09510fe98d
RANDOM SEED=1194207627

node23.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.216
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.216
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:       1660480 kB
Buffers:         57496 kB
Cached:         239776 kB
SwapCached:      20696 kB
Active:         114044 kB
Inactive:       209352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660480 kB
SwapTotal:     4192956 kB
SwapFree:      4166476 kB
Dirty:            2548 kB
Writeback:           0 kB
Mapped:          18744 kB
Slab:            57592 kB
Committed_AS:  3322656 kB
PageTables:       1724 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= 66548 MiB
End job on node23 at 2008-07-02 13:15:13