Trace number 1086024

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? 392.266 450.384

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:50:08 2008
0.00/0.04	c 0	PID 3057
0.00/0.04	c 0	HOST node88.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1086024-1215237008.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-1086024-1215237008.xml' 'HOME/temp.csp'
1.47/1.52	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.47/1.56	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.47/1.56	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.50/1.63	c 2	Parsing HOME/temp.csp
1.50/2.05	c 2	parsed 10000 expressions
2.22/2.34	c 3	parsed 20000 expressions
2.42/2.51	c 3	parsed 26930 expressions
2.42/2.52	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.42/2.52	c 3	Converting to clausal form CSP
3.91/4.08	c 4	converted 2693 (10%) expressions
6.59/6.73	c 7	converted 5386 (20%) expressions
9.18/9.33	c 10	converted 8079 (30%) expressions
11.47/11.64	c 12	converted 10772 (40%) expressions
13.66/13.86	c 14	converted 13465 (50%) expressions
16.24/16.43	c 17	converted 16158 (60%) expressions
18.33/18.51	c 19	converted 18851 (70%) expressions
20.41/20.62	c 21	converted 21544 (80%) expressions
22.30/22.57	c 23	converted 24237 (90%) expressions
24.80/25.09	c 25	converted 26930 (100%) expressions
24.80/25.09	c 25	CSP : 4456 integers, 74207 booleans, 159546 clauses, largest domain size 2737
24.80/25.10	c 25	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
24.80/25.10	c 25	Propagation in CSP
26.59/26.86	c 27	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.59/26.87	c 27	CSP : 4456 integers, 74207 booleans, 159546 clauses, largest domain size 2737
26.59/26.87	c 27	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.69/26.91	c 27	Simplifing CSP by introducing new Boolean variables
26.99/27.26	c 28	CSP : 4456 integers, 129497 booleans, 214836 clauses, largest domain size 2737
26.99/27.26	c 28	Heap : 123 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.68/27.95	c 28	Encoding CSP to SAT : HOME/temp.cnf
30.37/30.60	c 31	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
32.95/33.27	c 34	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
35.53/35.86	c 36	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
37.32/37.63	c 38	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
38.71/39.01	c 39	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
40.00/40.37	c 41	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
41.40/41.71	c 42	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
42.66/43.06	c 43	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
44.00/45.07	c 45	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
45.39/46.41	c 47	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
128.05/138.81	c 139	21484 (10%) CSP clauses are encoded (23314856 clauses, 517004184 bytes)
180.60/195.91	c 196	42968 (20%) CSP clauses are encoded (35029551 clauses, 811675342 bytes)
232.29/249.86	c 250	64451 (30%) CSP clauses are encoded (46647170 clauses, 1105380719 bytes)
278.99/299.45	c 300	85935 (40%) CSP clauses are encoded (57620141 clauses, 1385408001 bytes)
321.79/345.45	c 346	107418 (50%) CSP clauses are encoded (67961173 clauses, 1651885936 bytes)
360.39/400.03	c 400	128902 (60%) CSP clauses are encoded (77999086 clauses, 1913965895 bytes)
391.32/434.73	c 435	ERROR Exception Too large HOME/temp.cnf
391.32/434.73	c 435	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
391.32/434.73	c 435	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
391.32/434.73	c 435	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
391.32/434.73	s UNKNOWN
391.37/437.72	c 438	CPU 378.74 (0.03 0.01 378.71 12.62)
391.37/437.72	c 438	END Sat Jul  5 07:57:26 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-1086024-1215237008/watcher-1086024-1215237008 -o /tmp/evaluation-result-1086024-1215237008/solver-1086024-1215237008 -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-1086024-1215237008.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.99 1.97 1.99 4/81 3057
/proc/meminfo: memFree=990920/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=12268 CPUtime=0
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 635948085 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 270187330149 0 2147483391 4224 0 18446744072099855350 0 0 17 1 0 0
/proc/3057/statm: 3067 316 241 3 0 167 0

