Trace number 1085603

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? 611.91 699.156

General information on the benchmark

Namecsp/fapp/fapp40/
normalized-fapp40-3000-3.xml
MD5SUM708f3be708ab42eb795a0796dd38adf2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.6422
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.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:09:46 2008
0.00/0.04	c 0	PID 12942
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1085603-1215234586.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085603-1215234586.xml' 'HOME/temp.csp'
3.07/3.11	c 3	14 domains, 3000 variables, 8 predicates, 0 relations, 53548 constraints
3.07/3.15	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.07/3.15	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.10/3.22	c 3	Parsing HOME/temp.csp
3.43/3.59	c 4	parsed 10000 expressions
3.83/3.93	c 4	parsed 20000 expressions
4.12/4.25	c 4	parsed 30000 expressions
4.42/4.52	c 5	parsed 40000 expressions
4.72/4.89	c 5	parsed 50000 expressions
4.91/5.06	c 5	parsed 56570 expressions
4.91/5.06	c 5	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
4.91/5.06	c 5	Converting to clausal form CSP
11.05/11.30	c 11	converted 5657 (10%) expressions
22.23/22.58	c 23	converted 11314 (20%) expressions
33.71/34.18	c 34	converted 16971 (30%) expressions
44.78/45.39	c 46	converted 22628 (40%) expressions
56.16/56.80	c 57	converted 28285 (50%) expressions
66.75/67.51	c 68	converted 33942 (60%) expressions
77.09/77.97	c 78	converted 39599 (70%) expressions
88.23/89.14	c 89	converted 45256 (80%) expressions
98.08/99.06	c 99	converted 50913 (90%) expressions
107.03/108.09	c 108	converted 56570 (100%) expressions
107.12/108.10	c 108	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
107.12/108.10	c 108	Heap : 198 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
107.12/108.10	c 108	Propagation in CSP
121.95/123.05	c 123	256600 values, 0 unsatisfiable literals, and 0 valid clauses are removed
121.95/123.05	c 123	CSP : 16130 integers, 155101 booleans, 354071 clauses, largest domain size 4543
121.95/123.05	c 123	Heap : 221 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.05/123.14	c 123	Simplifing CSP by introducing new Boolean variables
123.94/125.05	c 125	CSP : 16130 integers, 285881 booleans, 484851 clauses, largest domain size 4543
123.94/125.06	c 125	Heap : 261 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
125.33/126.45	c 127	Encoding CSP to SAT : HOME/temp.cnf
153.98/155.26	c 155	1613 (10%) CSP integer variables are encoded (1000363 clauses, 16788325 bytes)
180.04/181.49	c 182	3226 (20%) CSP integer variables are encoded (2878110 clauses, 52465518 bytes)
188.27/189.70	c 190	4839 (30%) CSP integer variables are encoded (9893499 clauses, 185757909 bytes)
196.89/198.40	c 199	6452 (40%) CSP integer variables are encoded (16808422 clauses, 330768019 bytes)
205.47/208.29	c 208	8065 (50%) CSP integer variables are encoded (23799465 clauses, 477579922 bytes)
214.17/217.67	c 218	9678 (60%) CSP integer variables are encoded (30801446 clauses, 624621523 bytes)
222.79/226.86	c 227	11291 (70%) CSP integer variables are encoded (37749131 clauses, 770522908 bytes)
231.54/235.62	c 236	12904 (80%) CSP integer variables are encoded (44766838 clauses, 917894755 bytes)
240.08/244.22	c 244	14517 (90%) CSP integer variables are encoded (51649717 clauses, 1062435214 bytes)
248.65/253.52	c 254	16130 (100%) CSP integer variables are encoded (58532088 clauses, 1206965005 bytes)
610.83/630.90	c 631	ERROR Exception Too large HOME/temp.cnf
610.84/632.14	c 631	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
610.84/632.14	c 631	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
610.84/632.14	c 631	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
610.84/632.14	s UNKNOWN
610.88/635.10	c 635	CPU 598.46 (0.03 0 598.43 12.43)
610.88/635.10	c 635	END Sat Jul  5 07:20:21 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-1085603-1215234586/watcher-1085603-1215234586 -o /tmp/evaluation-result-1085603-1215234586/solver-1085603-1215234586 -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-1085603-1215234586.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.24 2.06 2.02 4/81 12942
/proc/meminfo: memFree=1669944/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=12272 CPUtime=0
/proc/12942/stat : 12942 (sugar) R 12940 12942 12245 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 646389022 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 1 0 0
/proc/12942/statm: 3068 327 246 3 0 168 0

