Trace number 1063685

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 301.993 338.04

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-beaconfd.xml
MD5SUMa7c1e1fef1b12f08b569db119b8ca75f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark73.0519
Satisfiable
(Un)Satisfiability was proved
Number of variables7860
Number of constraints313
Maximum constraint arity4620
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension313
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 04:28:07 2008
0.00/0.04	c 0	PID 18116
0.03/0.05	c 0	HOST node49.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1063685-1215138486.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-1063685-1215138486.xml' 'HOME/temp.csp'
3.06/3.12	c 3	1 domains, 7860 variables, 133 predicates, 0 relations, 313 constraints
3.06/3.18	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.06/3.18	c 3	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'
3.10/3.25	c 3	Parsing HOME/temp.csp
32.79/33.07	c 33	parsed 8307 expressions
32.79/33.07	c 33	Heap : 91 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
32.79/33.08	c 33	Converting to clausal form CSP
32.88/33.11	c 33	converted 831 (10%) expressions
32.88/33.12	c 33	converted 1662 (20%) expressions
32.88/33.12	c 33	converted 2493 (30%) expressions
32.88/33.12	c 33	converted 3323 (40%) expressions
32.88/33.12	c 33	converted 4154 (50%) expressions
32.88/33.12	c 33	converted 4985 (60%) expressions
32.88/33.13	c 33	converted 5815 (70%) expressions
32.88/33.13	c 33	converted 6646 (80%) expressions
32.88/33.13	c 33	converted 7477 (90%) expressions
48.77/49.00	c 49	converted 8307 (100%) expressions
48.77/49.03	c 49	CSP : 200674 integers, 0 booleans, 385941 clauses, largest domain size 350492
48.77/49.03	c 49	Heap : 310 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
48.77/49.03	c 49	Propagation in CSP
60.67/60.98	c 61	950426976 values, 0 unsatisfiable literals, and 0 valid clauses are removed
60.77/61.01	c 61	CSP : 200674 integers, 0 booleans, 385941 clauses, largest domain size 185574
60.77/61.01	c 61	Heap : 319 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
60.87/61.10	c 61	Simplifing CSP by introducing new Boolean variables
60.97/61.23	c 61	CSP : 200674 integers, 0 booleans, 385941 clauses, largest domain size 185574
60.97/61.23	c 61	Heap : 318 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.16/62.43	c 62	Encoding CSP to SAT : HOME/temp.cnf
112.31/114.56	c 114	20068 (10%) CSP integer variables are encoded (40523816 clauses, 828832308 bytes)
112.61/114.88	c 115	40135 (20%) CSP integer variables are encoded (40759930 clauses, 833790702 bytes)
113.01/115.24	c 115	60203 (30%) CSP integer variables are encoded (41020249 clauses, 839257401 bytes)
113.31/115.57	c 115	80270 (40%) CSP integer variables are encoded (41262202 clauses, 844338414 bytes)
113.70/116.01	c 116	100337 (50%) CSP integer variables are encoded (41510125 clauses, 849544797 bytes)
114.00/116.36	c 116	120405 (60%) CSP integer variables are encoded (41774852 clauses, 855104064 bytes)
114.30/116.68	c 116	140472 (70%) CSP integer variables are encoded (42011978 clauses, 860083710 bytes)
114.69/117.04	c 117	160540 (80%) CSP integer variables are encoded (42274994 clauses, 865607046 bytes)
115.08/117.41	c 117	180607 (90%) CSP integer variables are encoded (42549027 clauses, 871361739 bytes)
115.38/117.79	c 118	200674 (100%) CSP integer variables are encoded (42828485 clauses, 877230357 bytes)
301.29/334.74	c 334	ERROR Exception Too large HOME/temp.cnf
301.29/334.76	c 334	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
301.29/334.76	c 334	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
301.29/334.76	c 334	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
301.29/334.76	s UNKNOWN
301.34/334.89	c 335	CPU 224.46 (0.03 0 224.43 76.94)
301.34/334.89	c 335	END Fri Jul  4 04:33:42 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-1063685-1215138486/watcher-1063685-1215138486 -o /tmp/evaluation-result-1063685-1215138486/solver-1063685-1215138486 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1063685-1215138486.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.04 3/72 18116
/proc/meminfo: memFree=1355160/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=12132 CPUtime=0
/proc/18116/stat : 18116 (sugar) R 18114 18116 15763 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 419466032 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 224627430845 0 0 4224 0 0 0 0 17 1 0 0
/proc/18116/statm: 3033 182 142 3 0 133 0

