Trace number 1085982

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+minisat? 422.452 428.869

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-9.xml
MD5SUMa935103af39bd284c54c6d98a149f42a
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 benchmark203.296
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:43:35 2008
0.00/0.04	c 0	PID 7486
0.00/0.05	c 0	HOST node4.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085982-1215236615.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085982-1215236615.xml' 'HOME/temp.csp'
1.77/1.82	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.77/1.84	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.77/1.84	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'
1.81/1.92	c 2	Parsing HOME/temp.csp
2.25/2.32	c 3	parsed 10000 expressions
2.54/2.66	c 3	parsed 20000 expressions
2.74/2.85	c 3	parsed 26930 expressions
2.74/2.85	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.74/2.85	c 3	Converting to clausal form CSP
4.43/4.55	c 5	converted 2693 (10%) expressions
7.22/7.37	c 8	converted 5386 (20%) expressions
10.00/10.15	c 11	converted 8079 (30%) expressions
12.48/12.63	c 13	converted 10772 (40%) expressions
14.77/14.99	c 15	converted 13465 (50%) expressions
17.55/17.73	c 18	converted 16158 (60%) expressions
19.74/19.96	c 20	converted 18851 (70%) expressions
21.92/22.19	c 23	converted 21544 (80%) expressions
24.02/24.27	c 25	converted 24237 (90%) expressions
26.71/26.96	c 27	converted 26930 (100%) expressions
26.71/26.96	c 27	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
26.71/26.96	c 27	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.71/26.96	c 27	Propagation in CSP
28.59/28.86	c 29	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
28.59/28.86	c 29	CSP : 4456 integers, 74207 booleans, 159510 clauses, largest domain size 2737
28.59/28.86	c 29	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
28.69/28.90	c 29	Simplifing CSP by introducing new Boolean variables
28.99/29.21	c 30	CSP : 4456 integers, 130009 booleans, 215312 clauses, largest domain size 2737
28.99/29.21	c 30	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.69/29.95	c 30	Encoding CSP to SAT : HOME/temp.cnf
32.57/32.83	c 33	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
35.36/35.68	c 36	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
38.14/38.50	c 39	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
40.12/40.41	c 41	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
41.52/41.86	c 42	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
42.91/43.28	c 44	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
44.31/44.70	c 45	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
45.77/46.15	c 47	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
47.25/47.61	c 48	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
48.64/49.04	c 49	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
138.68/139.94	c 140	21532 (10%) CSP clauses are encoded (23521312 clauses, 522547815 bytes)
196.14/198.04	c 198	43063 (20%) CSP clauses are encoded (35476858 clauses, 823785272 bytes)
252.59/255.20	c 256	64594 (30%) CSP clauses are encoded (47329594 clauses, 1123906023 bytes)
303.77/306.99	c 307	86125 (40%) CSP clauses are encoded (58529239 clauses, 1410143722 bytes)
350.77/354.78	c 355	107656 (50%) CSP clauses are encoded (69106990 clauses, 1683140192 bytes)
393.54/398.37	c 399	129188 (60%) CSP clauses are encoded (79413156 clauses, 1952635274 bytes)
421.43/426.82	c 427	ERROR Exception Too large HOME/temp.cnf
421.43/426.82	c 427	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
421.43/426.82	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
421.43/426.82	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
421.43/426.82	s UNKNOWN
421.44/427.08	c 427	CPU 408.31 (0.03 0.01 408.28 13.16)
421.44/427.08	c 427	END Sat Jul  5 07:50:42 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085982-1215236615/watcher-1085982-1215236615 -o /tmp/evaluation-result-1085982-1215236615/solver-1085982-1215236615 -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/minisat -tmp=HOME/temp HOME/instance-1085982-1215236615.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.88 2.05 2.03 4/72 7486
/proc/meminfo: memFree=1663264/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=18572 CPUtime=0
/proc/7486/stat : 7486 (runsolver) R 7484 7486 2716 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 2002636912 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/7486/statm: 4643 292 257 25 0 2626 0

