Trace number 1109900

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 484.511 508.524

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-blend.xml
MD5SUM8dd5da1a78f4feb88a37af1695cdc5c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints44
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables2490
Number of constraints117
Maximum constraint arity780
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension117
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul 11 23:56:32 2008
0.00/0.04	c 0	PID 16298
0.00/0.05	c 0	HOST node52.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1109900-1215813391.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109900-1215813391.xml' 'HOME/temp.csp'
0.04/0.92	c 0	2 domains, 2490 variables, 82 predicates, 0 relations, 117 constraints
0.04/0.94	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.90/1.02	c 1	Parsing HOME/temp.csp
2.23/2.34	c 2	parsed 2691 expressions
2.23/2.34	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.23/2.35	c 2	MAX CSP: 117 constraints
2.23/2.35	c 2	Converting to clausal form CSP
2.23/2.37	c 2	converted 282 (10%) expressions
2.23/2.38	c 2	converted 563 (20%) expressions
2.23/2.38	c 2	converted 844 (30%) expressions
2.23/2.38	c 2	converted 1125 (40%) expressions
2.23/2.39	c 2	converted 1406 (50%) expressions
2.23/2.39	c 2	converted 1687 (60%) expressions
2.23/2.40	c 2	converted 1968 (70%) expressions
2.23/2.40	c 2	converted 2249 (80%) expressions
2.32/2.41	c 2	converted 2530 (90%) expressions
4.11/4.24	c 4	converted 2811 (100%) expressions
4.11/4.25	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
4.11/4.25	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.11/4.25	c 4	Propagation in CSP
4.39/4.57	c 4	112 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.39/4.57	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
4.39/4.57	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.39/4.59	c 4	Simplifing CSP by introducing new Boolean variables
4.48/4.61	c 4	CSP : 24094 integers, 0 booleans, 36520 clauses, largest domain size 275139
4.48/4.61	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.59/4.77	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.69/4.81	c 4	2410 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
5.67/5.90	c 5	4819 (20%) CSP integer variables are encoded (752305 clauses, 12582125 bytes)
9.71/9.92	c 9	7229 (30%) CSP integer variables are encoded (3620814 clauses, 66595089 bytes)
9.71/9.94	c 9	9638 (40%) CSP integer variables are encoded (3627841 clauses, 66728602 bytes)
9.71/9.98	c 9	12047 (50%) CSP integer variables are encoded (3653633 clauses, 67218650 bytes)
9.71/10.00	c 9	14457 (60%) CSP integer variables are encoded (3664954 clauses, 67433749 bytes)
9.81/10.04	c 10	16866 (70%) CSP integer variables are encoded (3692119 clauses, 67949884 bytes)
24.59/25.06	c 25	19276 (80%) CSP integer variables are encoded (10699626 clauses, 202522890 bytes)
31.62/32.27	c 32	21685 (90%) CSP integer variables are encoded (15421701 clauses, 301686465 bytes)
36.28/37.09	c 37	24094 (100%) CSP integer variables are encoded (18544372 clauses, 367262556 bytes)
483.24/498.70	c 498	ERROR Exception Too large HOME/temp.cnf
483.25/498.87	c 498	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
483.25/498.87	c 498	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
483.25/498.87	c 498	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
483.25/498.87	s UNKNOWN
483.26/499.26	c 499	CPU 444.38 (0.03 0.01 444.35 38.88)
483.26/499.27	c 499	END Sat Jul 12 00:04:51 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1109900-1215813391/watcher-1109900-1215813391 -o /tmp/evaluation-result-1109900-1215813391/solver-1109900-1215813391 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1109900-1215813391.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.10 2.03 1.95 4/74 16298
/proc/meminfo: memFree=1819352/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=12000 CPUtime=0
/proc/16298/stat : 16298 (sugar) R 16296 16298 15369 0 -1 4194304 202 0 0 0 0 0 0 0 20 0 1 0 38038012 12288000 170 996147200 4194304 4206940 548682068592 18446744073709551615 273667336720 0 0 4224 0 0 0 0 17 1 0 0
/proc/16298/statm: 3000 170 131 3 0 100 0

[startup+0.104567 s]
/proc/loadavg: 2.10 2.03 1.95 4/74 16298
/proc/meminfo: memFree=1819352/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.04
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38038012 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202576 s]
/proc/loadavg: 2.10 2.03 1.95 4/74 16298
/proc/meminfo: memFree=1819352/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.04
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38038012 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302574 s]
/proc/loadavg: 2.10 2.03 1.95 4/74 16298
/proc/meminfo: memFree=1819352/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.04
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38038012 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702606 s]
/proc/loadavg: 2.10 2.03 1.95 4/74 16298
/proc/meminfo: memFree=1819352/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.04
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 898 127 0 0 3 1 0 0 19 0 1 0 38038012 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 2.09 2.03 1.95 5/85 16320
/proc/meminfo: memFree=1811448/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=864012 CPUtime=0.53
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 4335 0 1 0 51 2 0 0 18 0 9 0 38038107 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 216003 3766 1671 9 0 210585 0
[pid=16312/tid=16313] ppid=16311 vsize=864012 CPUtime=0.39
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 2487 0 1 0 38 1 0 0 20 0 9 0 38038108 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4126456611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=864012 CPUtime=0.04
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 819 0 0 0 4 0 0 0 16 0 9 0 38038109 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=864012 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 38038110 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=864012 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 38038110 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=864012 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=864012 CPUtime=0.07
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 38038112 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=864012 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 884748288 3766 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=864012 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 884748288 3766 996147200 134512640 134550740 4294955936 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) 882968