[startup+0.0500771 s]
/proc/loadavg: 1.92 1.99 2.04 3/72 18116
/proc/meminfo: memFree=1355160/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 419466032 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101434 s]
/proc/loadavg: 1.92 1.99 2.04 3/72 18116
/proc/meminfo: memFree=1355160/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 419466032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301457 s]
/proc/loadavg: 1.92 1.99 2.04 3/72 18116
/proc/meminfo: memFree=1355160/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 419466032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701519 s]
/proc/loadavg: 1.92 1.99 2.04 3/72 18116
/proc/meminfo: memFree=1355160/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 419466032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.92 1.99 2.04 3/83 18128
/proc/meminfo: memFree=1310080/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 419466032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 796 370 3 0 500 0
[pid=18119] ppid=18116 vsize=5356 CPUtime=0
/proc/18119/stat : 18119 (sh) S 18116 18116 15763 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 419466037 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18119/statm: 1339 233 193 169 0 50 0
[pid=18120] ppid=18119 vsize=864712 CPUtime=1.43
/proc/18120/stat : 18120 (java) S 18119 18116 15763 0 -1 0 12178 0 1 0 135 8 0 0 18 0 9 0 419466038 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 216178 11346 2529 9 0 210760 0
[pid=18120/tid=18121] ppid=18119 vsize=864712 CPUtime=1.03
/proc/18120/task/18121/stat : 18121 (java) R 18119 18116 15763 0 -1 64 3057 0 1 0 100 3 0 0 25 0 9 0 419466039 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4126379291 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18122] ppid=18119 vsize=864712 CPUtime=0.23
/proc/18120/task/18122/stat : 18122 (java) S 18119 18116 15763 0 -1 64 7896 0 0 0 20 3 0 0 16 0 9 0 419466040 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18123/stat : 18123 (java) S 18119 18116 15763 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 419466040 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18124/stat : 18124 (java) S 18119 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466040 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18119 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 419466042 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18119 vsize=864712 CPUtime=0.14
/proc/18120/task/18126/stat : 18126 (java) S 18119 18116 15763 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 419466042 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18119 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 419466042 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18119 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466042 885465088 11346 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883668

[startup+3.10286 s]
/proc/loadavg: 1.93 1.99 2.04 3/83 18128
/proc/meminfo: memFree=1289792/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=0.03
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 419466032 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18116/statm: 3400 796 370 3 0 500 0
[pid=18119] ppid=18116 vsize=5356 CPUtime=0
/proc/18119/stat : 18119 (sh) S 18116 18116 15763 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 419466037 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18119/statm: 1339 233 193 169 0 50 0
[pid=18120] ppid=18119 vsize=864712 CPUtime=3.03
/proc/18120/stat : 18120 (java) S 18119 18116 15763 0 -1 0 14938 0 1 0 290 13 0 0 18 0 9 0 419466038 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18120/statm: 216178 14033 2529 9 0 210760 0
[pid=18120/tid=18121] ppid=18119 vsize=864712 CPUtime=2.54
/proc/18120/task/18121/stat : 18121 (java) R 18119 18116 15763 0 -1 64 3130 0 1 0 248 6 0 0 25 0 9 0 419466039 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18122] ppid=18119 vsize=864712 CPUtime=0.29
/proc/18120/task/18122/stat : 18122 (java) S 18119 18116 15763 0 -1 64 10575 0 0 0 24 5 0 0 16 0 9 0 419466040 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18123] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18123/stat : 18123 (java) S 18119 18116 15763 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 419466040 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18124] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18124/stat : 18124 (java) S 18119 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466040 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18125] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18125/stat : 18125 (java) S 18119 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 419466042 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18126] ppid=18119 vsize=864712 CPUtime=0.16
/proc/18120/task/18126/stat : 18126 (java) R 18119 18116 15763 0 -1 64 532 0 0 0 16 0 0 0 16 0 9 0 419466042 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 102013908 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18127] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18127/stat : 18127 (java) S 18119 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 419466042 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18120/tid=18128] ppid=18119 vsize=864712 CPUtime=0
/proc/18120/task/18128/stat : 18128 (java) S 18119 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466042 885465088 14033 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 883668

