Trace number 1086485

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? 672.465 810.037

General information on the benchmark

Namecsp/fapp/fapp38/
normalized-fapp38-2500-9.xml
MD5SUM68fe27f113711ce0fc0a376a1a638b50
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 benchmark75.1596
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/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 08:31:42 2008
0.00/0.04	c 0	PID 2924
0.03/0.05	c 0	HOST node87.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086485-1215239501.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086485-1215239501.xml' 'HOME/temp.csp'
3.24/3.31	c 3	18 domains, 2500 variables, 8 predicates, 0 relations, 62132 constraints
3.24/3.34	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.24/3.34	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.26/3.41	c 3	Parsing HOME/temp.csp
3.26/3.77	c 4	parsed 10000 expressions
3.26/4.10	c 4	parsed 20000 expressions
4.32/4.42	c 4	parsed 30000 expressions
4.51/4.67	c 4	parsed 40000 expressions
4.90/5.05	c 5	parsed 50000 expressions
5.21/5.30	c 5	parsed 60000 expressions
5.31/5.42	c 5	parsed 64658 expressions
5.31/5.42	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.31/5.42	c 5	Converting to clausal form CSP
13.80/13.91	c 14	converted 6466 (10%) expressions
26.60/26.70	c 27	converted 12932 (20%) expressions
38.80/38.91	c 39	converted 19398 (30%) expressions
51.09/51.27	c 51	converted 25864 (40%) expressions
62.79/62.93	c 63	converted 32329 (50%) expressions
74.28/74.46	c 74	converted 38795 (60%) expressions
86.37/86.52	c 86	converted 45261 (70%) expressions
97.18/97.36	c 97	converted 51727 (80%) expressions
107.47/107.62	c 107	converted 58193 (90%) expressions
117.26/117.47	c 117	converted 64658 (100%) expressions
117.26/117.48	c 117	CSP : 14853 integers, 182734 booleans, 406023 clauses, largest domain size 4043
117.26/117.48	c 117	Heap : 226 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
117.26/117.48	c 117	Propagation in CSP
129.96/130.19	c 130	73080 values, 0 unsatisfiable literals, and 0 valid clauses are removed
129.96/130.20	c 130	CSP : 14853 integers, 182734 booleans, 406023 clauses, largest domain size 4043
129.96/130.20	c 130	Heap : 245 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
130.06/130.29	c 130	Simplifing CSP by introducing new Boolean variables
132.55/132.70	c 133	CSP : 14853 integers, 327546 booleans, 550835 clauses, largest domain size 4043
132.55/132.70	c 133	Heap : 300 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
134.26/134.41	c 134	Encoding CSP to SAT : HOME/temp.cnf
159.14/159.34	c 159	1486 (10%) CSP integer variables are encoded (871952 clauses, 14601413 bytes)
177.92/178.20	c 178	2971 (20%) CSP integer variables are encoded (3316713 clauses, 60799191 bytes)
184.89/185.19	c 185	4456 (30%) CSP integer variables are encoded (9033166 clauses, 169411798 bytes)
192.34/192.63	c 192	5942 (40%) CSP integer variables are encoded (14747462 clauses, 287487757 bytes)
199.70/200.07	c 200	7427 (50%) CSP integer variables are encoded (20448683 clauses, 407213398 bytes)
206.98/207.36	c 207	8912 (60%) CSP integer variables are encoded (26069588 clauses, 525252403 bytes)
214.37/214.76	c 215	10398 (70%) CSP integer variables are encoded (31743690 clauses, 644408545 bytes)
221.66/222.00	c 222	11883 (80%) CSP integer variables are encoded (37323171 clauses, 761577646 bytes)
228.84/229.28	c 229	13368 (90%) CSP integer variables are encoded (42923444 clauses, 879183379 bytes)
236.11/238.58	c 238	14853 (100%) CSP integer variables are encoded (48491341 clauses, 996109216 bytes)
671.27/693.44	c 693	ERROR Exception Too large HOME/temp.cnf
671.27/693.44	c 693	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
671.27/693.44	c 693	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
671.27/693.44	c 693	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
671.27/693.44	s UNKNOWN
671.36/701.72	c 702	CPU 658.05 (0.03 0.01 658.02 13.32)
671.36/701.72	c 702	END Sat Jul  5 08:43:24 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-1086485-1215239501/watcher-1086485-1215239501 -o /tmp/evaluation-result-1086485-1215239501/solver-1086485-1215239501 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086485-1215239501.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.63 2.38 2.30 4/82 2924
/proc/meminfo: memFree=1611600/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=11912 CPUtime=0
/proc/2924/stat : 2924 (sugar) R 2922 2924 2442 0 -1 4194304 94 0 0 0 0 0 0 0 20 0 1 0 636205848 12197888 77 996147200 4194304 4206940 548682068608 18446744073709551615 254611083104 0 0 4096 0 0 0 0 17 1 0 0
/proc/2924/statm: 2978 77 54 3 0 66 0