[startup+0.100228 s]
/proc/loadavg: 2.24 2.06 2.02 4/81 12942
/proc/meminfo: memFree=1669944/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201223 s]
/proc/loadavg: 2.24 2.06 2.02 4/81 12942
/proc/meminfo: memFree=1669944/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301234 s]
/proc/loadavg: 2.24 2.06 2.02 4/81 12942
/proc/meminfo: memFree=1669944/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701275 s]
/proc/loadavg: 2.24 2.06 2.02 4/81 12942
/proc/meminfo: memFree=1669944/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50236 s]
/proc/loadavg: 2.22 2.06 2.02 4/92 12954
/proc/meminfo: memFree=1634400/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
[pid=12945] ppid=12942 vsize=5356 CPUtime=0
/proc/12945/stat : 12945 (sh) S 12942 12942 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646389027 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12945/statm: 1339 233 193 169 0 50 0
[pid=12946] ppid=12945 vsize=864672 CPUtime=1.44
/proc/12946/stat : 12946 (java) S 12945 12942 12245 0 -1 0 16875 0 1 0 137 7 0 0 18 0 9 0 646389027 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12946/statm: 216168 14413 2529 9 0 210750 0
[pid=12946/tid=12947] ppid=12945 vsize=864672 CPUtime=0.88
/proc/12946/task/12947/stat : 12947 (java) R 12945 12942 12245 0 -1 64 3051 0 1 0 86 2 0 0 25 0 9 0 646389028 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4125924757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12948] ppid=12945 vsize=864672 CPUtime=0.44
/proc/12946/task/12948/stat : 12948 (java) S 12945 12942 12245 0 -1 64 12628 0 0 0 40 4 0 0 16 0 9 0 646389029 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12949] ppid=12945 vsize=864672 CPUtime=0
/proc/12946/task/12949/stat : 12949 (java) S 12945 12942 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646389029 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12950] ppid=12945 vsize=864672 CPUtime=0
/proc/12946/task/12950/stat : 12950 (java) S 12945 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 646389029 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12945 vsize=864672 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12945 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646389031 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12945 vsize=864672 CPUtime=0.09
/proc/12946/task/12952/stat : 12952 (java) S 12945 12942 12245 0 -1 64 496 0 0 0 9 0 0 0 16 0 9 0 646389031 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12953] ppid=12945 vsize=864672 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12945 12942 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646389031 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12954] ppid=12945 vsize=864672 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12945 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646389031 885424128 14413 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883628

[startup+3.10253 s]
/proc/loadavg: 2.22 2.06 2.02 4/92 12954
/proc/meminfo: memFree=1587488/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=0.03
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 646389022 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 796 370 3 0 500 0
[pid=12945] ppid=12942 vsize=5356 CPUtime=0
/proc/12945/stat : 12945 (sh) S 12942 12942 12245 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 646389027 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12945/statm: 1339 233 193 169 0 50 0
[pid=12946] ppid=12945 vsize=864696 CPUtime=3.04
/proc/12946/stat : 12946 (java) S 12945 12942 12245 0 -1 0 27546 0 1 0 291 13 0 0 18 0 9 0 646389027 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12946/statm: 216174 23138 2529 9 0 210756 0
[pid=12946/tid=12947] ppid=12945 vsize=864696 CPUtime=1.72
/proc/12946/task/12947/stat : 12947 (java) R 12945 12942 12245 0 -1 64 3838 0 1 0 169 3 0 0 25 0 9 0 646389028 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4126656679 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12948] ppid=12945 vsize=864696 CPUtime=1.15
/proc/12946/task/12948/stat : 12948 (java) S 12945 12942 12245 0 -1 64 22482 0 0 0 107 8 0 0 16 0 9 0 646389029 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12949] ppid=12945 vsize=864696 CPUtime=0
/proc/12946/task/12949/stat : 12949 (java) S 12945 12942 12245 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 646389029 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12950] ppid=12945 vsize=864696 CPUtime=0
/proc/12946/task/12950/stat : 12950 (java) S 12945 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389029 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12951] ppid=12945 vsize=864696 CPUtime=0
/proc/12946/task/12951/stat : 12951 (java) S 12945 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 646389031 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12952] ppid=12945 vsize=864696 CPUtime=0.13
/proc/12946/task/12952/stat : 12952 (java) S 12945 12942 12245 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 646389031 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12953] ppid=12945 vsize=864696 CPUtime=0
/proc/12946/task/12953/stat : 12953 (java) S 12945 12942 12245 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 646389031 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12946/tid=12954] ppid=12945 vsize=864696 CPUtime=0
/proc/12946/task/12954/stat : 12954 (java) S 12945 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 646389031 885448704 23138 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 883652