[startup+0.0917831 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 3057
/proc/meminfo: memFree=990920/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.03
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635948085 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101784 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 3057
/proc/meminfo: memFree=990920/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.03
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635948085 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30186 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 3057
/proc/meminfo: memFree=990920/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.03
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635948085 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701857 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 3057
/proc/meminfo: memFree=990920/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.03
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635948085 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50295 s]
/proc/loadavg: 1.99 1.97 1.99 3/92 3069
/proc/meminfo: memFree=957040/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=0.03
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 635948085 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 796 370 3 0 500 0
[pid=3060] ppid=3057 vsize=5356 CPUtime=0
/proc/3060/stat : 3060 (sh) S 3057 3057 2317 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 635948090 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3060/statm: 1339 233 193 169 0 50 0
[pid=3061] ppid=3060 vsize=864664 CPUtime=1.44
/proc/3061/stat : 3061 (java) S 3060 3057 2317 0 -1 0 15016 0 1 0 135 9 0 0 19 0 9 0 635948090 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3061/statm: 216166 13055 2529 9 0 210748 0
[pid=3061/tid=3062] ppid=3060 vsize=864664 CPUtime=0.81
/proc/3061/task/3062/stat : 3062 (java) R 3060 3057 2317 0 -1 64 3034 0 1 0 79 2 0 0 25 0 9 0 635948091 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4126648642 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3063] ppid=3060 vsize=864664 CPUtime=0.46
/proc/3061/task/3063/stat : 3063 (java) S 3060 3057 2317 0 -1 64 10762 0 0 0 42 4 0 0 16 0 9 0 635948092 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3064] ppid=3060 vsize=864664 CPUtime=0
/proc/3061/task/3064/stat : 3064 (java) S 3060 3057 2317 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 635948092 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3065] ppid=3060 vsize=864664 CPUtime=0
/proc/3061/task/3065/stat : 3065 (java) S 3060 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948092 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3066] ppid=3060 vsize=864664 CPUtime=0
/proc/3061/task/3066/stat : 3066 (java) S 3060 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 635948094 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3067] ppid=3060 vsize=864664 CPUtime=0.13
/proc/3061/task/3067/stat : 3067 (java) S 3060 3057 2317 0 -1 64 520 0 0 0 13 0 0 0 16 0 9 0 635948094 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3068] ppid=3060 vsize=864664 CPUtime=0
/proc/3061/task/3068/stat : 3068 (java) S 3060 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948094 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3061/tid=3069] ppid=3060 vsize=864664 CPUtime=0
/proc/3061/task/3069/stat : 3069 (java) S 3060 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 635948094 885415936 13055 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883620

[startup+3.10213 s]
/proc/loadavg: 1.99 1.97 1.99 3/92 3079
/proc/meminfo: memFree=976176/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.5
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 0 137 10 15 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868392 CPUtime=1.52
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 9701 0 1 0 146 6 0 0 20 0 9 0 635948242 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217098 8566 2542 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868392 CPUtime=0.98
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 2830 0 1 0 97 1 0 0 25 0 9 0 635948242 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4126625736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868392 CPUtime=0.33
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 4716 0 0 0 31 2 0 0 16 0 9 0 635948243 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868392 CPUtime=0.18
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1459 0 0 0 18 0 0 0 15 0 9 0 635948245 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889233408 8566 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887348

[startup+6.3015 s]
/proc/loadavg: 2.15 2.00 2.00 4/92 3079
/proc/meminfo: memFree=955376/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.5
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 0 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868392 CPUtime=4.69
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 12644 0 1 0 460 9 0 0 20 0 9 0 635948242 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217098 11191 2541 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868392 CPUtime=3.74
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 3197 0 1 0 371 3 0 0 25 0 9 0 635948242 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4126586702 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868392 CPUtime=0.73
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 7283 0 0 0 68 5 0 0 16 0 9 0 635948243 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868392 CPUtime=0.2
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1468 0 0 0 20 0 0 0 15 0 9 0 635948245 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889233408 11191 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) R 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889233408 11191 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) 887348

