Trace number 1086528

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? 658.63 669.023

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-3.xml
MD5SUM79acd02b46aad922dd93860f8851683c
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 benchmark66.2059
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
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 08:36:24 2008
0.00/0.04	c 0	PID 10456
0.00/0.04	c 0	HOST node75.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086528-1215239783.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-1086528-1215239783.xml' 'HOME/temp.csp'
3.05/3.16	c 3	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.05/3.18	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.05/3.18	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.13/3.27	c 3	Parsing HOME/temp.csp
3.51/3.65	c 4	parsed 10000 expressions
3.81/3.97	c 4	parsed 20000 expressions
4.12/4.28	c 4	parsed 30000 expressions
4.40/4.53	c 5	parsed 40000 expressions
4.80/4.90	c 5	parsed 50000 expressions
4.99/5.15	c 5	parsed 60000 expressions
5.09/5.26	c 5	parsed 64658 expressions
5.09/5.26	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.09/5.26	c 5	Converting to clausal form CSP
13.51/13.76	c 14	converted 6466 (10%) expressions
26.20/26.59	c 27	converted 12932 (20%) expressions
38.38/38.87	c 39	converted 19398 (30%) expressions
50.68/51.24	c 51	converted 25864 (40%) expressions
62.27/62.97	c 63	converted 32329 (50%) expressions
73.77/74.54	c 75	converted 38795 (60%) expressions
85.66/86.57	c 87	converted 45261 (70%) expressions
96.39/97.35	c 97	converted 51727 (80%) expressions
106.45/107.48	c 107	converted 58193 (90%) expressions
116.21/117.24	c 117	converted 64658 (100%) expressions
116.21/117.25	c 117	CSP : 14853 integers, 182734 booleans, 406101 clauses, largest domain size 4043
116.21/117.25	c 117	Heap : 223 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
116.21/117.25	c 117	Propagation in CSP
128.65/129.74	c 130	73080 values, 0 unsatisfiable literals, and 0 valid clauses are removed
128.65/129.75	c 130	CSP : 14853 integers, 182734 booleans, 406101 clauses, largest domain size 4043
128.65/129.75	c 130	Heap : 253 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
128.75/129.84	c 130	Simplifing CSP by introducing new Boolean variables
131.14/132.27	c 132	CSP : 14853 integers, 327536 booleans, 550903 clauses, largest domain size 4043
131.14/132.27	c 132	Heap : 292 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
132.73/133.81	c 134	Encoding CSP to SAT : HOME/temp.cnf
157.03/158.22	c 158	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
175.32/176.63	c 177	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
181.78/183.30	c 183	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
188.76/190.44	c 190	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
195.72/197.68	c 198	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
202.59/204.79	c 205	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
209.62/212.04	c 212	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
216.49/219.29	c 219	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
223.50/226.47	c 226	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
230.45/233.60	c 234	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
657.95/665.75	c 666	ERROR Exception Too large HOME/temp.cnf
657.95/665.77	c 666	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
657.95/665.77	c 666	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
657.95/665.77	c 666	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
657.95/665.77	s UNKNOWN
658.06/665.99	c 666	CPU 645.12 (0.03 0.01 645.09 12.95)
658.06/665.99	c 666	END Sat Jul  5 08:47:30 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-1086528-1215239783/watcher-1086528-1215239783 -o /tmp/evaluation-result-1086528-1215239783/solver-1086528-1215239783 -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-1086528-1215239783.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.95 2.13 2.40 4/73 10456
/proc/meminfo: memFree=1572968/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=12272 CPUtime=0
/proc/10456/stat : 10456 (sugar) R 10454 10456 9656 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 2002928171 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 231882848869 0 0 4224 0 0 0 0 17 1 0 0
/proc/10456/statm: 3068 327 246 3 0 168 0