[startup+6.30132 s]
/proc/loadavg: 1.93 1.99 2.04 3/83 18138
/proc/meminfo: memFree=1268048/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 973 15762 0 1 3 0 292 14 16 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=864092 CPUtime=3.1
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 9766 0 1 0 300 10 0 0 18 0 9 0 419466351 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 216023 7644 2532 9 0 210605 0
[pid=18130/tid=18131] ppid=18129 vsize=864092 CPUtime=1.63
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 2986 0 1 0 161 2 0 0 25 0 9 0 419466352 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18132] ppid=18129 vsize=864092 CPUtime=1.37
/proc/18130/task/18132/stat : 18132 (java) R 18129 18116 15763 0 -1 64 5748 0 0 0 131 6 0 0 15 0 9 0 419466353 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18133] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=864092 CPUtime=0.06
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 419466355 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 884830208 7644 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883048

[startup+12.7022 s]
/proc/loadavg: 2.02 2.01 2.04 4/83 18138
/proc/meminfo: memFree=1241232/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 973 15762 0 1 3 0 292 14 16 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=864092 CPUtime=9.46
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 35065 0 1 0 920 26 0 0 18 0 9 0 419466351 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 216023 12211 2532 9 0 210605 0
[pid=18130/tid=18131] ppid=18129 vsize=864092 CPUtime=4.86
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 3697 0 1 0 482 4 0 0 25 0 9 0 419466352 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18132] ppid=18129 vsize=864092 CPUtime=4.5
/proc/18130/task/18132/stat : 18132 (java) R 18129 18116 15763 0 -1 64 30335 0 0 0 430 20 0 0 15 0 9 0 419466353 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 102516785 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18133] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=864092 CPUtime=0.06
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 419466355 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 884830208 12211 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 883048

[startup+25.502 s]
/proc/loadavg: 2.09 2.02 2.05 4/83 18138
/proc/meminfo: memFree=1165328/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 973 15762 0 1 3 0 292 14 16 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=864092 CPUtime=22.21
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 69565 0 1 0 2172 49 0 0 18 0 9 0 419466351 884830208 23717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 216023 23717 2532 9 0 210605 0
[pid=18130/tid=18131] ppid=18129 vsize=864092 CPUtime=11.93
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 4321 0 1 0 1186 7 0 0 25 0 9 0 419466352 884830208 23717 996147200 134512640 134550740 4294955952 18446744073709551615 4126476944 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18132] ppid=18129 vsize=864092 CPUtime=10.18
/proc/18130/task/18132/stat : 18132 (java) S 18129 18116 15763 0 -1 64 64211 0 0 0 978 40 0 0 16 0 9 0 419466353 884830208 23717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18133] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 884830208 23717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=864092 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 884830208 23717 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=18130/tid=18136] ppid=18129 vsize=868384 CPUtime=0.26
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 1527 0 0 0 25 1 0 0 16 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 887340

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