[startup+12.7022 s]
/proc/loadavg: 2.14 2.00 2.00 3/92 3079
/proc/meminfo: memFree=928880/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.5
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 0 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868392 CPUtime=11.07
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 20321 0 1 0 1092 15 0 0 20 0 9 0 635948242 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217098 17643 2541 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868392 CPUtime=9.25
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 3684 0 1 0 922 3 0 0 25 0 9 0 635948242 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4126428284 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868392 CPUtime=1.56
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 14465 0 0 0 147 9 0 0 16 0 9 0 635948243 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868392 CPUtime=0.21
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1476 0 0 0 21 0 0 0 16 0 9 0 635948245 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889233408 17643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887348

[startup+25.5027 s]
/proc/loadavg: 2.19 2.02 2.01 3/92 3079
/proc/meminfo: memFree=873712/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.51
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 1 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868392 CPUtime=23.78
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 37205 0 1 0 2354 24 0 0 20 0 9 0 635948242 889233408 31056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217098 31056 2541 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868392 CPUtime=19.97
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 4989 0 1 0 1992 5 0 0 25 0 9 0 635948242 889233408 31056 996147200 134512640 134550740 4294955952 18446744073709551615 4126570794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868392 CPUtime=3.56
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 30035 0 0 0 339 17 0 0 16 0 9 0 635948243 889233408 31056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889233408 31056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868392 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889233408 31056 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868504 CPUtime=317.2
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 47801 0 1 0 30760 960 0 0 20 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217126 37895 2566 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868504 CPUtime=309.99
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 8632 0 1 0 30086 913 0 0 25 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868504 CPUtime=6.88
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 36949 0 0 0 644 44 0 0 16 0 9 0 635948243 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868504 CPUtime=0.3
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1524 0 0 0 29 1 0 0 15 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.71
Current children cumulated vsize (KiB) 887460

[startup+402.302 s]
/proc/loadavg: 3.17 2.72 2.31 3/92 3079
/proc/meminfo: memFree=16048/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.51
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 1 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868504 CPUtime=361.12
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 48428 0 1 0 34984 1128 0 0 20 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217126 37895 2566 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868504 CPUtime=353.53
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 9259 0 1 0 34276 1077 0 0 25 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 102064640 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868504 CPUtime=7.27
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 36949 0 0 0 678 49 0 0 16 0 9 0 635948243 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868504 CPUtime=0.3
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1524 0 0 0 29 1 0 0 15 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 362.63
Current children cumulated vsize (KiB) 887460

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

[startup+409.501 s]
/proc/loadavg: 3.14 2.73 2.32 2/92 3079
/proc/meminfo: memFree=15600/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.51
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 1 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868504 CPUtime=366.97
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 48517 0 1 0 35545 1152 0 0 20 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217126 37895 2566 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868504 CPUtime=359.31
/proc/3071/task/3072/stat : 3072 (java) R 3070 3057 2317 0 -1 64 9348 0 1 0 34832 1099 0 0 24 0 9 0 635948242 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4127071596 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868504 CPUtime=7.33
/proc/3071/task/3073/stat : 3073 (java) S 3070 3057 2317 0 -1 64 36949 0 0 0 683 50 0 0 16 0 9 0 635948243 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 635948244 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3076] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3076/stat : 3076 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868504 CPUtime=0.3
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1524 0 0 0 29 1 0 0 15 0 9 0 635948245 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3079] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3079/stat : 3079 (java) S 3070 3057 2317 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 635948246 889348096 37895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 368.48
Current children cumulated vsize (KiB) 887460