[startup+0.0778269 s]
/proc/loadavg: 1.95 2.13 2.40 4/73 10456
/proc/meminfo: memFree=1572968/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101871 s]
/proc/loadavg: 1.95 2.13 2.40 4/73 10456
/proc/meminfo: memFree=1572968/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301853 s]
/proc/loadavg: 1.95 2.13 2.40 4/73 10456
/proc/meminfo: memFree=1572968/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701901 s]
/proc/loadavg: 1.95 2.13 2.40 4/73 10456
/proc/meminfo: memFree=1572968/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.503 s]
/proc/loadavg: 1.95 2.13 2.40 3/84 10468
/proc/meminfo: memFree=1536336/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
[pid=10459] ppid=10456 vsize=5356 CPUtime=0
/proc/10459/stat : 10459 (sh) S 10456 10456 9656 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 2002928175 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10459/statm: 1339 233 193 169 0 50 0
[pid=10460] ppid=10459 vsize=864660 CPUtime=1.42
/proc/10460/stat : 10460 (java) S 10459 10456 9656 0 -1 0 19496 0 1 0 133 9 0 0 20 0 9 0 2002928175 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10460/statm: 216165 16573 2529 9 0 210747 0
[pid=10460/tid=10461] ppid=10459 vsize=864660 CPUtime=0.7
/proc/10460/task/10461/stat : 10461 (java) R 10459 10456 9656 0 -1 64 3360 0 1 0 68 2 0 0 25 0 9 0 2002928177 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10462] ppid=10459 vsize=864660 CPUtime=0.62
/proc/10460/task/10462/stat : 10462 (java) S 10459 10456 9656 0 -1 64 14950 0 0 0 56 6 0 0 16 0 9 0 2002928178 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10463] ppid=10459 vsize=864660 CPUtime=0
/proc/10460/task/10463/stat : 10463 (java) S 10459 10456 9656 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002928178 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10464] ppid=10459 vsize=864660 CPUtime=0
/proc/10460/task/10464/stat : 10464 (java) S 10459 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002928178 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10465] ppid=10459 vsize=864660 CPUtime=0
/proc/10460/task/10465/stat : 10465 (java) S 10459 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928180 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10466] ppid=10459 vsize=864660 CPUtime=0.08
/proc/10460/task/10466/stat : 10466 (java) R 10459 10456 9656 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 2002928180 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 102015754 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10467] ppid=10459 vsize=864660 CPUtime=0
/proc/10460/task/10467/stat : 10467 (java) S 10459 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928180 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10468] ppid=10459 vsize=864660 CPUtime=0
/proc/10460/task/10468/stat : 10468 (java) S 10459 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928180 885411840 16573 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883616

[startup+3.10219 s]
/proc/loadavg: 1.95 2.13 2.40 4/84 10468
/proc/meminfo: memFree=1488272/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=0.03
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 2002928171 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 796 370 3 0 500 0
[pid=10459] ppid=10456 vsize=5356 CPUtime=0
/proc/10459/stat : 10459 (sh) S 10456 10456 9656 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 2002928175 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10459/statm: 1339 233 193 169 0 50 0
[pid=10460] ppid=10459 vsize=864680 CPUtime=3.02
/proc/10460/stat : 10460 (java) S 10459 10456 9656 0 -1 0 30121 0 1 0 287 15 0 0 20 0 9 0 2002928175 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10460/statm: 216170 26222 2529 9 0 210752 0
[pid=10460/tid=10461] ppid=10459 vsize=864680 CPUtime=1.63
/proc/10460/task/10461/stat : 10461 (java) R 10459 10456 9656 0 -1 64 3875 0 1 0 160 3 0 0 25 0 9 0 2002928177 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4126677905 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10462] ppid=10459 vsize=864680 CPUtime=1.23
/proc/10460/task/10462/stat : 10462 (java) S 10459 10456 9656 0 -1 64 25024 0 0 0 113 10 0 0 16 0 9 0 2002928178 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10463] ppid=10459 vsize=864680 CPUtime=0
/proc/10460/task/10463/stat : 10463 (java) S 10459 10456 9656 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002928178 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10464] ppid=10459 vsize=864680 CPUtime=0
/proc/10460/task/10464/stat : 10464 (java) S 10459 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928178 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10465] ppid=10459 vsize=864680 CPUtime=0
/proc/10460/task/10465/stat : 10465 (java) S 10459 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928180 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10466] ppid=10459 vsize=864680 CPUtime=0.13
/proc/10460/task/10466/stat : 10466 (java) S 10459 10456 9656 0 -1 64 523 0 0 0 13 0 0 0 16 0 9 0 2002928180 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10467] ppid=10459 vsize=864680 CPUtime=0
/proc/10460/task/10467/stat : 10467 (java) S 10459 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928180 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10460/tid=10468] ppid=10459 vsize=864680 CPUtime=0
/proc/10460/task/10468/stat : 10468 (java) S 10459 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928180 885432320 26222 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 883636

[startup+6.30156 s]
/proc/loadavg: 1.95 2.13 2.39 3/84 10478
/proc/meminfo: memFree=1531344/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 15 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868428 CPUtime=3.06
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 14424 0 1 0 295 11 0 0 19 0 9 0 2002928490 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217107 12947 2544 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868428 CPUtime=2.14
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 3109 0 1 0 211 3 0 0 25 0 9 0 2002928491 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4126569533 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868428 CPUtime=0.72
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 9145 0 0 0 66 6 0 0 16 0 9 0 2002928492 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002928493 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868428 CPUtime=0.17
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1474 0 0 0 17 0 0 0 15 0 9 0 2002928494 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889270272 12947 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887384