[startup+6.30287 s]
/proc/loadavg: 2.22 2.06 2.02 3/92 12964
/proc/meminfo: memFree=1628192/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=3.1
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 974 27970 0 1 3 0 292 15 15 0 1 0 646389022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12942/statm: 3400 797 370 3 0 500 0
[pid=12955] ppid=12942 vsize=5356 CPUtime=0
/proc/12955/stat : 12955 (sh) S 12942 12942 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646389337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12955/statm: 1339 233 193 169 0 50 0
[pid=12956] ppid=12955 vsize=868296 CPUtime=3.1
/proc/12956/stat : 12956 (java) S 12955 12942 12245 0 -1 0 13462 0 1 0 302 8 0 0 20 0 9 0 646389337 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12956/statm: 217074 11992 2544 9 0 211649 0
[pid=12956/tid=12957] ppid=12955 vsize=868296 CPUtime=2.2
/proc/12956/task/12957/stat : 12957 (java) R 12955 12942 12245 0 -1 64 3086 0 1 0 218 2 0 0 25 0 9 0 646389338 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4126642736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12958] ppid=12955 vsize=868296 CPUtime=0.68
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 8206 0 0 0 64 4 0 0 16 0 9 0 646389339 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 646389340 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12961] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12961/stat : 12961 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12962] ppid=12955 vsize=868296 CPUtime=0.19
/proc/12956/task/12962/stat : 12962 (java) S 12955 12942 12245 0 -1 64 1474 0 0 0 19 0 0 0 15 0 9 0 646389341 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12963] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12963/stat : 12963 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12964] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12964/stat : 12964 (java) S 12955 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 646389341 889135104 11992 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887252

[startup+12.7015 s]
/proc/loadavg: 2.27 2.07 2.02 3/92 12964
/proc/meminfo: memFree=1617632/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=3.1
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 974 27970 0 1 3 0 292 15 16 0 1 0 646389022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12942/statm: 3400 797 370 3 0 500 0
[pid=12955] ppid=12942 vsize=5356 CPUtime=0
/proc/12955/stat : 12955 (sh) S 12942 12942 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646389337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12955/statm: 1339 233 193 169 0 50 0
[pid=12956] ppid=12955 vsize=868296 CPUtime=9.44
/proc/12956/stat : 12956 (java) S 12955 12942 12245 0 -1 0 19872 0 1 0 931 13 0 0 20 0 9 0 646389337 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12956/statm: 217074 14573 2541 9 0 211649 0
[pid=12956/tid=12957] ppid=12955 vsize=868296 CPUtime=7.9
/proc/12956/task/12957/stat : 12957 (java) R 12955 12942 12245 0 -1 64 3623 0 1 0 787 3 0 0 25 0 9 0 646389338 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4126572846 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12958] ppid=12955 vsize=868296 CPUtime=1.31
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 14071 0 0 0 123 8 0 0 16 0 9 0 646389339 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646389340 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12961] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12961/stat : 12961 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12962] ppid=12955 vsize=868296 CPUtime=0.2
/proc/12956/task/12962/stat : 12962 (java) S 12955 12942 12245 0 -1 64 1482 0 0 0 20 0 0 0 17 0 9 0 646389341 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12963] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12963/stat : 12963 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12964] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12964/stat : 12964 (java) S 12955 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 646389341 889135104 14573 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 887252