[startup+0.045887 s]
/proc/loadavg: 2.63 2.38 2.30 4/82 2924
/proc/meminfo: memFree=1611600/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 837 0 0 0 2 1 0 0 20 0 1 0 636205848 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101974 s]
/proc/loadavg: 2.63 2.38 2.30 4/82 2924
/proc/meminfo: memFree=1611600/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 636205848 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301997 s]
/proc/loadavg: 2.63 2.38 2.30 4/82 2924
/proc/meminfo: memFree=1611600/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 636205848 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70104 s]
/proc/loadavg: 2.63 2.38 2.30 4/82 2924
/proc/meminfo: memFree=1611600/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 636205848 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50214 s]
/proc/loadavg: 2.58 2.37 2.30 3/93 2936
/proc/meminfo: memFree=1577784/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 636205848 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 796 370 3 0 500 0
[pid=2927] ppid=2924 vsize=5356 CPUtime=0
/proc/2927/stat : 2927 (sh) S 2924 2924 2442 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 636205853 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2927/statm: 1339 233 193 169 0 50 0
[pid=2928] ppid=2927 vsize=864664 CPUtime=1.43
/proc/2928/stat : 2928 (java) S 2927 2924 2442 0 -1 0 18076 0 1 0 133 10 0 0 21 0 9 0 636205853 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2928/statm: 216166 15164 2529 9 0 210748 0
[pid=2928/tid=2929] ppid=2927 vsize=864664 CPUtime=0.71
/proc/2928/task/2929/stat : 2929 (java) R 2927 2924 2442 0 -1 64 3097 0 1 0 68 3 0 0 25 0 9 0 636205854 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4126519647 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2930] ppid=2927 vsize=864664 CPUtime=0.6
/proc/2928/task/2930/stat : 2930 (java) S 2927 2924 2442 0 -1 64 13790 0 0 0 55 5 0 0 17 0 9 0 636205855 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2931] ppid=2927 vsize=864664 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2927 2924 2442 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636205856 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2927 vsize=864664 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2927 2924 2442 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 636205856 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2927 vsize=864664 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2927 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636205858 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2927 vsize=864664 CPUtime=0.08
/proc/2928/task/2934/stat : 2934 (java) S 2927 2924 2442 0 -1 64 487 0 0 0 8 0 0 0 16 0 9 0 636205858 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2927 vsize=864664 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2927 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636205858 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2927 vsize=864664 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2927 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636205858 885415936 15164 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883620