[startup+307.602 s]
/proc/loadavg: 3.09 3.06 2.49 3/83 18156
/proc/meminfo: memFree=15760/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 974 15762 0 1 3 0 292 14 15 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=868384 CPUtime=271.39
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 145274 0 1 0 21473 5666 0 0 18 0 9 0 419466351 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 217096 87243 2565 9 0 211643 0
[pid=18130/tid=18131] ppid=18129 vsize=868384 CPUtime=248.01
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 9665 0 1 0 19221 5580 0 0 25 0 9 0 419466352 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4126663511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18132] ppid=18129 vsize=868384 CPUtime=23.09
/proc/18130/task/18132/stat : 18132 (java) S 18129 18116 15763 0 -1 64 133385 0 0 0 2226 83 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18133] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=868384 CPUtime=0.26
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 1527 0 0 0 25 1 0 0 16 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 274.48
Current children cumulated vsize (KiB) 887340

[startup+320.403 s]
/proc/loadavg: 2.93 3.02 2.48 3/83 18156
/proc/meminfo: memFree=15376/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 974 15762 0 1 3 0 292 14 15 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=868384 CPUtime=284.03
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 145317 0 1 0 21789 6614 0 0 18 0 9 0 419466351 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 217096 87243 2565 9 0 211643 0
[pid=18130/tid=18131] ppid=18129 vsize=868384 CPUtime=260.61
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 9708 0 1 0 19533 6528 0 0 25 0 9 0 419466352 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18132] ppid=18129 vsize=868384 CPUtime=23.13
/proc/18130/task/18132/stat : 18132 (java) S 18129 18116 15763 0 -1 64 133385 0 0 0 2230 83 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18133] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=868384 CPUtime=0.26
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 1527 0 0 0 25 1 0 0 16 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 287.12
Current children cumulated vsize (KiB) 887340

[startup+326.803 s]
/proc/loadavg: 2.85 3.00 2.48 3/83 18156
/proc/meminfo: memFree=16272/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 974 15762 0 1 3 0 292 14 15 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=868384 CPUtime=290.37
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 145338 0 1 0 21949 7088 0 0 18 0 9 0 419466351 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 217096 87243 2565 9 0 211643 0
[pid=18130/tid=18131] ppid=18129 vsize=868384 CPUtime=266.94
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 9729 0 1 0 19692 7002 0 0 25 0 9 0 419466352 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18132] ppid=18129 vsize=868384 CPUtime=23.16
/proc/18130/task/18132/stat : 18132 (java) S 18129 18116 15763 0 -1 64 133385 0 0 0 2232 84 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18133] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=868384 CPUtime=0.26
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 1527 0 0 0 25 1 0 0 16 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 293.46
Current children cumulated vsize (KiB) 887340

