Trace number 1085645

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? 612.659 622.857

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-7.xml
MD5SUM03c519ee722ebb3400aacaf8b7a2d565
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark72.287
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.10	c 0	Sugar v1-13 + HOME/picosat
0.02/0.11	c 0	BEGIN Sat Jul  5 07:14:18 2008
0.02/0.11	c 0	PID 30831
0.02/0.12	c 0	HOST node81.alineos.net
0.02/0.12	c 0	CONVERTING HOME/instance-1085645-1215234858.xml TO HOME/temp.csp
0.02/0.12	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085645-1215234858.xml' 'HOME/temp.csp'
2.85/3.03	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
2.85/3.09	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.85/3.09	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'
2.89/3.17	c 3	Parsing HOME/temp.csp
3.28/3.54	c 4	parsed 10000 expressions
3.58/3.88	c 4	parsed 20000 expressions
3.98/4.21	c 4	parsed 30000 expressions
4.17/4.47	c 5	parsed 40000 expressions
4.57/4.84	c 5	parsed 50000 expressions
4.77/5.01	c 5	parsed 56570 expressions
4.77/5.01	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.77/5.01	c 5	Converting to clausal form CSP
10.93/11.26	c 12	converted 5657 (10%) expressions
22.07/22.49	c 23	converted 11314 (20%) expressions
33.51/33.99	c 34	converted 16971 (30%) expressions
44.64/45.16	c 45	converted 22628 (40%) expressions
55.97/56.50	c 57	converted 28285 (50%) expressions
66.52/67.18	c 67	converted 33942 (60%) expressions
76.94/77.66	c 78	converted 39599 (70%) expressions
88.17/88.93	c 89	converted 45256 (80%) expressions
98.00/98.89	c 99	converted 50913 (90%) expressions
107.14/108.01	c 108	converted 56570 (100%) expressions
107.14/108.01	c 108	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
107.14/108.01	c 108	Heap : 186 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.14/108.01	c 108	Propagation in CSP
121.94/122.96	c 123	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
121.94/122.97	c 123	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
121.94/122.97	c 123	Heap : 225 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.04/123.05	c 123	Simplifing CSP by introducing new Boolean variables
122.81/123.81	c 124	CSP : 16130 integers, 285887 booleans, 484857 clauses, largest domain size 4543
122.81/123.81	c 124	Heap : 264 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
124.20/125.25	c 126	Encoding CSP to SAT : HOME/temp.cnf
152.99/154.25	c 155	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
179.16/180.65	c 181	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
187.43/189.12	c 189	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
196.05/198.17	c 198	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
204.90/207.34	c 208	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
213.67/216.50	c 217	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
222.52/225.75	c 226	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
231.34/234.90	c 235	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
240.10/243.81	c 244	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
248.76/253.05	c 253	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
612.11/620.59	c 621	ERROR Exception Too large HOME/temp.cnf
612.11/620.60	c 621	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
612.11/620.60	c 621	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
612.11/620.60	c 621	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
612.11/620.60	s UNKNOWN
612.20/620.68	c 621	CPU 598.87 (0.03 0.01 598.84 13.38)
612.20/620.68	c 621	END Sat Jul  5 07:24:39 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-1085645-1215234858/watcher-1085645-1215234858 -o /tmp/evaluation-result-1085645-1215234858/solver-1085645-1215234858 -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-1085645-1215234858.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: 2.21 2.08 2.02 4/83 30831
/proc/meminfo: memFree=254920/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=18572 CPUtime=0
/proc/30831/stat : 30831 (runsolver) D 30829 30831 30539 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 256473767 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 269807578407 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/30831/statm: 4643 292 257 25 0 2626 0