[startup+3.10231 s]
/proc/loadavg: 2.58 2.37 2.30 4/93 2936
/proc/meminfo: memFree=1526264/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=0.03
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 636205848 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 796 370 3 0 500 0
[pid=2927] ppid=2924 vsize=5356 CPUtime=0
/proc/2927/stat : 2927 (sh) S 2924 2924 2442 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 636205853 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2927/statm: 1339 233 193 169 0 50 0
[pid=2928] ppid=2927 vsize=864680 CPUtime=3.01
/proc/2928/stat : 2928 (java) S 2927 2924 2442 0 -1 0 30116 0 1 0 284 17 0 0 21 0 9 0 636205853 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2928/statm: 216170 26223 2529 9 0 210752 0
[pid=2928/tid=2929] ppid=2927 vsize=864680 CPUtime=1.57
/proc/2928/task/2929/stat : 2929 (java) R 2927 2924 2442 0 -1 64 3872 0 1 0 153 4 0 0 25 0 9 0 636205854 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4126678204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2930] ppid=2927 vsize=864680 CPUtime=1.28
/proc/2928/task/2930/stat : 2930 (java) S 2927 2924 2442 0 -1 64 25018 0 0 0 117 11 0 0 16 0 9 0 636205855 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2931] ppid=2927 vsize=864680 CPUtime=0
/proc/2928/task/2931/stat : 2931 (java) S 2927 2924 2442 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 636205856 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2932] ppid=2927 vsize=864680 CPUtime=0
/proc/2928/task/2932/stat : 2932 (java) S 2927 2924 2442 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 636205856 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2933] ppid=2927 vsize=864680 CPUtime=0
/proc/2928/task/2933/stat : 2933 (java) S 2927 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 636205858 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2934] ppid=2927 vsize=864680 CPUtime=0.14
/proc/2928/task/2934/stat : 2934 (java) S 2927 2924 2442 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 636205858 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2935] ppid=2927 vsize=864680 CPUtime=0
/proc/2928/task/2935/stat : 2935 (java) S 2927 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 636205858 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2928/tid=2936] ppid=2927 vsize=864680 CPUtime=0
/proc/2928/task/2936/stat : 2936 (java) S 2927 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636205858 885432320 26223 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883636

[startup+6.30167 s]
/proc/loadavg: 2.58 2.37 2.30 4/93 2946
/proc/meminfo: memFree=1569784/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=3.26
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 974 30541 0 1 2 1 304 19 15 0 1 0 636205848 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2924/statm: 3400 797 370 3 0 500 0
[pid=2937] ppid=2924 vsize=5356 CPUtime=0
/proc/2937/stat : 2937 (sh) S 2924 2924 2442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636206182 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2937/statm: 1339 233 193 169 0 50 0
[pid=2938] ppid=2937 vsize=868424 CPUtime=2.94
/proc/2938/stat : 2938 (java) S 2937 2924 2442 0 -1 0 14362 0 1 0 284 10 0 0 18 0 9 0 636206182 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2938/statm: 217106 12894 2544 9 0 211681 0
[pid=2938/tid=2939] ppid=2937 vsize=868424 CPUtime=2.01
/proc/2938/task/2939/stat : 2939 (java) R 2937 2924 2442 0 -1 64 3096 0 1 0 199 2 0 0 25 0 9 0 636206183 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4126567805 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2940] ppid=2937 vsize=868424 CPUtime=0.72
/proc/2938/task/2940/stat : 2940 (java) S 2937 2924 2442 0 -1 64 9090 0 0 0 66 6 0 0 16 0 9 0 636206184 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2941] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2941/stat : 2941 (java) S 2937 2924 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636206185 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2942] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2942/stat : 2942 (java) S 2937 2924 2442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 636206185 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2943] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2943/stat : 2943 (java) S 2937 2924 2442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636206186 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2944] ppid=2937 vsize=868424 CPUtime=0.18
/proc/2938/task/2944/stat : 2944 (java) S 2937 2924 2442 0 -1 64 1479 0 0 0 18 0 0 0 15 0 9 0 636206186 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2945] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2945/stat : 2945 (java) S 2937 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636206186 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2946] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2946/stat : 2946 (java) S 2937 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636206186 889266176 12894 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887380