[startup+0.0586679 s]
/proc/loadavg: 1.88 2.05 2.03 4/72 7486
/proc/meminfo: memFree=1663264/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=0.04
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002636912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101674 s]
/proc/loadavg: 1.88 2.05 2.03 4/72 7486
/proc/meminfo: memFree=1663264/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=0.04
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002636912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301687 s]
/proc/loadavg: 1.88 2.05 2.03 4/72 7486
/proc/meminfo: memFree=1663264/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=0.04
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002636912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701731 s]
/proc/loadavg: 1.88 2.05 2.03 4/72 7486
/proc/meminfo: memFree=1663264/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=0.04
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002636912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 1.88 2.05 2.03 4/83 7498
/proc/meminfo: memFree=1635464/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=0.04
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002636912 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 796 370 3 0 500 0
[pid=7489] ppid=7486 vsize=5356 CPUtime=0
/proc/7489/stat : 7489 (sh) S 7486 7486 2716 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002636917 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7489/statm: 1339 233 193 169 0 50 0
[pid=7490] ppid=7489 vsize=864688 CPUtime=1.43
/proc/7490/stat : 7490 (java) S 7489 7486 2716 0 -1 0 14490 0 1 0 135 8 0 0 18 0 9 0 2002636918 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7490/statm: 216172 12530 2529 9 0 210754 0
[pid=7490/tid=7491] ppid=7489 vsize=864688 CPUtime=0.81
/proc/7490/task/7491/stat : 7491 (java) R 7489 7486 2716 0 -1 64 3024 0 1 0 79 2 0 0 24 0 9 0 2002636919 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7492] ppid=7489 vsize=864688 CPUtime=0.46
/proc/7490/task/7492/stat : 7492 (java) S 7489 7486 2716 0 -1 64 10254 0 0 0 42 4 0 0 16 0 9 0 2002636920 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7493] ppid=7489 vsize=864688 CPUtime=0
/proc/7490/task/7493/stat : 7493 (java) S 7489 7486 2716 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002636920 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7494] ppid=7489 vsize=864688 CPUtime=0
/proc/7490/task/7494/stat : 7494 (java) S 7489 7486 2716 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 2002636920 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7495] ppid=7489 vsize=864688 CPUtime=0
/proc/7490/task/7495/stat : 7495 (java) S 7489 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002636922 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7496] ppid=7489 vsize=864688 CPUtime=0.13
/proc/7490/task/7496/stat : 7496 (java) R 7489 7486 2716 0 -1 64 511 0 0 0 13 0 0 0 16 0 9 0 2002636922 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 102022437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7497] ppid=7489 vsize=864688 CPUtime=0
/proc/7490/task/7497/stat : 7497 (java) S 7489 7486 2716 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002636922 885440512 12530 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7490/tid=7498] ppid=7489 vsize=864688 CPUtime=0
/proc/7490/task/7498/stat : 7498 (java) S 7489 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002636922 885440512 12530 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) 883644

[startup+3.10296 s]
/proc/loadavg: 1.88 2.05 2.03 3/83 7508
/proc/meminfo: memFree=1654024/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 15 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=864388 CPUtime=1.23
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 8241 0 1 0 117 6 0 0 18 0 9 0 2002637098 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 216097 7199 2541 9 0 210672 0
[pid=7500/tid=7501] ppid=7499 vsize=864388 CPUtime=0.77
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 2731 0 1 0 75 2 0 0 25 0 9 0 2002637098 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4125972247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=864388 CPUtime=0.33
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 4454 0 0 0 31 2 0 0 16 0 9 0 2002637100 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=864388 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=864388 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=864388 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=864388 CPUtime=0.1
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 2002637102 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=864388 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=864388 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 885133312 7199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883344

[startup+6.30227 s]
/proc/loadavg: 1.89 2.05 2.03 3/83 7508
/proc/meminfo: memFree=1629832/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868396 CPUtime=4.41
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 12023 0 1 0 430 11 0 0 18 0 9 0 2002637098 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217099 10650 2541 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868396 CPUtime=3.45
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 3162 0 1 0 342 3 0 0 25 0 9 0 2002637098 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4126584078 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868396 CPUtime=0.72
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 6737 0 0 0 67 5 0 0 16 0 9 0 2002637100 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868396 CPUtime=0.21
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1428 0 0 0 20 1 0 0 15 0 9 0 2002637102 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889237504 10650 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887352