[startup+0.0744319 s]
/proc/loadavg: 2.21 2.08 2.02 4/83 30831
/proc/meminfo: memFree=254920/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=12412 CPUtime=0
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 425 0 0 0 0 0 0 0 18 0 1 0 256473767 12709888 393 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/30831/statm: 3103 393 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101427 s]
/proc/loadavg: 2.21 2.08 2.02 4/83 30831
/proc/meminfo: memFree=254920/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13336 CPUtime=0.02
/proc/30831/stat : 30831 (sugar) R 30829 30831 30539 0 -1 4194304 730 0 0 0 2 0 0 0 18 0 1 0 256473767 13656064 698 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 0 0 0
/proc/30831/statm: 3334 698 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.301452 s]
/proc/loadavg: 2.21 2.08 2.02 4/83 30831
/proc/meminfo: memFree=254920/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=0.04
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 256473767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701501 s]
/proc/loadavg: 2.21 2.08 2.02 4/83 30831
/proc/meminfo: memFree=254920/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=0.04
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 256473767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50159 s]
/proc/loadavg: 2.21 2.08 2.02 4/94 30843
/proc/meminfo: memFree=215152/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=0.04
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 256473767 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 796 370 3 0 500 0
[pid=30834] ppid=30831 vsize=5356 CPUtime=0
/proc/30834/stat : 30834 (sh) S 30831 30831 30539 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 256473780 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30834/statm: 1339 233 193 169 0 50 0
[pid=30835] ppid=30834 vsize=866688 CPUtime=1.31
/proc/30835/stat : 30835 (java) S 30834 30831 30539 0 -1 0 18534 0 1 0 121 10 0 0 21 0 9 0 256473780 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30835/statm: 216672 15617 2529 9 0 211254 0
[pid=30835/tid=30836] ppid=30834 vsize=866688 CPUtime=0.67
/proc/30835/task/30836/stat : 30836 (java) R 30834 30831 30539 0 -1 64 3058 0 1 0 65 2 0 0 25 0 9 0 256473782 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30837] ppid=30834 vsize=866688 CPUtime=0.51
/proc/30835/task/30837/stat : 30837 (java) R 30834 30831 30539 0 -1 64 14275 0 0 0 45 6 0 0 16 0 9 0 256473786 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 103735745 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30838] ppid=30834 vsize=866688 CPUtime=0
/proc/30835/task/30838/stat : 30838 (java) S 30834 30831 30539 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256473786 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30839] ppid=30834 vsize=866688 CPUtime=0
/proc/30835/task/30839/stat : 30839 (java) S 30834 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 256473786 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30840] ppid=30834 vsize=866688 CPUtime=0
/proc/30835/task/30840/stat : 30840 (java) S 30834 30831 30539 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 256473788 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30841] ppid=30834 vsize=866688 CPUtime=0.1
/proc/30835/task/30841/stat : 30841 (java) S 30834 30831 30539 0 -1 64 501 0 0 0 10 0 0 0 16 0 9 0 256473788 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30842] ppid=30834 vsize=866688 CPUtime=0
/proc/30835/task/30842/stat : 30842 (java) S 30834 30831 30539 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 256473788 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30835/tid=30843] ppid=30834 vsize=866688 CPUtime=0
/proc/30835/task/30843/stat : 30843 (java) S 30834 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256473788 887488512 15617 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 885644

[startup+3.10275 s]
/proc/loadavg: 2.28 2.10 2.02 4/94 30843
/proc/meminfo: memFree=165040/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 956 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 13600

[startup+6.3021 s]
/proc/loadavg: 2.28 2.10 2.02 4/94 30853
/proc/meminfo: memFree=192624/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 15 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868436 CPUtime=3.17
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 13478 0 1 0 307 10 0 0 18 0 9 0 256474077 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217109 12028 2544 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868436 CPUtime=2.27
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 3081 0 1 0 224 3 0 0 25 0 9 0 256474078 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4126571731 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868436 CPUtime=0.69
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 8232 0 0 0 65 4 0 0 16 0 9 0 256474079 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256474079 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868436 CPUtime=0.18
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1468 0 0 0 17 1 0 0 15 0 9 0 256474081 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889278464 12028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 887392

[startup+12.7028 s]
/proc/loadavg: 2.31 2.11 2.02 3/94 30853
/proc/meminfo: memFree=159984/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868436 CPUtime=9.53
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 19857 0 1 0 938 15 0 0 18 0 9 0 256474077 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217109 14579 2541 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868436 CPUtime=7.94
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 3615 0 1 0 790 4 0 0 25 0 9 0 256474078 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4126567835 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868436 CPUtime=1.36
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 14069 0 0 0 128 8 0 0 16 0 9 0 256474079 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868436 CPUtime=0.19
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1476 0 0 0 18 1 0 0 17 0 9 0 256474081 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889278464 14579 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 887392

