Trace number 1063370

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? 147.522 151.934

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-agg3.xml
MD5SUM91f2ade819388a2c4eea77b263dbee23
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.1972
Satisfiable
(Un)Satisfiability was proved
Number of variables9060
Number of constraints489
Maximum constraint arity1440
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension489
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 Fri Jul  4 03:58:14 2008
0.00/0.04	c 0	PID 17214
0.03/0.05	c 0	HOST node7.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1063370-1215136693.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-1063370-1215136693.xml' 'HOME/temp.csp'
1.16/1.23	c 1	1 domains, 9060 variables, 150 predicates, 0 relations, 489 constraints
1.16/1.26	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.16/1.26	c 1	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.20/1.34	c 1	Parsing HOME/temp.csp
3.93/4.02	c 4	parsed 9700 expressions
3.93/4.02	c 4	Heap : 22 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.93/4.02	c 4	Converting to clausal form CSP
3.93/4.05	c 4	converted 970 (10%) expressions
3.93/4.07	c 4	converted 1940 (20%) expressions
3.93/4.07	c 4	converted 2910 (30%) expressions
3.93/4.07	c 4	converted 3880 (40%) expressions
3.93/4.07	c 4	converted 4850 (50%) expressions
3.93/4.07	c 4	converted 5820 (60%) expressions
3.93/4.07	c 4	converted 6790 (70%) expressions
3.93/4.08	c 4	converted 7760 (80%) expressions
3.93/4.08	c 4	converted 8730 (90%) expressions
11.61/11.75	c 11	converted 9700 (100%) expressions
11.61/11.76	c 11	CSP : 111222 integers, 0 booleans, 204813 clauses, largest domain size 349621
11.61/11.76	c 11	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.61/11.76	c 11	Propagation in CSP
16.71/16.85	c 16	1369161895 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.71/16.87	c 16	CSP : 111222 integers, 0 booleans, 204813 clauses, largest domain size 206224
16.71/16.87	c 16	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.81/16.92	c 16	Simplifing CSP by introducing new Boolean variables
16.91/17.00	c 17	CSP : 111222 integers, 0 booleans, 204813 clauses, largest domain size 206224
16.91/17.00	c 17	Heap : 149 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.52/17.66	c 17	Encoding CSP to SAT : HOME/temp.cnf
27.26/27.45	c 27	11123 (10%) CSP integer variables are encoded (8464307 clauses, 158651522 bytes)
65.95/66.97	c 66	22245 (20%) CSP integer variables are encoded (39948298 clauses, 816765576 bytes)
79.49/80.86	c 80	33367 (30%) CSP integer variables are encoded (50895128 clauses, 1046649006 bytes)
93.70/95.43	c 95	44489 (40%) CSP integer variables are encoded (62366977 clauses, 1287557835 bytes)
105.87/108.02	c 108	55611 (50%) CSP integer variables are encoded (72194329 clauses, 1493932227 bytes)
123.45/126.43	c 126	66734 (60%) CSP integer variables are encoded (85908724 clauses, 1781934522 bytes)
138.39/141.95	c 141	77856 (70%) CSP integer variables are encoded (97054216 clauses, 2015989854 bytes)
142.79/146.59	c 146	88978 (80%) CSP integer variables are encoded (100349783 clauses, 2086067744 bytes)
146.46/150.48	c 150	ERROR Exception Too large HOME/temp.cnf
146.46/150.48	c 150	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:201)
146.46/150.48	c 150	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
146.46/150.49	c 150	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
146.46/150.49	s UNKNOWN
146.55/150.60	c 150	CPU 134.04 (0.03 0 134.01 12.55)
146.55/150.60	c 150	END Fri Jul  4 04:00:44 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-1063370-1215136693/watcher-1063370-1215136693 -o /tmp/evaluation-result-1063370-1215136693/solver-1063370-1215136693 -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-1063370-1215136693.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.09 2.02 2.01 4/81 17214
/proc/meminfo: memFree=1032800/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=12268 CPUtime=0
/proc/17214/stat : 17214 (sugar) R 17212 17214 16249 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1992644518 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 244671281765 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/17214/statm: 3067 316 241 3 0 167 0

[startup+0.049535 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 17214
/proc/meminfo: memFree=1032800/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=0.03
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1992644518 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101597 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 17214
/proc/meminfo: memFree=1032800/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=0.03
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992644518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301613 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 17214
/proc/meminfo: memFree=1032800/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=0.03
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992644518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70166 s]
/proc/loadavg: 2.09 2.02 2.01 4/81 17214
/proc/meminfo: memFree=1032800/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=0.03
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1992644518 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 2.09 2.02 2.01 3/92 17226
/proc/meminfo: memFree=1010888/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 973 8677 0 1 3 0 110 7 15 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 13600