[startup+435.102 s]
/proc/loadavg: 3.34 2.82 2.36 3/92 3081
/proc/meminfo: memFree=14896/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=1.51
/proc/3057/stat : 3057 (sugar) S 3055 3057 2317 0 -1 4194304 974 15439 0 1 3 1 137 10 16 0 1 0 635948085 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3057/statm: 3400 797 370 3 0 500 0
[pid=3070] ppid=3057 vsize=5356 CPUtime=0
/proc/3070/stat : 3070 (sh) S 3057 3057 2317 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 635948241 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/3070/statm: 1339 233 193 169 0 50 0
[pid=3071] ppid=3070 vsize=868504 CPUtime=389.84
/proc/3071/stat : 3071 (java) S 3070 3057 2317 0 -1 0 48888 0 1 0 37734 1250 0 0 20 0 7 0 635948242 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/3071/statm: 217126 37902 2567 9 0 211673 0
[pid=3071/tid=3072] ppid=3070 vsize=868504 CPUtime=381.95
/proc/3071/task/3072/stat : 3072 (java) S 3070 3057 2317 0 -1 64 9715 0 1 0 37001 1194 0 0 24 0 7 0 635948242 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3073] ppid=3070 vsize=868504 CPUtime=7.56
/proc/3071/task/3073/stat : 3073 (java) D 3070 3057 2317 0 -1 64 36949 0 0 0 703 53 0 0 15 0 7 0 635948243 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=3071/tid=3074] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3074/stat : 3074 (java) S 3070 3057 2317 0 -1 64 10 0 0 0 0 0 0 0 16 0 7 0 635948244 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3075] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3075/stat : 3075 (java) S 3070 3057 2317 0 -1 64 9 0 0 0 0 0 0 0 15 0 7 0 635948244 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3071/tid=3077] ppid=3070 vsize=868504 CPUtime=0.3
/proc/3071/task/3077/stat : 3077 (java) S 3070 3057 2317 0 -1 64 1524 0 0 0 29 1 0 0 15 0 7 0 635948245 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3071/tid=3078] ppid=3070 vsize=868504 CPUtime=0
/proc/3071/task/3078/stat : 3078 (java) S 3070 3057 2317 0 -1 64 1 0 0 0 0 0 0 0 25 0 7 0 635948246 889348096 37902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 391.35
Current children cumulated vsize (KiB) 887460

[startup+441.502 s]
/proc/loadavg: 3.39 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1755200/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.06
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 70 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.06
Current children cumulated vsize (KiB) 13600

[startup+444.701 s]
/proc/loadavg: 3.36 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1775104/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.08
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 72 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.08
Current children cumulated vsize (KiB) 13600

[startup+447.901 s]
/proc/loadavg: 3.33 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1791168/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.08
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 72 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.08
Current children cumulated vsize (KiB) 13600

[startup+449.502 s]
/proc/loadavg: 3.33 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1799488/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.2
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 84 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.2
Current children cumulated vsize (KiB) 13600

[startup+449.906 s]
/proc/loadavg: 3.33 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1806016/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.22
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 86 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.22
Current children cumulated vsize (KiB) 13600

[startup+450.302 s]
/proc/loadavg: 3.33 2.84 2.37 2/82 3081
/proc/meminfo: memFree=1806016/2055920 swapFree=4179952/4192956
[pid=3057] ppid=3055 vsize=13600 CPUtime=392.23
/proc/3057/stat : 3057 (sugar) D 3055 3057 2317 0 -1 4194304 996 64614 0 2 3 87 37871 1262 18 0 1 0 635948085 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 270187336745 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/3057/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 392.23
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 450.384
CPU time (s): 392.266
CPU user time (s): 378.757
CPU system time (s): 13.5089
CPU usage (%): 87.096
Max. virtual memory (cumulated for all children) (KiB): 892476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 378.757
system time used= 13.5089
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65640
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= 50061
involuntary context switches= 57445

runsolver used 0.557915 second user time and 1.53077 second system time

The end

Launcher Data (download as text)

Begin job on node88 at 2008-07-05 07:50:08
IDJOB=1086024
IDBENCH=57745
IDSOLVER=346
FILE ID=node88/1086024-1215237008
PBS_JOBID= 7881928
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.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-1086024-1215237008/watcher-1086024-1215237008 -o /tmp/evaluation-result-1086024-1215237008/solver-1086024-1215237008 -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-1086024-1215237008.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=962780895

node88.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:        991400 kB
Buffers:         33344 kB
Cached:         815100 kB
SwapCached:       7404 kB
Active:         289276 kB
Inactive:       723628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        991400 kB
SwapTotal:     4192956 kB
SwapFree:      4179952 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:         180412 kB
Slab:            36572 kB
Committed_AS:  1835028 kB
PageTables:       2152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node88 at 2008-07-05 07:57:39