[startup+25.5012 s]
/proc/loadavg: 2.26 2.11 2.02 3/94 30853
/proc/meminfo: memFree=99184/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868436 CPUtime=22.25
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 30077 0 1 0 2200 25 0 0 18 0 9 0 256474077 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217109 20557 2541 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868436 CPUtime=19.45
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 4413 0 1 0 1938 7 0 0 25 0 9 0 256474078 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4126428738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868436 CPUtime=2.56
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 23481 0 0 0 241 15 0 0 16 0 9 0 256474079 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868436 CPUtime=0.2
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1486 0 0 0 19 1 0 0 15 0 9 0 256474081 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868436 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889278464 20557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 887392

[startup+51.1019 s]
/proc/loadavg: 2.25 2.11 2.03 3/94 30853
/proc/meminfo: memFree=15792/2055920 swapFree=4179964/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868436 CPUtime=47.72
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 45882 0 1 0 4732 40 0 0 18 0 9 0 256474077 889278464 31731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+588.703 s]
/proc/loadavg: 2.29 2.12 2.03 3/93 30995
/proc/meminfo: memFree=1269496/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868548 CPUtime=577.8
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 93181 0 1 0 56513 1267 0 0 18 0 9 0 256474077 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217137 71062 2566 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868548 CPUtime=564.26
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 9713 0 1 0 55224 1202 0 0 25 0 9 0 256474078 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4127029040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868548 CPUtime=13.21
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 81237 0 0 0 1259 62 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868548 CPUtime=0.3
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 580.69
Current children cumulated vsize (KiB) 887504

[startup+601.502 s]
/proc/loadavg: 2.24 2.11 2.03 3/93 30995
/proc/meminfo: memFree=1236984/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868548 CPUtime=590.47
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 93211 0 1 0 57764 1283 0 0 18 0 9 0 256474077 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217137 71062 2566 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868548 CPUtime=576.89
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 9743 0 1 0 56472 1217 0 0 25 0 9 0 256474078 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4127029104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868548 CPUtime=13.24
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 81237 0 0 0 1261 63 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868548 CPUtime=0.3
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 593.36
Current children cumulated vsize (KiB) 887504

[startup+614.302 s]
/proc/loadavg: 2.25 2.12 2.04 3/93 30995
/proc/meminfo: memFree=1197560/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868548 CPUtime=603.1
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 93249 0 1 0 59004 1306 0 0 18 0 9 0 256474077 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217137 71062 2566 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868548 CPUtime=589.49
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 9781 0 1 0 57709 1240 0 0 25 0 9 0 256474078 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4126639094 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868548 CPUtime=13.28
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 81237 0 0 0 1265 63 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868548 CPUtime=0.3
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 605.99
Current children cumulated vsize (KiB) 887504

[startup+617.502 s]
/proc/loadavg: 2.23 2.12 2.04 4/93 30995
/proc/meminfo: memFree=1188408/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=2.89
/proc/30831/stat : 30831 (sugar) S 30829 30831 30539 0 -1 4194304 974 27958 0 1 3 1 267 18 16 0 1 0 256473767 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30831/statm: 3400 797 370 3 0 500 0
[pid=30844] ppid=30831 vsize=5356 CPUtime=0
/proc/30844/stat : 30844 (sh) S 30831 30831 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256474077 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30844/statm: 1339 233 193 169 0 50 0
[pid=30845] ppid=30844 vsize=868548 CPUtime=606.26
/proc/30845/stat : 30845 (java) S 30844 30831 30539 0 -1 0 93257 0 1 0 59315 1311 0 0 18 0 9 0 256474077 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30845/statm: 217137 71062 2566 9 0 211684 0
[pid=30845/tid=30846] ppid=30844 vsize=868548 CPUtime=592.64
/proc/30845/task/30846/stat : 30846 (java) R 30844 30831 30539 0 -1 64 9789 0 1 0 58019 1245 0 0 25 0 9 0 256474078 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4127029126 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30847] ppid=30844 vsize=868548 CPUtime=13.29
/proc/30845/task/30847/stat : 30847 (java) S 30844 30831 30539 0 -1 64 81237 0 0 0 1266 63 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30848] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30848/stat : 30848 (java) S 30844 30831 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30849] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30849/stat : 30849 (java) S 30844 30831 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256474079 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30850] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30850/stat : 30850 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30851] ppid=30844 vsize=868548 CPUtime=0.3
/proc/30845/task/30851/stat : 30851 (java) S 30844 30831 30539 0 -1 64 1534 0 0 0 29 1 0 0 16 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30852] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30852/stat : 30852 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30845/tid=30853] ppid=30844 vsize=868548 CPUtime=0
/proc/30845/task/30853/stat : 30853 (java) S 30844 30831 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 256474081 889393152 71062 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 609.15
Current children cumulated vsize (KiB) 887504