[startup+3.10291 s]
/proc/loadavg: 2.09 2.02 2.01 5/92 17236
/proc/meminfo: memFree=1013960/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 973 8677 0 1 3 0 110 7 15 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=864084 CPUtime=1.82
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 9111 0 1 0 176 6 0 0 20 0 9 0 1992644644 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 216021 7917 2532 9 0 210603 0
[pid=17228/tid=17229] ppid=17227 vsize=864084 CPUtime=1.17
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 2781 0 1 0 115 2 0 0 25 0 9 0 1992644645 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=864084 CPUtime=0.57
/proc/17228/task/17230/stat : 17230 (java) R 17227 17214 16249 0 -1 64 5298 0 0 0 54 3 0 0 15 0 9 0 1992644646 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=864084 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=864084 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=864084 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=864084 CPUtime=0.06
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 337 0 0 0 6 0 0 0 16 0 9 0 1992644648 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=864084 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 884822016 7917 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=864084 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 884822016 7917 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) 883040

[startup+6.30225 s]
/proc/loadavg: 2.16 2.03 2.01 3/92 17236
/proc/meminfo: memFree=972808/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=874020 CPUtime=5.02
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 24240 0 1 0 487 15 0 0 20 0 9 0 1992644644 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 218505 21461 2541 9 0 213080 0
[pid=17228/tid=17229] ppid=17227 vsize=874020 CPUtime=3.16
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 3468 0 1 0 313 3 0 0 25 0 9 0 1992644645 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=874020 CPUtime=1.64
/proc/17228/task/17230/stat : 17230 (java) R 17227 17214 16249 0 -1 64 18610 0 0 0 155 9 0 0 16 0 9 0 1992644646 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 103735967 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=874020 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=874020 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=874020 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=874020 CPUtime=0.2
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 1992644648 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=874020 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=874020 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 894996480 21461 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 892976

[startup+12.7029 s]
/proc/loadavg: 2.15 2.03 2.01 3/92 17236
/proc/meminfo: memFree=867976/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868388 CPUtime=11.41
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 53247 0 1 0 1114 27 0 0 20 0 9 0 1992644644 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217097 42567 2541 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868388 CPUtime=7.51
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 4595 0 1 0 747 4 0 0 25 0 9 0 1992644645 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4126619780 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868388 CPUtime=3.67
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 46481 0 0 0 346 21 0 0 16 0 9 0 1992644646 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868388 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868388 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868388 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868388 CPUtime=0.21
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1475 0 0 0 20 1 0 0 16 0 9 0 1992644648 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868388 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868388 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889229312 42567 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 887344

[startup+25.5013 s]
/proc/loadavg: 2.33 2.08 2.02 3/92 17236
/proc/meminfo: memFree=743816/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 15 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=24.19
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 55763 0 1 0 2321 98 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217125 42973 2565 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868500 CPUtime=19.04
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 4922 0 1 0 1834 70 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=4.88
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 463 25 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 887456

[startup+51.1019 s]
/proc/loadavg: 3.20 2.30 2.10 3/92 17236
/proc/meminfo: memFree=321032/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=49.37
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 56426 0 1 0 4607 330 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 6884 0 1 0 8519 753 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=6.15
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 579 36 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 887456

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

[startup+127.902 s]
/proc/loadavg: 3.04 2.52 2.19 3/92 17236
/proc/meminfo: memFree=15816/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=123.66
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 58345 0 1 0 11330 1036 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217125 42973 2565 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868500 CPUtime=116.82
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 7504 0 1 0 10689 993 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4127047718 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=6.56
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 616 40 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 124.86
Current children cumulated vsize (KiB) 887456

[startup+140.702 s]
/proc/loadavg: 2.96 2.52 2.19 3/92 17236
/proc/meminfo: memFree=15496/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=136.02
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 58642 0 1 0 12445 1157 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217125 42973 2565 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868500 CPUtime=128.97
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 7801 0 1 0 11787 1110 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4126658263 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=6.78
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 634 44 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 137.22
Current children cumulated vsize (KiB) 887456

[startup+147.102 s]
/proc/loadavg: 2.88 2.51 2.19 3/92 17236
/proc/meminfo: memFree=15432/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=142.19
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 58790 0 1 0 13007 1212 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217125 42973 2565 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868500 CPUtime=135.03
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 7949 0 1 0 12339 1164 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4126658500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=6.87
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 643 44 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 143.39
Current children cumulated vsize (KiB) 887456