[startup+3.10277 s]
/proc/loadavg: 2.09 2.03 1.95 3/85 16320
/proc/meminfo: memFree=1802680/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868412 CPUtime=2.11
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 10339 0 1 0 204 7 0 0 18 0 9 0 38038107 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217103 9362 2540 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868412 CPUtime=1.31
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 2915 0 1 0 129 2 0 0 21 0 9 0 38038108 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4126681009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868412 CPUtime=0.55
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 5253 0 0 0 52 3 0 0 16 0 9 0 38038109 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868412 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868412 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868412 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868412 CPUtime=0.21
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1473 0 0 0 21 0 0 0 16 0 9 0 38038112 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868412 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868412 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889253888 9362 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887368

[startup+6.30299 s]
/proc/loadavg: 2.09 2.03 1.95 3/85 16320
/proc/meminfo: memFree=1763840/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=5.27
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 15053 0 1 0 503 24 0 0 18 0 9 0 38038107 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13557 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=3.86
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 3368 0 1 0 372 14 0 0 25 0 9 0 38038108 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 102064645 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=1.11
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 103 8 0 0 16 0 9 0 38038109 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.27
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1506 0 0 0 27 0 0 0 16 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887480

[startup+12.7024 s]
/proc/loadavg: 2.16 2.04 1.96 3/85 16320
/proc/meminfo: memFree=1675200/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 15 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=11.58
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 15719 0 1 0 1077 81 0 0 18 0 9 0 38038107 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13557 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=9.87
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 4034 0 1 0 920 67 0 0 25 0 9 0 38038108 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4126659543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=1.4
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 128 12 0 0 16 0 9 0 38038109 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.27
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1506 0 0 0 27 0 0 0 16 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887480

[startup+25.5023 s]
/proc/loadavg: 2.29 2.07 1.97 3/85 16320
/proc/meminfo: memFree=1562368/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=24.18
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 16512 0 1 0 2266 152 0 0 18 0 9 0 38038107 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13557 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=22.13
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 4827 0 1 0 2080 133 0 0 25 0 9 0 38038108 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4127051644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=1.75
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 158 17 0 0 16 0 9 0 38038109 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13557 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=16312] ppid=16311 vsize=868524 CPUtime=331.38
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 47626 0 1 0 30556 2582 0 0 18 0 9 0 38038107 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13567 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=316.22
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 35932 0 1 0 29271 2351 0 0 25 0 9 0 38038108 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4126478550 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=14.84
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 1255 229 0 0 16 0 9 0 38038109 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.28
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1515 0 0 0 28 0 0 0 16 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 332.28
Current children cumulated vsize (KiB) 887480

[startup+402.303 s]
/proc/loadavg: 2.47 2.46 2.20 3/85 16326
/proc/meminfo: memFree=14912/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=389.38
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 53952 0 1 0 35857 3081 0 0 18 0 9 0 38038107 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13567 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=371.62
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 42258 0 1 0 34353 2809 0 0 25 0 9 0 38038108 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=17.42
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 1473 269 0 0 16 0 9 0 38038109 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.28
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1515 0 0 0 28 0 0 0 16 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 390.28
Current children cumulated vsize (KiB) 887480

[startup+462.303 s]
/proc/loadavg: 2.33 2.42 2.20 3/85 16326
/proc/meminfo: memFree=15808/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=447.33
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 60299 0 1 0 41152 3581 0 0 18 0 9 0 38038107 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13567 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=426.9
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 48605 0 1 0 39424 3266 0 0 25 0 9 0 38038108 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4126659767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=20.11
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 1698 313 0 0 16 0 9 0 38038109 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.28
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1515 0 0 0 28 0 0 0 16 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 448.23
Current children cumulated vsize (KiB) 887480

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