[startup+12.7023 s]
/proc/loadavg: 2.04 2.14 2.40 3/84 10478
/proc/meminfo: memFree=1515672/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 15 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868428 CPUtime=9.4
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 21635 0 1 0 923 17 0 0 19 0 9 0 2002928490 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217107 15737 2541 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868428 CPUtime=7.77
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 3602 0 1 0 773 4 0 0 25 0 9 0 2002928491 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4126570736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868428 CPUtime=1.41
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 15854 0 0 0 130 11 0 0 16 0 9 0 2002928492 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868428 CPUtime=0.19
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1483 0 0 0 19 0 0 0 17 0 9 0 2002928494 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889270272 15737 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887384

[startup+25.5028 s]
/proc/loadavg: 2.03 2.13 2.39 3/84 10478
/proc/meminfo: memFree=1492504/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 16 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868428 CPUtime=22.08
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 31828 0 1 0 2181 27 0 0 19 0 9 0 2002928490 889270272 21391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217107 21391 2541 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868428 CPUtime=19.26
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 4360 0 1 0 1919 7 0 0 25 0 9 0 2002928491 889270272 21391 996147200 134512640 134550740 4294955952 18446744073709551615 4126570739 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868428 CPUtime=2.59
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 25280 0 0 0 241 18 0 0 16 0 9 0 2002928492 889270272 21391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889270272 21391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868428 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889270272 21391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+642.303 s]
/proc/loadavg: 2.44 2.20 2.27 4/92 10541
/proc/meminfo: memFree=16208/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 16 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868540 CPUtime=631.77
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 112096 0 1 0 61941 1236 0 0 19 0 9 0 2002928490 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217135 84194 2566 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868540 CPUtime=615.88
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 10607 0 1 0 60424 1164 0 0 25 0 9 0 2002928491 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4127089081 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868540 CPUtime=15.57
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 99255 0 0 0 1487 70 0 0 16 0 9 0 2002928492 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868540 CPUtime=0.3
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 634.9
Current children cumulated vsize (KiB) 887496

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

[startup+652.702 s]
/proc/loadavg: 2.45 2.21 2.28 3/92 10541
/proc/meminfo: memFree=14928/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 16 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868540 CPUtime=642.02
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 112117 0 1 0 62951 1251 0 0 19 0 9 0 2002928490 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217135 84194 2566 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868540 CPUtime=626.1
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 10628 0 1 0 61431 1179 0 0 25 0 9 0 2002928491 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4126489348 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868540 CPUtime=15.59
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 99255 0 0 0 1489 70 0 0 16 0 9 0 2002928492 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868540 CPUtime=0.3
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 645.15
Current children cumulated vsize (KiB) 887496

[startup+659.103 s]
/proc/loadavg: 2.41 2.21 2.27 3/92 10541
/proc/meminfo: memFree=15888/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 16 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868540 CPUtime=648.32
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 112134 0 1 0 63569 1263 0 0 19 0 9 0 2002928490 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217135 84194 2566 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868540 CPUtime=632.38
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 10645 0 1 0 62048 1190 0 0 25 0 9 0 2002928491 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4126640783 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868540 CPUtime=15.61
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 99255 0 0 0 1491 70 0 0 16 0 9 0 2002928492 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868540 CPUtime=0.3
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 651.45
Current children cumulated vsize (KiB) 887496

[startup+665.507 s]
/proc/loadavg: 2.35 2.20 2.27 4/92 10541
/proc/meminfo: memFree=15824/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=3.13
/proc/10456/stat : 10456 (sugar) S 10454 10456 9656 0 -1 4194304 974 30544 0 1 3 0 293 17 16 0 1 0 2002928171 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/10456/statm: 3400 797 370 3 0 500 0
[pid=10469] ppid=10456 vsize=5356 CPUtime=0
/proc/10469/stat : 10469 (sh) S 10456 10456 9656 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002928489 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10469/statm: 1339 233 193 169 0 50 0
[pid=10470] ppid=10469 vsize=868540 CPUtime=654.63
/proc/10470/stat : 10470 (java) S 10469 10456 9656 0 -1 0 112146 0 1 0 64191 1272 0 0 19 0 9 0 2002928490 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10470/statm: 217135 84194 2566 9 0 211682 0
[pid=10470/tid=10471] ppid=10469 vsize=868540 CPUtime=638.67
/proc/10470/task/10471/stat : 10471 (java) R 10469 10456 9656 0 -1 64 10657 0 1 0 62668 1199 0 0 25 0 9 0 2002928491 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4126640768 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10472] ppid=10469 vsize=868540 CPUtime=15.62
/proc/10470/task/10472/stat : 10472 (java) S 10469 10456 9656 0 -1 64 99255 0 0 0 1492 70 0 0 16 0 9 0 2002928492 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10473] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10473/stat : 10473 (java) S 10469 10456 9656 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10474] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10474/stat : 10474 (java) S 10469 10456 9656 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2002928493 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10475] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10475/stat : 10475 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10476] ppid=10469 vsize=868540 CPUtime=0.3
/proc/10470/task/10476/stat : 10476 (java) S 10469 10456 9656 0 -1 64 1538 0 0 0 29 1 0 0 16 0 9 0 2002928494 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10477] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10477/stat : 10477 (java) S 10469 10456 9656 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10470/tid=10478] ppid=10469 vsize=868540 CPUtime=0
/proc/10470/task/10478/stat : 10478 (java) S 10469 10456 9656 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002928495 889384960 84194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 657.76
Current children cumulated vsize (KiB) 887496

