Trace number 1085750

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? 361.929 369.699

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-8.xml
MD5SUM3783482c1cbff3c4a72df59d958779fb
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 benchmark68.9175
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:22:49 2008
0.00/0.05	c 0	PID 11085
0.03/0.05	c 0	HOST node42.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085750-1215235368.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-1085750-1215235368.xml' 'HOME/temp.csp'
2.23/2.38	c 2	23 domains, 3000 variables, 8 predicates, 0 relations, 33021 constraints
2.32/2.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.32/2.40	c 2	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.32/2.48	c 2	Parsing HOME/temp.csp
2.34/2.86	c 3	parsed 10000 expressions
3.12/3.23	c 3	parsed 20000 expressions
3.42/3.57	c 3	parsed 30000 expressions
3.61/3.73	c 3	parsed 36052 expressions
3.61/3.74	c 3	Heap : 16 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.74	c 3	Converting to clausal form CSP
4.40/4.52	c 4	converted 3606 (10%) expressions
7.28/7.47	c 7	converted 7211 (20%) expressions
10.24/10.41	c 10	converted 10816 (30%) expressions
13.20/13.40	c 13	converted 14421 (40%) expressions
15.68/15.90	c 16	converted 18026 (50%) expressions
18.16/18.45	c 18	converted 21632 (60%) expressions
21.33/21.60	c 21	converted 25237 (70%) expressions
23.70/24.06	c 24	converted 28842 (80%) expressions
25.97/26.40	c 26	converted 32447 (90%) expressions
28.25/28.63	c 28	converted 36052 (100%) expressions
28.25/28.63	c 28	CSP : 13207 integers, 92784 booleans, 220694 clauses, largest domain size 2641
28.25/28.63	c 28	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.25/28.63	c 28	Propagation in CSP
32.40/32.89	c 33	254148 values, 0 unsatisfiable literals, and 0 valid clauses are removed
32.40/32.89	c 33	CSP : 13207 integers, 92784 booleans, 220694 clauses, largest domain size 2641
32.40/32.89	c 33	Heap : 154 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.50/32.96	c 33	Simplifing CSP by introducing new Boolean variables
33.98/34.45	c 34	CSP : 13207 integers, 178046 booleans, 305956 clauses, largest domain size 2641
33.98/34.45	c 34	Heap : 183 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.07/35.55	c 35	Encoding CSP to SAT : HOME/temp.cnf
39.04/39.53	c 39	1321 (10%) CSP integer variables are encoded (223625 clauses, 3580804 bytes)
42.99/43.56	c 43	2642 (20%) CSP integer variables are encoded (449604 clauses, 7422447 bytes)
46.97/47.76	c 47	3963 (30%) CSP integer variables are encoded (2828753 clauses, 51531893 bytes)
51.10/51.95	c 52	5283 (40%) CSP integer variables are encoded (6097095 clauses, 113630391 bytes)
55.32/56.24	c 56	6604 (50%) CSP integer variables are encoded (9335870 clauses, 175167116 bytes)
59.75/60.74	c 60	7925 (60%) CSP integer variables are encoded (12591501 clauses, 242220856 bytes)
64.23/65.31	c 65	9245 (70%) CSP integer variables are encoded (15833941 clauses, 310312096 bytes)
68.60/69.87	c 70	10566 (80%) CSP integer variables are encoded (19082142 clauses, 378524317 bytes)
73.06/74.48	c 74	11887 (90%) CSP integer variables are encoded (22347705 clauses, 447101140 bytes)
77.42/78.98	c 79	13207 (100%) CSP integer variables are encoded (25553793 clauses, 514428988 bytes)
169.23/172.39	c 172	30596 (10%) CSP clauses are encoded (46184339 clauses, 1019765972 bytes)
256.04/260.64	c 260	61192 (20%) CSP clauses are encoded (66557358 clauses, 1527317799 bytes)
341.47/347.87	c 348	91787 (30%) CSP clauses are encoded (86641515 clauses, 2029947186 bytes)
360.93/367.80	c 368	ERROR Exception Too large HOME/temp.cnf
360.93/367.80	c 368	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
360.93/367.80	c 368	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
360.93/367.80	c 368	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
360.93/367.80	s UNKNOWN
360.93/367.85	c 368	CPU 347.86 (0.04 0.01 347.82 13.11)
360.93/367.85	c 368	END Sat Jul  5 07:28:57 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-1085750-1215235368/watcher-1085750-1215235368 -o /tmp/evaluation-result-1085750-1215235368/solver-1085750-1215235368 -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-1085750-1215235368.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.91 1.95 1.98 4/81 11085
/proc/meminfo: memFree=1803824/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=12268 CPUtime=0
/proc/11085/stat : 11085 (sugar) R 11083 11085 9060 0 -1 4194304 337 0 0 0 0 0 0 0 20 0 1 0 2002509342 12562432 305 996147200 4194304 4206940 548682068608 18446744073709551615 259415012944 0 0 4224 0 0 0 0 17 1 0 0
/proc/11085/statm: 3067 305 231 3 0 167 0