[startup+620.702 s]
/proc/loadavg: 2.23 2.12 2.04 3/93 30995
/proc/meminfo: memFree=1178936/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=612.26
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 996 121522 0 2 3 1 59884 1338 16 0 1 0 256473767 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 612.26
Current children cumulated vsize (KiB) 13600

[startup+621.506 s]
/proc/loadavg: 2.23 2.12 2.04 2/83 30995
/proc/meminfo: memFree=1915208/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=612.54
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 996 121522 0 2 3 29 59884 1338 18 0 1 0 256473767 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 612.54
Current children cumulated vsize (KiB) 13600

[startup+622.301 s]
/proc/loadavg: 2.23 2.12 2.04 2/83 30995
/proc/meminfo: memFree=1915208/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=612.6
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 996 121522 0 2 3 35 59884 1338 18 0 1 0 256473767 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 612.6
Current children cumulated vsize (KiB) 13600

[startup+622.701 s]
/proc/loadavg: 2.22 2.12 2.03 2/83 30995
/proc/meminfo: memFree=1914056/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=612.62
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 996 121522 0 2 3 37 59884 1338 18 0 1 0 256473767 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/30831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 612.62
Current children cumulated vsize (KiB) 13600

[startup+622.801 s]
/proc/loadavg: 2.22 2.12 2.03 2/83 30995
/proc/meminfo: memFree=1914056/2055920 swapFree=4180000/4192956
[pid=30831] ppid=30829 vsize=13600 CPUtime=612.63
/proc/30831/stat : 30831 (sugar) D 30829 30831 30539 0 -1 4194304 996 121522 0 2 3 38 59884 1338 18 0 1 0 256473767 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/30831/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 612.63
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 622.857
CPU time (s): 612.659
CPU user time (s): 598.881
CPU system time (s): 13.7779
CPU usage (%): 98.3627
Max. virtual memory (cumulated for all children) (KiB): 897640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.881
system time used= 13.7779
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122548
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44027
involuntary context switches= 51535

runsolver used 0.818875 second user time and 2.12668 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 07:14:18
IDJOB=1085645
IDBENCH=57673
IDSOLVER=345
FILE ID=node81/1085645-1215234858
PBS_JOBID= 7881922
Free space on /tmp= 125620 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp40/normalized-fapp40-3000-7.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-1085645-1215234858/watcher-1085645-1215234858 -o /tmp/evaluation-result-1085645-1215234858/solver-1085645-1215234858 -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-1085645-1215234858.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 03c519ee722ebb3400aacaf8b7a2d565
RANDOM SEED=1791629306

node81.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.236
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.236
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        255656 kB
Buffers:         53088 kB
Cached:        1393896 kB
SwapCached:       5972 kB
Active:        1200272 kB
Inactive:       498404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        255656 kB
SwapTotal:     4192956 kB
SwapFree:      4179964 kB
Dirty:          210204 kB
Writeback:           0 kB
Mapped:         269684 kB
Slab:            86328 kB
Committed_AS:   953600 kB
PageTables:       2240 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= 126804 MiB
End job on node81 at 2008-07-05 07:24:41