[startup+667.102 s]
/proc/loadavg: 2.35 2.20 2.27 3/82 10541
/proc/meminfo: memFree=976544/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=658.53
/proc/10456/stat : 10456 (sugar) D 10454 10456 9656 0 -1 4194304 996 142989 0 2 3 46 64509 1295 18 0 1 0 2002928171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10456/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 658.53
Current children cumulated vsize (KiB) 13600

[startup+667.902 s]
/proc/loadavg: 2.35 2.20 2.27 2/82 10541
/proc/meminfo: memFree=1214496/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=658.56
/proc/10456/stat : 10456 (sugar) D 10454 10456 9656 0 -1 4194304 996 142989 0 2 3 49 64509 1295 18 0 1 0 2002928171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10456/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 658.56
Current children cumulated vsize (KiB) 13600

[startup+668.702 s]
/proc/loadavg: 2.35 2.20 2.27 2/82 10541
/proc/meminfo: memFree=1213792/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=658.59
/proc/10456/stat : 10456 (sugar) D 10454 10456 9656 0 -1 4194304 996 142989 0 2 3 52 64509 1295 18 0 1 0 2002928171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10456/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 658.59
Current children cumulated vsize (KiB) 13600

[startup+668.902 s]
/proc/loadavg: 2.35 2.20 2.27 2/82 10541
/proc/meminfo: memFree=1213792/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=658.6
/proc/10456/stat : 10456 (sugar) D 10454 10456 9656 0 -1 4194304 996 142989 0 2 3 53 64509 1295 18 0 1 0 2002928171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10456/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 658.6
Current children cumulated vsize (KiB) 13600

[startup+669.002 s]
/proc/loadavg: 2.35 2.20 2.27 2/82 10541
/proc/meminfo: memFree=1213792/2055920 swapFree=4180584/4192956
[pid=10456] ppid=10454 vsize=13600 CPUtime=658.61
/proc/10456/stat : 10456 (sugar) D 10454 10456 9656 0 -1 4194304 996 142989 0 2 3 54 64509 1295 18 0 1 0 2002928171 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 231882855465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10456/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 658.61
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 669.023
CPU time (s): 658.63
CPU user time (s): 645.13
CPU system time (s): 13.4999
CPU usage (%): 98.4466
Max. virtual memory (cumulated for all children) (KiB): 901636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 645.13
system time used= 13.4999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144015
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= 41923
involuntary context switches= 56873

runsolver used 0.819875 second user time and 2.31165 second system time

The end

Launcher Data (download as text)

Begin job on node75 at 2008-07-05 08:36:24
IDJOB=1086528
IDBENCH=57832
IDSOLVER=346
FILE ID=node75/1086528-1215239783
PBS_JOBID= 7881886
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-3.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-1086528-1215239783/watcher-1086528-1215239783 -o /tmp/evaluation-result-1086528-1215239783/solver-1086528-1215239783 -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-1086528-1215239783.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 79acd02b46aad922dd93860f8851683c
RANDOM SEED=169549114

node75.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.229
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.229
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:       1573384 kB
Buffers:         72744 kB
Cached:         246520 kB
SwapCached:       6320 kB
Active:         283020 kB
Inactive:       134108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573384 kB
SwapTotal:     4192956 kB
SwapFree:      4180584 kB
Dirty:            9972 kB
Writeback:           0 kB
Mapped:         105372 kB
Slab:            50404 kB
Committed_AS:  4319920 kB
PageTables:       2060 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= 66548 MiB
End job on node75 at 2008-07-05 08:47:33