[startup+0.0509679 s]
/proc/loadavg: 1.91 1.95 1.98 4/81 11085
/proc/meminfo: memFree=1803824/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=0.03
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002509342 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102581 s]
/proc/loadavg: 1.91 1.95 1.98 4/81 11085
/proc/meminfo: memFree=1803824/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=0.03
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002509342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301558 s]
/proc/loadavg: 1.91 1.95 1.98 4/81 11085
/proc/meminfo: memFree=1803824/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=0.03
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002509342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701611 s]
/proc/loadavg: 1.91 1.95 1.98 4/81 11085
/proc/meminfo: memFree=1803824/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=0.03
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002509342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50274 s]
/proc/loadavg: 1.91 1.95 1.98 3/92 11097
/proc/meminfo: memFree=1778264/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=0.03
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002509342 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 796 370 3 0 500 0
[pid=11088] ppid=11085 vsize=5356 CPUtime=0
/proc/11088/stat : 11088 (sh) S 11085 11085 9060 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002509347 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11088/statm: 1339 233 193 169 0 50 0
[pid=11089] ppid=11088 vsize=864672 CPUtime=1.42
/proc/11089/stat : 11089 (java) S 11088 11085 9060 0 -1 0 15101 0 1 0 136 6 0 0 18 0 9 0 2002509347 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11089/statm: 216168 13150 2529 9 0 210750 0
[pid=11089/tid=11090] ppid=11088 vsize=864672 CPUtime=0.81
/proc/11089/task/11090/stat : 11090 (java) R 11088 11085 9060 0 -1 64 3007 0 1 0 80 1 0 0 24 0 9 0 2002509348 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4126666454 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11091] ppid=11088 vsize=864672 CPUtime=0.47
/proc/11089/task/11091/stat : 11091 (java) S 11088 11085 9060 0 -1 64 10895 0 0 0 44 3 0 0 16 0 9 0 2002509350 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11092] ppid=11088 vsize=864672 CPUtime=0
/proc/11089/task/11092/stat : 11092 (java) S 11088 11085 9060 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2002509350 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11093] ppid=11088 vsize=864672 CPUtime=0
/proc/11089/task/11093/stat : 11093 (java) S 11088 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002509350 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11094] ppid=11088 vsize=864672 CPUtime=0
/proc/11089/task/11094/stat : 11094 (java) S 11088 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002509352 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11095] ppid=11088 vsize=864672 CPUtime=0.11
/proc/11089/task/11095/stat : 11095 (java) S 11088 11085 9060 0 -1 64 499 0 0 0 11 0 0 0 16 0 9 0 2002509352 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11096] ppid=11088 vsize=864672 CPUtime=0
/proc/11089/task/11096/stat : 11096 (java) S 11088 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509352 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11089/tid=11097] ppid=11088 vsize=864672 CPUtime=0
/proc/11089/task/11097/stat : 11097 (java) S 11088 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509352 885424128 13150 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883628

[startup+3.10287 s]
/proc/loadavg: 1.91 1.95 1.98 4/92 11097
/proc/meminfo: memFree=1749016/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.34
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 973 19453 0 1 3 0 221 10 15 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 13600

[startup+6.30223 s]
/proc/loadavg: 2.00 1.97 1.99 3/92 11107
/proc/meminfo: memFree=1765656/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.35
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 3 1 221 10 15 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868432 CPUtime=3.83
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 13647 0 1 0 375 8 0 0 18 0 9 0 2002509583 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217108 12178 2541 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868432 CPUtime=2.83
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 3100 0 1 0 282 1 0 0 25 0 9 0 2002509584 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4126641866 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868432 CPUtime=0.76
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 8361 0 0 0 71 5 0 0 16 0 9 0 2002509585 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868432 CPUtime=0.21
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1489 0 0 0 21 0 0 0 15 0 9 0 2002509587 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889274368 12178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887388