[startup+25.5029 s]
/proc/loadavg: 2.22 2.07 2.02 3/92 12964
/proc/meminfo: memFree=1593696/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=3.1
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 974 27970 0 1 3 0 292 15 16 0 1 0 646389022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12942/statm: 3400 797 370 3 0 500 0
[pid=12955] ppid=12942 vsize=5356 CPUtime=0
/proc/12955/stat : 12955 (sh) S 12942 12942 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646389337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12955/statm: 1339 233 193 169 0 50 0
[pid=12956] ppid=12955 vsize=868296 CPUtime=22.11
/proc/12956/stat : 12956 (java) S 12955 12942 12245 0 -1 0 30378 0 1 0 2189 22 0 0 20 0 9 0 646389337 889135104 20516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12956/statm: 217074 20516 2541 9 0 211649 0
[pid=12956/tid=12957] ppid=12955 vsize=868296 CPUtime=19.37
/proc/12956/task/12957/stat : 12957 (java) R 12955 12942 12245 0 -1 64 4421 0 1 0 1933 4 0 0 25 0 9 0 646389338 889135104 20516 996147200 134512640 134550740 4294955952 18446744073709551615 4126640778 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12958] ppid=12955 vsize=868296 CPUtime=2.5
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 23770 0 0 0 234 16 0 0 16 0 9 0 646389339 889135104 20516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889135104 20516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868296 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646389340 889135104 20516 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=12956/tid=12958] ppid=12955 vsize=868408 CPUtime=13.44
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 84743 0 0 0 1286 58 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646389340 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12961] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12961/stat : 12961 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12962] ppid=12955 vsize=868408 CPUtime=0.3
/proc/12956/task/12962/stat : 12962 (java) S 12955 12942 12245 0 -1 64 1540 0 0 0 30 0 0 0 16 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12956/tid=12963] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12963/stat : 12963 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12964] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12964/stat : 12964 (java) S 12955 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.28
Current children cumulated vsize (KiB) 887364

[startup+522.302 s]
/proc/loadavg: 6.89 5.20 3.43 3/95 13016
/proc/meminfo: memFree=15376/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=3.1
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 974 27970 0 1 3 0 292 15 16 0 1 0 646389022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 797 370 3 0 500 0
[pid=12955] ppid=12942 vsize=5356 CPUtime=0
/proc/12955/stat : 12955 (sh) S 12942 12942 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646389337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12955/statm: 1339 233 193 169 0 50 0
[pid=12956] ppid=12955 vsize=868408 CPUtime=504.25
/proc/12956/stat : 12956 (java) S 12955 12942 12245 0 -1 0 97314 0 1 0 49364 1061 0 0 20 0 9 0 646389337 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12956/statm: 217102 72754 2566 9 0 211649 0
[pid=12956/tid=12957] ppid=12955 vsize=868408 CPUtime=490.34
/proc/12956/task/12957/stat : 12957 (java) R 12955 12942 12245 0 -1 64 10335 0 1 0 48034 1000 0 0 25 0 9 0 646389338 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4127029288 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12958] ppid=12955 vsize=868408 CPUtime=13.57
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 84743 0 0 0 1298 59 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646389340 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12961] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12961/stat : 12961 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12962] ppid=12955 vsize=868408 CPUtime=0.3
/proc/12956/task/12962/stat : 12962 (java) S 12955 12942 12245 0 -1 64 1540 0 0 0 30 0 0 0 16 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12956/tid=12963] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12963/stat : 12963 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12964] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12964/stat : 12964 (java) S 12955 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 507.35
Current children cumulated vsize (KiB) 887364

[startup+582.303 s]
/proc/loadavg: 7.10 5.57 3.67 3/94 13026
/proc/meminfo: memFree=15256/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=3.1
/proc/12942/stat : 12942 (sugar) S 12940 12942 12245 0 -1 4194304 974 27970 0 1 3 0 292 15 16 0 1 0 646389022 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12942/statm: 3400 797 370 3 0 500 0
[pid=12955] ppid=12942 vsize=5356 CPUtime=0
/proc/12955/stat : 12955 (sh) S 12942 12942 12245 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 646389337 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12955/statm: 1339 233 193 169 0 50 0
[pid=12956] ppid=12955 vsize=868408 CPUtime=560.63
/proc/12956/stat : 12956 (java) S 12955 12942 12245 0 -1 0 97453 0 1 0 54914 1149 0 0 20 0 9 0 646389337 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12956/statm: 217102 72754 2566 9 0 211649 0
[pid=12956/tid=12957] ppid=12955 vsize=868408 CPUtime=546.59
/proc/12956/task/12957/stat : 12957 (java) R 12955 12942 12245 0 -1 64 10474 0 1 0 53572 1087 0 0 25 0 9 0 646389338 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4127029271 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12956/tid=12958] ppid=12955 vsize=868408 CPUtime=13.71
/proc/12956/task/12958/stat : 12958 (java) S 12955 12942 12245 0 -1 64 84743 0 0 0 1311 60 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12956/tid=12959] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12959/stat : 12959 (java) S 12955 12942 12245 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 646389339 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12960] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12960/stat : 12960 (java) S 12955 12942 12245 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 646389340 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12961] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12961/stat : 12961 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12962] ppid=12955 vsize=868408 CPUtime=0.3
/proc/12956/task/12962/stat : 12962 (java) S 12955 12942 12245 0 -1 64 1540 0 0 0 30 0 0 0 16 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12956/tid=12963] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12963/stat : 12963 (java) S 12955 12942 12245 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12956/tid=12964] ppid=12955 vsize=868408 CPUtime=0
/proc/12956/task/12964/stat : 12964 (java) S 12955 12942 12245 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 646389341 889249792 72754 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 563.73
Current children cumulated vsize (KiB) 887364