[startup+150.302 s]
/proc/loadavg: 2.89 2.51 2.20 3/92 17236
/proc/meminfo: memFree=15368/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=1.2
/proc/17214/stat : 17214 (sugar) S 17212 17214 16249 0 -1 4194304 974 8677 0 1 3 0 110 7 16 0 1 0 1992644518 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244680011874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17214/statm: 3400 797 370 3 0 500 0
[pid=17227] ppid=17214 vsize=5356 CPUtime=0
/proc/17227/stat : 17227 (sh) S 17214 17214 16249 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 1992644644 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17227/statm: 1339 233 193 169 0 50 0
[pid=17228] ppid=17227 vsize=868500 CPUtime=145.17
/proc/17228/stat : 17228 (java) S 17227 17214 16249 0 -1 0 58862 0 1 0 13275 1242 0 0 20 0 9 0 1992644644 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17228/statm: 217125 42973 2565 9 0 211672 0
[pid=17228/tid=17229] ppid=17227 vsize=868500 CPUtime=137.97
/proc/17228/task/17229/stat : 17229 (java) R 17227 17214 16249 0 -1 64 8021 0 1 0 12603 1194 0 0 25 0 9 0 1992644645 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17230] ppid=17227 vsize=868500 CPUtime=6.92
/proc/17228/task/17230/stat : 17230 (java) S 17227 17214 16249 0 -1 64 48647 0 0 0 647 45 0 0 16 0 9 0 1992644646 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17231] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17231/stat : 17231 (java) S 17227 17214 16249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17232] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17232/stat : 17232 (java) S 17227 17214 16249 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992644647 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17233] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17233/stat : 17233 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17234] ppid=17227 vsize=868500 CPUtime=0.24
/proc/17228/task/17234/stat : 17234 (java) S 17227 17214 16249 0 -1 64 1498 0 0 0 23 1 0 0 16 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17235] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17235/stat : 17235 (java) S 17227 17214 16249 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17228/tid=17236] ppid=17227 vsize=868500 CPUtime=0
/proc/17228/task/17236/stat : 17236 (java) S 17227 17214 16249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1992644648 889344000 42973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 146.37
Current children cumulated vsize (KiB) 887456

[startup+151.101 s]
/proc/loadavg: 2.89 2.51 2.20 2/82 17236
/proc/meminfo: memFree=177560/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=147.07
/proc/17214/stat : 17214 (sugar) R 17212 17214 16249 0 -1 4194304 996 67841 0 2 3 48 13401 1255 19 0 1 0 1992644518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 0 0 0 17 0 0 0
/proc/17214/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 147.07
Current children cumulated vsize (KiB) 13600

[startup+151.502 s]
/proc/loadavg: 2.89 2.51 2.20 2/82 17236
/proc/meminfo: memFree=177560/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=147.45
/proc/17214/stat : 17214 (sugar) D 17212 17214 16249 0 -1 4194304 996 67841 0 2 3 86 13401 1255 23 0 1 0 1992644518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17214/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 147.45
Current children cumulated vsize (KiB) 13600

[startup+151.903 s]
/proc/loadavg: 2.89 2.51 2.20 2/82 17236
/proc/meminfo: memFree=1930200/2055920 swapFree=4180052/4192956
[pid=17214] ppid=17212 vsize=13600 CPUtime=147.5
/proc/17214/stat : 17214 (sugar) D 17212 17214 16249 0 -1 4194304 996 67841 0 2 3 91 13401 1255 18 0 1 0 1992644518 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244671288361 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17214/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 147.5
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 151.934
CPU time (s): 147.522
CPU user time (s): 134.053
CPU system time (s): 13.469
CPU usage (%): 97.096
Max. virtual memory (cumulated for all children) (KiB): 898096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 134.053
system time used= 13.469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68867
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= 33104
involuntary context switches= 35816

runsolver used 0.19197 second user time and 0.531919 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-04 03:58:13
IDJOB=1063370
IDBENCH=54746
IDSOLVER=345
FILE ID=node7/1063370-1215136693
PBS_JOBID= 7877306
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-agg3.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-1063370-1215136693/watcher-1063370-1215136693 -o /tmp/evaluation-result-1063370-1215136693/solver-1063370-1215136693 -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-1063370-1215136693.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 91f2ade819388a2c4eea77b263dbee23
RANDOM SEED=296855193

node7.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.236
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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1033344 kB
Buffers:         97408 kB
Cached:         814108 kB
SwapCached:       7028 kB
Active:         458784 kB
Inactive:       479468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1033344 kB
SwapTotal:     4192956 kB
SwapFree:      4180052 kB
Dirty:            4480 kB
Writeback:           0 kB
Mapped:          42900 kB
Slab:            69384 kB
Committed_AS:  3414948 kB
PageTables:       1940 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= 66552 MiB
End job on node7 at 2008-07-04 04:00:46