[startup+12.7029 s]
/proc/loadavg: 1.90 2.05 2.03 3/83 7508
/proc/meminfo: memFree=1605576/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868396 CPUtime=10.77
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 19264 0 1 0 1060 17 0 0 18 0 9 0 2002637098 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217099 16667 2541 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868396 CPUtime=8.97
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 3648 0 1 0 893 4 0 0 25 0 9 0 2002637098 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4126570838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868396 CPUtime=1.55
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 13484 0 0 0 144 11 0 0 16 0 9 0 2002637100 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868396 CPUtime=0.22
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1436 0 0 0 21 1 0 0 16 0 9 0 2002637102 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889237504 16667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 887352

[startup+25.5021 s]
/proc/loadavg: 1.92 2.04 2.03 3/83 7508
/proc/meminfo: memFree=1555336/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868396 CPUtime=23.5
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 33300 0 1 0 2324 26 0 0 18 0 9 0 2002637098 889237504 28819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217099 28819 2541 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868396 CPUtime=20.2
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 4313 0 1 0 2015 5 0 0 25 0 9 0 2002637098 889237504 28819 996147200 134512640 134550740 4294955952 18446744073709551615 4126626009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868396 CPUtime=3.04
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 26853 0 0 0 285 19 0 0 16 0 9 0 2002637100 889237504 28819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889237504 28819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868396 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889237504 28819 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.301 s]
/proc/loadavg: 2.28 2.14 2.06 3/83 7508
/proc/meminfo: memFree=15752/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868508 CPUtime=395.65
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 47801 0 1 0 38359 1206 0 0 18 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217127 36892 2566 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868508 CPUtime=387.7
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 9344 0 1 0 37617 1153 0 0 25 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4127066640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868508 CPUtime=7.6
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 36277 0 0 0 710 50 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868508 CPUtime=0.32
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1484 0 0 0 31 1 0 0 16 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 397.46
Current children cumulated vsize (KiB) 887464

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

[startup+409.503 s]
/proc/loadavg: 2.26 2.13 2.06 3/83 7508
/proc/meminfo: memFree=16200/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868508 CPUtime=402.74
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 47902 0 1 0 39039 1235 0 0 18 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217127 36892 2566 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868508 CPUtime=394.71
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 9445 0 1 0 38290 1181 0 0 25 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4127066647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868508 CPUtime=7.67
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 36277 0 0 0 716 51 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868508 CPUtime=0.32
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1484 0 0 0 31 1 0 0 16 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 404.55
Current children cumulated vsize (KiB) 887464

[startup+422.303 s]
/proc/loadavg: 2.20 2.13 2.06 3/83 7508
/proc/meminfo: memFree=15176/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868508 CPUtime=415.19
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 48081 0 1 0 40235 1284 0 0 18 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217127 36892 2566 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868508 CPUtime=407.06
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 9624 0 1 0 39477 1229 0 0 25 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4127069072 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868508 CPUtime=7.79
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 36277 0 0 0 726 53 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868508 CPUtime=0.32
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1484 0 0 0 31 1 0 0 16 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 417
Current children cumulated vsize (KiB) 887464

[startup+425.502 s]
/proc/loadavg: 2.20 2.13 2.06 3/83 7508
/proc/meminfo: memFree=15112/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=1.81
/proc/7486/stat : 7486 (sugar) S 7484 7486 2716 0 -1 4194304 974 15439 0 1 3 1 168 9 16 0 1 0 2002636912 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7486/statm: 3400 797 370 3 0 500 0
[pid=7499] ppid=7486 vsize=5356 CPUtime=0
/proc/7499/stat : 7499 (sh) S 7486 7486 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002637097 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7499/statm: 1339 233 193 169 0 50 0
[pid=7500] ppid=7499 vsize=868508 CPUtime=418.35
/proc/7500/stat : 7500 (java) S 7499 7486 2716 0 -1 0 48132 0 1 0 40537 1298 0 0 18 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7500/statm: 217127 36892 2566 9 0 211674 0
[pid=7500/tid=7501] ppid=7499 vsize=868508 CPUtime=410.18
/proc/7500/task/7501/stat : 7501 (java) R 7499 7486 2716 0 -1 64 9675 0 1 0 39776 1242 0 0 25 0 9 0 2002637098 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4127068976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7502] ppid=7499 vsize=868508 CPUtime=7.82
/proc/7500/task/7502/stat : 7502 (java) S 7499 7486 2716 0 -1 64 36277 0 0 0 729 53 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7503] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7503/stat : 7503 (java) S 7499 7486 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7504] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7504/stat : 7504 (java) S 7499 7486 2716 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002637100 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7505] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7505/stat : 7505 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7506] ppid=7499 vsize=868508 CPUtime=0.32
/proc/7500/task/7506/stat : 7506 (java) S 7499 7486 2716 0 -1 64 1484 0 0 0 31 1 0 0 16 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7507] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7507/stat : 7507 (java) S 7499 7486 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7500/tid=7508] ppid=7499 vsize=868508 CPUtime=0
/proc/7500/task/7508/stat : 7508 (java) S 7499 7486 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002637102 889352192 36892 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 420.16
Current children cumulated vsize (KiB) 887464