[startup+12.7099 s]
/proc/loadavg: 2.00 1.97 1.99 3/92 11107
/proc/meminfo: memFree=1731096/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.35
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 3 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868432 CPUtime=10.17
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 30108 0 1 0 1000 17 0 0 18 0 9 0 2002509583 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217108 20432 2541 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868432 CPUtime=7.86
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 3922 0 1 0 783 3 0 0 25 0 9 0 2002509584 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868432 CPUtime=2.05
/proc/11099/task/11101/stat : 11101 (java) R 11098 11085 9060 0 -1 64 23990 0 0 0 193 12 0 0 16 0 9 0 2002509585 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 102723062 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868432 CPUtime=0.22
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1499 0 0 0 22 0 0 0 15 0 9 0 2002509587 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889274368 20432 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887388

[startup+25.5024 s]
/proc/loadavg: 2.00 1.97 1.99 3/92 11107
/proc/meminfo: memFree=1661656/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.35
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 3 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868432 CPUtime=22.83
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 51654 0 1 0 2255 28 0 0 18 0 9 0 2002509583 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217108 37310 2541 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868432 CPUtime=18.54
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 4744 0 1 0 1850 4 0 0 25 0 9 0 2002509584 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4126604856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868432 CPUtime=4.03
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 44712 0 0 0 381 22 0 0 16 0 9 0 2002509585 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868432 CPUtime=0.23
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1501 0 0 0 23 0 0 0 16 0 9 0 2002509587 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868432 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889274368 37310 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887388

[startup+51.1022 s]
/proc/loadavg: 2.06 1.99 1.99 3/92 11107
/proc/meminfo: memFree=1514392/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.35
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 3 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868544 CPUtime=47.96
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 70023 0 1 0 4702 94 0 0 18 0 9 0 2002509583 889389056 50787 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+342.303 s]
/proc/loadavg: 2.96 2.48 2.19 3/83 11137
/proc/meminfo: memFree=15280/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.36
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 4 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868544 CPUtime=333.73
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 72582 0 1 0 32160 1213 0 0 18 0 9 0 2002509583 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217136 50801 2566 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868544 CPUtime=324.17
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 8622 0 1 0 31253 1164 0 0 25 0 9 0 2002509584 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4126638771 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868544 CPUtime=9.21
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 61714 0 0 0 874 47 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868544 CPUtime=0.33
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1549 0 0 0 32 1 0 0 16 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 336.09
Current children cumulated vsize (KiB) 887500

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

[startup+345.502 s]
/proc/loadavg: 2.96 2.49 2.19 3/83 11137
/proc/meminfo: memFree=15472/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.36
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 4 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868544 CPUtime=336.86
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 72607 0 1 0 32460 1226 0 0 18 0 9 0 2002509583 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217136 50801 2566 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868544 CPUtime=327.27
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 8647 0 1 0 31551 1176 0 0 25 0 9 0 2002509584 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4126950661 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868544 CPUtime=9.23
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 61714 0 0 0 876 47 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868544 CPUtime=0.33
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1549 0 0 0 32 1 0 0 16 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.22
Current children cumulated vsize (KiB) 887500

[startup+358.302 s]
/proc/loadavg: 2.97 2.52 2.20 3/83 11137
/proc/meminfo: memFree=15088/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.36
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 4 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868544 CPUtime=349.4
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 72711 0 1 0 33674 1266 0 0 18 0 9 0 2002509583 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217136 50801 2566 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868544 CPUtime=339.72
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 8751 0 1 0 32756 1216 0 0 25 0 9 0 2002509584 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4126660690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868544 CPUtime=9.31
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 61714 0 0 0 884 47 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868544 CPUtime=0.33
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1549 0 0 0 32 1 0 0 16 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 351.76
Current children cumulated vsize (KiB) 887500