[startup+12.7024 s]
/proc/loadavg: 2.56 2.37 2.30 3/93 2946
/proc/meminfo: memFree=1551288/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=3.26
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 974 30541 0 1 2 1 304 19 15 0 1 0 636205848 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2924/statm: 3400 797 370 3 0 500 0
[pid=2937] ppid=2924 vsize=5356 CPUtime=0
/proc/2937/stat : 2937 (sh) S 2924 2924 2442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636206182 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2937/statm: 1339 233 193 169 0 50 0
[pid=2938] ppid=2937 vsize=868424 CPUtime=9.34
/proc/2938/stat : 2938 (java) S 2937 2924 2442 0 -1 0 21538 0 1 0 917 17 0 0 18 0 9 0 636206182 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2938/statm: 217106 15645 2541 9 0 211681 0
[pid=2938/tid=2939] ppid=2937 vsize=868424 CPUtime=7.67
/proc/2938/task/2939/stat : 2939 (java) R 2937 2924 2442 0 -1 64 3593 0 1 0 764 3 0 0 25 0 9 0 636206183 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4126568826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2940] ppid=2937 vsize=868424 CPUtime=1.43
/proc/2938/task/2940/stat : 2940 (java) S 2937 2924 2442 0 -1 64 15760 0 0 0 132 11 0 0 16 0 9 0 636206184 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2941] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2941/stat : 2941 (java) S 2937 2924 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636206185 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2942] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2942/stat : 2942 (java) S 2937 2924 2442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636206185 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2943] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2943/stat : 2943 (java) S 2937 2924 2442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636206186 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2944] ppid=2937 vsize=868424 CPUtime=0.2
/proc/2938/task/2944/stat : 2944 (java) S 2937 2924 2442 0 -1 64 1488 0 0 0 20 0 0 0 17 0 9 0 636206186 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2945] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2945/stat : 2945 (java) S 2937 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636206186 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2946] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2946/stat : 2946 (java) S 2937 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636206186 889266176 15645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 887380

[startup+25.5038 s]
/proc/loadavg: 2.48 2.36 2.30 4/93 2946
/proc/meminfo: memFree=1524792/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=3.27
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 974 30541 0 1 3 1 304 19 16 0 1 0 636205848 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2924/statm: 3400 797 370 3 0 500 0
[pid=2937] ppid=2924 vsize=5356 CPUtime=0
/proc/2937/stat : 2937 (sh) S 2924 2924 2442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636206182 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2937/statm: 1339 233 193 169 0 50 0
[pid=2938] ppid=2937 vsize=868424 CPUtime=22.14
/proc/2938/stat : 2938 (java) S 2937 2924 2442 0 -1 0 31791 0 1 0 2188 26 0 0 18 0 9 0 636206182 889266176 21357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2938/statm: 217106 21357 2541 9 0 211681 0
[pid=2938/tid=2939] ppid=2937 vsize=868424 CPUtime=19.22
/proc/2938/task/2939/stat : 2939 (java) R 2937 2924 2442 0 -1 64 4353 0 1 0 1917 5 0 0 25 0 9 0 636206183 889266176 21357 996147200 134512640 134550740 4294955952 18446744073709551615 4126571934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2940] ppid=2937 vsize=868424 CPUtime=2.68
/proc/2938/task/2940/stat : 2940 (java) S 2937 2924 2442 0 -1 64 25242 0 0 0 249 19 0 0 16 0 9 0 636206184 889266176 21357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2941] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2941/stat : 2941 (java) S 2937 2924 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636206185 889266176 21357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2942] ppid=2937 vsize=868424 CPUtime=0
/proc/2938/task/2942/stat : 2942 (java) S 2937 2924 2442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636206185 889266176 21357 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2938/task/2944/stat : 2944 (java) S 2937 2924 2442 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2938/tid=2945] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2945/stat : 2945 (java) S 2937 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2946] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2946/stat : 2946 (java) S 2937 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 507
Current children cumulated vsize (KiB) 887492