[startup+333.201 s]
/proc/loadavg: 2.72 2.97 2.48 3/83 18156
/proc/meminfo: memFree=16016/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=3.09
/proc/18116/stat : 18116 (sugar) S 18114 18116 15763 0 -1 4194304 974 15762 0 1 3 0 292 14 15 0 1 0 419466032 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18116/statm: 3400 797 370 3 0 500 0
[pid=18129] ppid=18116 vsize=5356 CPUtime=0
/proc/18129/stat : 18129 (sh) S 18116 18116 15763 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 419466350 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18129/statm: 1339 233 193 169 0 50 0
[pid=18130] ppid=18129 vsize=868384 CPUtime=296.71
/proc/18130/stat : 18130 (java) S 18129 18116 15763 0 -1 0 145360 0 1 0 22111 7560 0 0 18 0 9 0 419466351 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18130/statm: 217096 87243 2565 9 0 211643 0
[pid=18130/tid=18131] ppid=18129 vsize=868384 CPUtime=273.25
/proc/18130/task/18131/stat : 18131 (java) R 18129 18116 15763 0 -1 64 9751 0 1 0 19851 7474 0 0 25 0 9 0 419466352 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18132] ppid=18129 vsize=868384 CPUtime=23.18
/proc/18130/task/18132/stat : 18132 (java) S 18129 18116 15763 0 -1 64 133385 0 0 0 2234 84 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18130/tid=18133] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18133/stat : 18133 (java) S 18129 18116 15763 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18134] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18134/stat : 18134 (java) S 18129 18116 15763 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 419466353 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18135] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18135/stat : 18135 (java) S 18129 18116 15763 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18136] ppid=18129 vsize=868384 CPUtime=0.26
/proc/18130/task/18136/stat : 18136 (java) S 18129 18116 15763 0 -1 64 1527 0 0 0 25 1 0 0 16 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18137] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18137/stat : 18137 (java) S 18129 18116 15763 0 -1 64 2 0 0 0 0 0 0 0 22 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18130/tid=18138] ppid=18129 vsize=868384 CPUtime=0
/proc/18130/task/18138/stat : 18138 (java) S 18129 18116 15763 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 419466355 889225216 87243 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 299.8
Current children cumulated vsize (KiB) 887340

[startup+336.402 s]
/proc/loadavg: 2.72 2.97 2.48 2/73 18156
/proc/meminfo: memFree=1144352/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=301.87
/proc/18116/stat : 18116 (sugar) D 18114 18116 15763 0 -1 4194304 996 161423 0 5 3 47 22443 7694 18 0 1 0 419466032 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 301.87
Current children cumulated vsize (KiB) 13600

[startup+337.201 s]
/proc/loadavg: 2.66 2.95 2.47 3/73 18156
/proc/meminfo: memFree=1143520/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=301.93
/proc/18116/stat : 18116 (sugar) D 18114 18116 15763 0 -1 4194304 996 161423 0 5 3 53 22443 7694 18 0 1 0 419466032 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 301.93
Current children cumulated vsize (KiB) 13600

[startup+337.601 s]
/proc/loadavg: 2.66 2.95 2.47 3/73 18156
/proc/meminfo: memFree=1143520/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=301.94
/proc/18116/stat : 18116 (sugar) D 18114 18116 15763 0 -1 4194304 996 161423 0 5 3 54 22443 7694 18 0 1 0 419466032 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 301.94
Current children cumulated vsize (KiB) 13600

[startup+338.001 s]
/proc/loadavg: 2.66 2.95 2.47 3/73 18156
/proc/meminfo: memFree=1143520/2055920 swapFree=4180312/4192956
[pid=18116] ppid=18114 vsize=13600 CPUtime=301.97
/proc/18116/stat : 18116 (sugar) D 18114 18116 15763 0 -1 4194304 996 161423 0 5 3 57 22443 7694 18 0 1 0 419466032 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18116/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 301.97
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 338.04
CPU time (s): 301.993
CPU user time (s): 224.472
CPU system time (s): 77.5212
CPU usage (%): 89.3366
Max. virtual memory (cumulated for all children) (KiB): 891232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 224.472
system time used= 77.5212
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162449
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= 41757
involuntary context switches= 42639

runsolver used 0.451931 second user time and 1.11583 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 04:28:07
IDJOB=1063685
IDBENCH=54829
IDSOLVER=345
FILE ID=node49/1063685-1215138486
PBS_JOBID= 7877213
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7c1e1fef1b12f08b569db119b8ca75f
RANDOM SEED=1850093692

node49.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.249
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.249
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:       1355896 kB
Buffers:         72280 kB
Cached:         383616 kB
SwapCached:       6096 kB
Active:         378372 kB
Inactive:       256068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1355896 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:           20580 kB
Writeback:           0 kB
Mapped:         185488 kB
Slab:            50512 kB
Committed_AS:   955440 kB
PageTables:       2084 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66540 MiB
End job on node49 at 2008-07-04 04:33:45