[startup+486.502 s]
/proc/loadavg: 2.42 2.43 2.20 3/85 16326
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=0.9
/proc/16298/stat : 16298 (sugar) S 16296 16298 15369 0 -1 4194304 974 5391 0 1 3 1 81 5 16 0 1 0 38038012 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16298/statm: 3400 797 370 3 0 500 0
[pid=16311] ppid=16298 vsize=5356 CPUtime=0
/proc/16311/stat : 16311 (sh) S 16298 16298 15369 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 38038107 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16311/statm: 1339 233 193 169 0 50 0
[pid=16312] ppid=16311 vsize=868524 CPUtime=470.54
/proc/16312/stat : 16312 (java) S 16311 16298 15369 0 -1 0 62838 0 1 0 43280 3774 0 0 18 0 9 0 38038107 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16312/statm: 217131 13567 2565 9 0 211678 0
[pid=16312/tid=16313] ppid=16311 vsize=868524 CPUtime=449
/proc/16312/task/16313/stat : 16313 (java) R 16311 16298 15369 0 -1 64 51144 0 1 0 41457 3443 0 0 25 0 9 0 38038108 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4127052925 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16314] ppid=16311 vsize=868524 CPUtime=21.21
/proc/16312/task/16314/stat : 16314 (java) S 16311 16298 15369 0 -1 64 9481 0 0 0 1792 329 0 0 16 0 9 0 38038109 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16315] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16315/stat : 16315 (java) S 16311 16298 15369 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16316] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16316/stat : 16316 (java) S 16311 16298 15369 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 38038110 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16317] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16317/stat : 16317 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16318] ppid=16311 vsize=868524 CPUtime=0.28
/proc/16312/task/16318/stat : 16318 (java) S 16311 16298 15369 0 -1 64 1515 0 0 0 28 0 0 0 16 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16319] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16319/stat : 16319 (java) S 16311 16298 15369 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16312/tid=16320] ppid=16311 vsize=868524 CPUtime=0
/proc/16312/task/16320/stat : 16320 (java) S 16311 16298 15369 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 38038112 889368576 13567 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 471.44
Current children cumulated vsize (KiB) 887480

[startup+499.301 s]
/proc/loadavg: 2.36 2.42 2.20 3/85 16327
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=483.27
/proc/16298/stat : 16298 (sugar) D 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 1 44435 3888 16 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 483.27
Current children cumulated vsize (KiB) 13600

[startup+502.501 s]
/proc/loadavg: 2.33 2.41 2.20 2/75 16327
/proc/meminfo: memFree=1757840/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=484.18
/proc/16298/stat : 16298 (sugar) D 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 92 44435 3888 18 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 484.18
Current children cumulated vsize (KiB) 13600

[startup+505.702 s]
/proc/loadavg: 2.33 2.41 2.20 2/75 16327
/proc/meminfo: memFree=1756240/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=484.29
/proc/16298/stat : 16298 (sugar) D 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 103 44435 3888 18 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 484.29
Current children cumulated vsize (KiB) 13600

[startup+507.307 s]
/proc/loadavg: 2.30 2.40 2.20 2/75 16327
/proc/meminfo: memFree=1755408/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=484.36
/proc/16298/stat : 16298 (sugar) D 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 110 44435 3888 18 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 484.36
Current children cumulated vsize (KiB) 13600

[startup+508.102 s]
/proc/loadavg: 2.30 2.40 2.20 2/75 16327
/proc/meminfo: memFree=1755408/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=484.39
/proc/16298/stat : 16298 (sugar) D 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 113 44435 3888 18 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 484.39
Current children cumulated vsize (KiB) 13600

[startup+508.523 s]
/proc/loadavg: 2.30 2.40 2.20 2/75 16327
/proc/meminfo: memFree=1754896/2055920 swapFree=4192812/4192956
[pid=16298] ppid=16296 vsize=13600 CPUtime=484.48
/proc/16298/stat : 16298 (sugar) R 16296 16298 15369 0 -1 4194304 998 69813 0 5 3 122 44435 3888 18 0 1 0 38038012 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 1 0 0
/proc/16298/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 484.48
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 508.524
CPU time (s): 484.511
CPU user time (s): 444.394
CPU system time (s): 40.1169
CPU usage (%): 95.2779
Max. virtual memory (cumulated for all children) (KiB): 887872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 444.394
system time used= 40.1169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70841
page faults= 5
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 358932
involuntary context switches= 363131

runsolver used 0.680896 second user time and 1.83772 second system time

The end

Launcher Data (download as text)

Begin job on node52 at 2008-07-11 23:56:31
IDJOB=1109900
IDBENCH=61032
IDSOLVER=368
FILE ID=node52/1109900-1215813391
PBS_JOBID= 7903234
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-blend.xml
COMMAND LINE= DIR/sugar -max -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-1109900-1215813391/watcher-1109900-1215813391 -o /tmp/evaluation-result-1109900-1215813391/solver-1109900-1215813391 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1109900-1215813391.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8dd5da1a78f4feb88a37af1695cdc5c0
RANDOM SEED=860404862

node52.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.234
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.234
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:       1819832 kB
Buffers:         15428 kB
Cached:          62840 kB
SwapCached:          0 kB
Active:         161580 kB
Inactive:        24280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2192 kB
Writeback:           0 kB
Mapped:         118656 kB
Slab:            35164 kB
Committed_AS:   211416 kB
PageTables:       2108 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 node52 at 2008-07-12 00:05:00