[startup+364.702 s]
/proc/loadavg: 2.97 2.52 2.21 3/83 11137
/proc/meminfo: memFree=15152/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=2.36
/proc/11085/stat : 11085 (sugar) S 11083 11085 9060 0 -1 4194304 974 19453 0 1 4 1 221 10 16 0 1 0 2002509342 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11085/statm: 3400 797 370 3 0 500 0
[pid=11098] ppid=11085 vsize=5356 CPUtime=0
/proc/11098/stat : 11098 (sh) S 11085 11085 9060 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002509583 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11098/statm: 1339 233 193 169 0 50 0
[pid=11099] ppid=11098 vsize=868544 CPUtime=355.68
/proc/11099/stat : 11099 (java) S 11098 11085 9060 0 -1 0 72763 0 1 0 34280 1288 0 0 18 0 9 0 2002509583 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11099/statm: 217136 50801 2566 9 0 211683 0
[pid=11099/tid=11100] ppid=11098 vsize=868544 CPUtime=345.96
/proc/11099/task/11100/stat : 11100 (java) R 11098 11085 9060 0 -1 64 8803 0 1 0 33359 1237 0 0 25 0 9 0 2002509584 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4127033603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11101] ppid=11098 vsize=868544 CPUtime=9.35
/proc/11099/task/11101/stat : 11101 (java) S 11098 11085 9060 0 -1 64 61714 0 0 0 888 47 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11102] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11102/stat : 11102 (java) S 11098 11085 9060 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11103] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11103/stat : 11103 (java) S 11098 11085 9060 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002509585 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11104] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11104/stat : 11104 (java) S 11098 11085 9060 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11105] ppid=11098 vsize=868544 CPUtime=0.33
/proc/11099/task/11105/stat : 11105 (java) S 11098 11085 9060 0 -1 64 1549 0 0 0 32 1 0 0 16 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11106] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11106/stat : 11106 (java) S 11098 11085 9060 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11099/tid=11107] ppid=11098 vsize=868544 CPUtime=0
/proc/11099/task/11107/stat : 11107 (java) S 11098 11085 9060 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002509587 889389056 50801 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 358.04
Current children cumulated vsize (KiB) 887500

[startup+367.902 s]
/proc/loadavg: 2.97 2.53 2.21 3/83 11137
/proc/meminfo: memFree=16304/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=360.98
/proc/11085/stat : 11085 (sugar) D 11083 11085 9060 0 -1 4194304 996 92538 0 2 4 1 34782 1311 16 0 1 0 2002509342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11085/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 360.98
Current children cumulated vsize (KiB) 13600

[startup+368.704 s]
/proc/loadavg: 2.97 2.53 2.21 3/73 11137
/proc/meminfo: memFree=1056512/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=361.65
/proc/11085/stat : 11085 (sugar) R 11083 11085 9060 0 -1 4194304 996 92538 0 2 4 68 34782 1311 22 0 1 0 2002509342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11085/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 361.65
Current children cumulated vsize (KiB) 13600

[startup+369.101 s]
/proc/loadavg: 2.97 2.53 2.21 3/73 11137
/proc/meminfo: memFree=1056512/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=361.9
/proc/11085/stat : 11085 (sugar) D 11083 11085 9060 0 -1 4194304 996 92538 0 2 4 93 34782 1311 18 0 1 0 2002509342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11085/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 361.9
Current children cumulated vsize (KiB) 13600

[startup+369.501 s]
/proc/loadavg: 2.97 2.53 2.21 2/73 11137
/proc/meminfo: memFree=1936064/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=361.91
/proc/11085/stat : 11085 (sugar) R 11083 11085 9060 0 -1 4194304 996 92538 0 2 4 94 34782 1311 18 0 1 0 2002509342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11085/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 361.91
Current children cumulated vsize (KiB) 13600

[startup+369.607 s]
/proc/loadavg: 2.97 2.53 2.21 2/73 11137
/proc/meminfo: memFree=1936064/2055920 swapFree=4180096/4192956
[pid=11085] ppid=11083 vsize=13600 CPUtime=361.92
/proc/11085/stat : 11085 (sugar) D 11083 11085 9060 0 -1 4194304 996 92538 0 2 4 95 34782 1311 18 0 1 0 2002509342 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259415315497 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/11085/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 361.92
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 369.699
CPU time (s): 361.929
CPU user time (s): 347.863
CPU system time (s): 14.0659
CPU usage (%): 97.8982
Max. virtual memory (cumulated for all children) (KiB): 900200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 347.863
system time used= 14.0659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93564
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= 35066
involuntary context switches= 42653

runsolver used 0.467928 second user time and 1.2878 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 07:22:49
IDJOB=1085750
IDBENCH=57693
IDSOLVER=345
FILE ID=node42/1085750-1215235368
PBS_JOBID= 7881841
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3783482c1cbff3c4a72df59d958779fb
RANDOM SEED=1532243852

node42.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.214
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.214
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:       1804304 kB
Buffers:         18764 kB
Cached:         139236 kB
SwapCached:       7172 kB
Active:          88332 kB
Inactive:       100028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1804304 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            5952 kB
Writeback:           0 kB
Mapped:          46124 kB
Slab:            48228 kB
Committed_AS:  3683376 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node42 at 2008-07-05 07:28:58