[startup+582.302 s]
/proc/loadavg: 5.97 5.25 3.72 4/97 3024
/proc/meminfo: memFree=14808/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=3.27
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 974 30541 0 1 3 1 304 19 16 0 1 0 636205848 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 797 370 3 0 500 0
[pid=2937] ppid=2924 vsize=5356 CPUtime=0
/proc/2937/stat : 2937 (sh) S 2924 2924 2442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636206182 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2937/statm: 1339 233 193 169 0 50 0
[pid=2938] ppid=2937 vsize=868536 CPUtime=561.48
/proc/2938/stat : 2938 (java) S 2937 2924 2442 0 -1 0 108509 0 1 0 55004 1144 0 0 18 0 9 0 636206182 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2938/statm: 217134 80826 2566 9 0 211681 0
[pid=2938/tid=2939] ppid=2937 vsize=868536 CPUtime=545.19
/proc/2938/task/2939/stat : 2939 (java) R 2937 2924 2442 0 -1 64 10481 0 1 0 53451 1068 0 0 25 0 9 0 636206183 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2940] ppid=2937 vsize=868536 CPUtime=15.94
/proc/2938/task/2940/stat : 2940 (java) S 2937 2924 2442 0 -1 64 95786 0 0 0 1521 73 0 0 16 0 9 0 636206184 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2941] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2941/stat : 2941 (java) S 2937 2924 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636206185 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2942] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2942/stat : 2942 (java) S 2937 2924 2442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636206185 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2943] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2943/stat : 2943 (java) S 2937 2924 2442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2944] ppid=2937 vsize=868536 CPUtime=0.31
/proc/2938/task/2944/stat : 2944 (java) S 2937 2924 2442 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2938/tid=2945] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2945/stat : 2945 (java) S 2937 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2946] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2946/stat : 2946 (java) S 2937 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 564.75
Current children cumulated vsize (KiB) 887492

[startup+642.303 s]
/proc/loadavg: 6.12 5.39 3.86 2/98 3037
/proc/meminfo: memFree=15184/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=3.27
/proc/2924/stat : 2924 (sugar) S 2922 2924 2442 0 -1 4194304 974 30541 0 1 3 1 304 19 16 0 1 0 636205848 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2924/statm: 3400 797 370 3 0 500 0
[pid=2937] ppid=2924 vsize=5356 CPUtime=0
/proc/2937/stat : 2937 (sh) S 2924 2924 2442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 636206182 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2937/statm: 1339 233 193 169 0 50 0
[pid=2938] ppid=2937 vsize=868536 CPUtime=617.8
/proc/2938/stat : 2938 (java) S 2937 2924 2442 0 -1 0 108638 0 1 0 60546 1234 0 0 18 0 9 0 636206182 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2938/statm: 217134 80826 2566 9 0 211681 0
[pid=2938/tid=2939] ppid=2937 vsize=868536 CPUtime=601.38
/proc/2938/task/2939/stat : 2939 (java) D 2937 2924 2442 0 -1 64 10610 0 1 0 58980 1158 0 0 25 0 9 0 636206183 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=2938/tid=2940] ppid=2937 vsize=868536 CPUtime=16.07
/proc/2938/task/2940/stat : 2940 (java) S 2937 2924 2442 0 -1 64 95786 0 0 0 1534 73 0 0 16 0 9 0 636206184 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2941] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2941/stat : 2941 (java) S 2937 2924 2442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 636206185 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2942] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2942/stat : 2942 (java) S 2937 2924 2442 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 636206185 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2943] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2943/stat : 2943 (java) S 2937 2924 2442 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2944] ppid=2937 vsize=868536 CPUtime=0.31
/proc/2938/task/2944/stat : 2944 (java) S 2937 2924 2442 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2938/tid=2945] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2945/stat : 2945 (java) S 2937 2924 2442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2938/tid=2946] ppid=2937 vsize=868536 CPUtime=0
/proc/2938/task/2946/stat : 2946 (java) S 2937 2924 2442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 636206186 889380864 80826 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 621.07
Current children cumulated vsize (KiB) 887492

[startup+702.302 s]
/proc/loadavg: 5.78 5.45 3.98 1/86 3046
/proc/meminfo: memFree=330224/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=671.38
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 1 65802 1332 16 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 671.38
Current children cumulated vsize (KiB) 13600