[startup+642.302 s]
/proc/loadavg: 6.94 5.81 3.87 2/84 13040
/proc/meminfo: memFree=297128/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=610.89
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 0 59843 1243 17 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 610.89
Current children cumulated vsize (KiB) 13600

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

[startup+665.606 s]
/proc/loadavg: 5.97 5.66 3.86 2/82 13040
/proc/meminfo: memFree=1734264/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.65
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 76 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.65
Current children cumulated vsize (KiB) 13600

[startup+678.402 s]
/proc/loadavg: 5.54 5.58 3.86 2/82 13040
/proc/meminfo: memFree=1787960/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.7
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 81 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.7
Current children cumulated vsize (KiB) 13600

[startup+691.202 s]
/proc/loadavg: 5.30 5.52 3.86 2/82 13040
/proc/meminfo: memFree=1851512/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.74
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 85 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.74
Current children cumulated vsize (KiB) 13600

[startup+694.401 s]
/proc/loadavg: 5.11 5.48 3.86 2/82 13040
/proc/meminfo: memFree=1869176/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.75
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 86 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.75
Current children cumulated vsize (KiB) 13600

[startup+697.602 s]
/proc/loadavg: 4.95 5.44 3.85 2/82 13040
/proc/meminfo: memFree=1884152/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.76
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 87 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.76
Current children cumulated vsize (KiB) 13600

[startup+698.402 s]
/proc/loadavg: 4.95 5.44 3.85 2/82 13040
/proc/meminfo: memFree=1884152/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.76
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 87 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.76
Current children cumulated vsize (KiB) 13600

[startup+698.802 s]
/proc/loadavg: 4.95 5.44 3.85 2/82 13040
/proc/meminfo: memFree=1887544/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.83
/proc/12942/stat : 12942 (sugar) R 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 94 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 0 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.83
Current children cumulated vsize (KiB) 13600

[startup+699.002 s]
/proc/loadavg: 4.95 5.44 3.85 2/82 13040
/proc/meminfo: memFree=1887544/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.88
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 99 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.88
Current children cumulated vsize (KiB) 13600

[startup+699.102 s]
/proc/loadavg: 4.95 5.44 3.85 2/82 13040
/proc/meminfo: memFree=1887544/2055920 swapFree=4180580/4192956
[pid=12942] ppid=12940 vsize=13600 CPUtime=611.88
/proc/12942/stat : 12942 (sugar) D 12940 12942 12245 0 -1 4194304 996 125835 0 2 3 99 59843 1243 18 0 1 0 646389022 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234046067753 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12942/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 611.88
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 699.156
CPU time (s): 611.91
CPU user time (s): 598.476
CPU system time (s): 13.434
CPU usage (%): 87.5213
Max. virtual memory (cumulated for all children) (KiB): 897500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 598.476
system time used= 13.434
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126861
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= 41742
involuntary context switches= 51679

runsolver used 0.886865 second user time and 2.31865 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-05 07:09:46
IDJOB=1085603
IDBENCH=57670
IDSOLVER=345
FILE ID=node79/1085603-1215234586
PBS_JOBID= 7881917
Free space on /tmp= 66488 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 708f3be708ab42eb795a0796dd38adf2
RANDOM SEED=2093509337

node79.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.218
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.218
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:       1670360 kB
Buffers:         48356 kB
Cached:         205476 kB
SwapCached:       6948 kB
Active:         236764 kB
Inactive:        99552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670360 kB
SwapTotal:     4192956 kB
SwapFree:      4180580 kB
Dirty:            8820 kB
Writeback:           0 kB
Mapped:          98408 kB
Slab:            34352 kB
Committed_AS:  1894844 kB
PageTables:       1924 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 node79 at 2008-07-05 07:21:25