[startup+427.102 s]
/proc/loadavg: 2.18 2.12 2.06 3/83 7508
/proc/meminfo: memFree=16200/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=421.48
/proc/7486/stat : 7486 (sugar) D 7484 7486 2716 0 -1 4194304 996 63886 0 2 3 1 40828 1316 16 0 1 0 2002636912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7486/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 421.48
Current children cumulated vsize (KiB) 13600

[startup+427.906 s]
/proc/loadavg: 2.18 2.12 2.06 3/73 7508
/proc/meminfo: memFree=1452760/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=422.17
/proc/7486/stat : 7486 (sugar) R 7484 7486 2716 0 -1 4194304 996 63886 0 2 3 70 40828 1316 22 0 1 0 2002636912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7486/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.17
Current children cumulated vsize (KiB) 13600

[startup+428.302 s]
/proc/loadavg: 2.18 2.12 2.06 3/73 7508
/proc/meminfo: memFree=1452760/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=422.41
/proc/7486/stat : 7486 (sugar) D 7484 7486 2716 0 -1 4194304 996 63886 0 2 3 94 40828 1316 18 0 1 0 2002636912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7486/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.41
Current children cumulated vsize (KiB) 13600

[startup+428.702 s]
/proc/loadavg: 2.18 2.12 2.06 3/73 7508
/proc/meminfo: memFree=1452760/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=422.43
/proc/7486/stat : 7486 (sugar) D 7484 7486 2716 0 -1 4194304 996 63886 0 2 3 96 40828 1316 18 0 1 0 2002636912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7486/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.43
Current children cumulated vsize (KiB) 13600

[startup+428.802 s]
/proc/loadavg: 2.18 2.12 2.06 3/73 7508
/proc/meminfo: memFree=1452760/2055920 swapFree=4180028/4192956
[pid=7486] ppid=7484 vsize=13600 CPUtime=422.43
/proc/7486/stat : 7486 (sugar) D 7484 7486 2716 0 -1 4194304 996 63886 0 2 3 96 40828 1316 18 0 1 0 2002636912 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/7486/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 422.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 428.869
CPU time (s): 422.452
CPU user time (s): 408.319
CPU system time (s): 14.1329
CPU usage (%): 98.5037
Max. virtual memory (cumulated for all children) (KiB): 892480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 408.319
system time used= 14.1329
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64912
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= 49734
involuntary context switches= 55636

runsolver used 0.471928 second user time and 1.54776 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 07:43:35
IDJOB=1085982
IDBENCH=57738
IDSOLVER=346
FILE ID=node4/1085982-1215236615
PBS_JOBID= 7881779
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1085982-1215236615/watcher-1085982-1215236615 -o /tmp/evaluation-result-1085982-1215236615/solver-1085982-1215236615 -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/minisat" -tmp="HOME/temp" HOME/instance-1085982-1215236615.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a935103af39bd284c54c6d98a149f42a
RANDOM SEED=1741124630

node4.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.213
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.213
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:       1663744 kB
Buffers:         64024 kB
Cached:         214292 kB
SwapCached:       7012 kB
Active:         208920 kB
Inactive:       123016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663744 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            5068 kB
Writeback:           0 kB
Mapped:          61212 kB
Slab:            45356 kB
Committed_AS:  3386492 kB
PageTables:       1992 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= 66500 MiB
End job on node4 at 2008-07-05 07:50:44