[startup+762.306 s]
/proc/loadavg: 4.55 5.14 3.96 2/84 3047
/proc/meminfo: memFree=1635392/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.23
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 86 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.23
Current children cumulated vsize (KiB) 13600

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

[startup+767.902 s]
/proc/loadavg: 4.50 5.12 3.96 2/84 3047
/proc/meminfo: memFree=1650624/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.25
/proc/2924/stat : 2924 (sugar) R 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 88 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.25
Current children cumulated vsize (KiB) 13600

[startup+793.502 s]
/proc/loadavg: 4.33 5.03 3.96 2/84 3047
/proc/meminfo: memFree=1723328/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.29
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 92 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.29
Current children cumulated vsize (KiB) 13600

[startup+799.903 s]
/proc/loadavg: 4.22 5.00 3.96 2/84 3047
/proc/meminfo: memFree=1744256/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.31
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 94 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.31
Current children cumulated vsize (KiB) 13600

[startup+806.306 s]
/proc/loadavg: 4.04 4.93 3.95 2/84 3047
/proc/meminfo: memFree=1765312/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.32
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 95 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.32
Current children cumulated vsize (KiB) 13600

[startup+807.901 s]
/proc/loadavg: 4.04 4.93 3.95 3/84 3047
/proc/meminfo: memFree=1767808/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.32
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 95 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.32
Current children cumulated vsize (KiB) 13600

[startup+808.701 s]
/proc/loadavg: 4.04 4.93 3.95 2/84 3047
/proc/meminfo: memFree=1773120/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.32
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 95 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.32
Current children cumulated vsize (KiB) 13600

[startup+809.502 s]
/proc/loadavg: 4.04 4.93 3.95 2/84 3047
/proc/meminfo: memFree=1773120/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.44
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 107 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.44
Current children cumulated vsize (KiB) 13600

[startup+809.902 s]
/proc/loadavg: 4.04 4.93 3.95 2/84 3047
/proc/meminfo: memFree=1773120/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.44
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 107 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.44
Current children cumulated vsize (KiB) 13600

[startup+810.002 s]
/proc/loadavg: 4.04 4.93 3.95 2/84 3047
/proc/meminfo: memFree=1773120/2055920 swapFree=4179368/4192956
[pid=2924] ppid=2922 vsize=13600 CPUtime=672.44
/proc/2924/stat : 2924 (sugar) D 2922 2924 2442 0 -1 4194304 996 139584 0 2 3 107 65802 1332 18 0 1 0 636205848 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/2924/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 672.44
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 810.037
CPU time (s): 672.465
CPU user time (s): 658.061
CPU system time (s): 14.4038
CPU usage (%): 83.0166
Max. virtual memory (cumulated for all children) (KiB): 901632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 658.061
system time used= 14.4038
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140610
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= 42377
involuntary context switches= 52844

runsolver used 1.03384 second user time and 2.6336 second system time

The end

Launcher Data (download as text)

Begin job on node87 at 2008-07-05 08:31:42
IDJOB=1086485
IDBENCH=57829
IDSOLVER=345
FILE ID=node87/1086485-1215239501
PBS_JOBID= 7881964
Free space on /tmp= 66468 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp38/normalized-fapp38-2500-9.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086485-1215239501/watcher-1086485-1215239501 -o /tmp/evaluation-result-1086485-1215239501/solver-1086485-1215239501 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086485-1215239501.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 68fe27f113711ce0fc0a376a1a638b50
RANDOM SEED=299908978

node87.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.232
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.232
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:       1612080 kB
Buffers:         71284 kB
Cached:         282164 kB
SwapCached:       7632 kB
Active:         209904 kB
Inactive:       180572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1612080 kB
SwapTotal:     4192956 kB
SwapFree:      4179368 kB
Dirty:           19704 kB
Writeback:           0 kB
Mapped:          53040 kB
Slab:            38372 kB
Committed_AS:  1698848 kB
PageTables:       1992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node87 at 2008-07-05 08:45:12