Trace number 1064568

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? 182.376 188.351

General information on the benchmark

Namecsp/tdsp/
normalized-C7-3-240.xml
MD5SUMf9fb4b9e93d84a370d6e24bfb8078515
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size241
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
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 Fri Jul  4 05:35:10 2008
0.00/0.04	c 0	PID 4835
0.00/0.05	c 0	HOST node68.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1064568-1215142509.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064568-1215142509.xml' 'HOME/temp.csp'
1.47/1.59	c 1	5 domains, 590 variables, 2 predicates, 0 relations, 19502 constraints
1.56/1.62	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.56/1.62	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.57/1.70	c 1	Parsing HOME/temp.csp
2.24/2.34	c 2	parsed 10000 expressions
2.63/2.74	c 2	parsed 20000 expressions
2.73/2.82	c 2	parsed 20099 expressions
2.73/2.83	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.73/2.83	c 2	Converting to clausal form CSP
3.02/3.16	c 3	converted 2010 (10%) expressions
3.23/3.31	c 3	converted 4020 (20%) expressions
3.32/3.47	c 3	converted 6030 (30%) expressions
3.62/3.76	c 3	converted 8040 (40%) expressions
3.81/3.92	c 3	converted 10050 (50%) expressions
3.92/4.07	c 4	converted 12060 (60%) expressions
4.11/4.23	c 4	converted 14070 (70%) expressions
4.21/4.38	c 4	converted 16080 (80%) expressions
4.41/4.53	c 4	converted 18090 (90%) expressions
4.71/4.86	c 4	converted 20099 (100%) expressions
4.71/4.87	c 4	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 241
4.71/4.87	c 4	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.71/4.87	c 4	Propagation in CSP
4.91/5.07	c 5	2948 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.91/5.07	c 5	CSP : 974 integers, 0 booleans, 20254 clauses, largest domain size 240
4.91/5.07	c 5	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.91/5.08	c 5	Simplifing CSP by introducing new Boolean variables
5.60/5.76	c 5	CSP : 974 integers, 76440 booleans, 96694 clauses, largest domain size 240
5.60/5.76	c 5	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.90/6.06	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.00/6.11	c 6	98 (10%) CSP integer variables are encoded (12260 clauses, 161922 bytes)
6.00/6.12	c 6	195 (20%) CSP integer variables are encoded (24562 clauses, 346452 bytes)
6.00/6.14	c 6	293 (30%) CSP integer variables are encoded (36974 clauses, 532632 bytes)
6.00/6.15	c 6	390 (40%) CSP integer variables are encoded (49361 clauses, 718437 bytes)
6.00/6.17	c 6	487 (50%) CSP integer variables are encoded (61958 clauses, 907392 bytes)
6.00/6.18	c 6	585 (60%) CSP integer variables are encoded (74437 clauses, 1094577 bytes)
6.00/6.19	c 6	682 (70%) CSP integer variables are encoded (76333 clauses, 1123017 bytes)
6.00/6.19	c 6	780 (80%) CSP integer variables are encoded (77355 clauses, 1138347 bytes)
6.00/6.19	c 6	877 (90%) CSP integer variables are encoded (78756 clauses, 1159362 bytes)
6.00/6.19	c 6	974 (100%) CSP integer variables are encoded (79786 clauses, 1174812 bytes)
46.26/47.17	c 47	9670 (10%) CSP clauses are encoded (18764905 clauses, 490396316 bytes)
90.82/93.06	c 93	19339 (20%) CSP clauses are encoded (39448699 clauses, 1037439557 bytes)
126.44/129.84	c 129	29009 (30%) CSP clauses are encoded (55473547 clauses, 1473314972 bytes)
179.87/185.17	c 185	38678 (40%) CSP clauses are encoded (78401826 clauses, 2127888038 bytes)
181.54/186.81	c 186	ERROR Exception Too large HOME/temp.cnf
181.54/186.81	c 186	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
181.54/186.81	c 186	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
181.54/186.81	c 186	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
181.54/186.81	s UNKNOWN
181.56/186.91	c 186	CPU 168.01 (0.03 0.01 167.98 13.56)
181.56/186.91	c 186	END Fri Jul  4 05:38:16 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-1064568-1215142509/watcher-1064568-1215142509 -o /tmp/evaluation-result-1064568-1215142509/solver-1064568-1215142509 -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-1064568-1215142509.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.98 1.98 1.99 4/74 4835
/proc/meminfo: memFree=935576/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=12268 CPUtime=0
/proc/4835/stat : 4835 (sugar) R 4833 4835 628 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1993220512 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 213112289893 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/4835/statm: 3067 316 241 3 0 167 0

[startup+0.105513 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 4835
/proc/meminfo: memFree=935576/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.04
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993220512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201531 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 4835
/proc/meminfo: memFree=935576/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.04
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993220512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301541 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 4835
/proc/meminfo: memFree=935576/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.04
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993220512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701615 s]
/proc/loadavg: 1.98 1.98 1.99 4/74 4835
/proc/meminfo: memFree=935576/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.04
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993220512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50275 s]
/proc/loadavg: 1.98 1.98 1.99 4/85 4847
/proc/meminfo: memFree=903288/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=0.04
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1993220512 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 796 370 3 0 500 0
[pid=4838] ppid=4835 vsize=5356 CPUtime=0
/proc/4838/stat : 4838 (sh) S 4835 4835 628 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993220517 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4838/statm: 1339 233 193 169 0 50 0
[pid=4839] ppid=4838 vsize=864692 CPUtime=1.43
/proc/4839/stat : 4839 (java) S 4838 4835 628 0 -1 0 13144 0 1 0 135 8 0 0 18 0 9 0 1993220518 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4839/statm: 216173 11188 2529 9 0 210755 0
[pid=4839/tid=4840] ppid=4838 vsize=864692 CPUtime=0.81
/proc/4839/task/4840/stat : 4840 (java) R 4838 4835 628 0 -1 64 3018 0 1 0 79 2 0 0 24 0 9 0 1993220519 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4126751815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4841] ppid=4838 vsize=864692 CPUtime=0.44
/proc/4839/task/4841/stat : 4841 (java) S 4838 4835 628 0 -1 64 8908 0 0 0 41 3 0 0 16 0 9 0 1993220520 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4842] ppid=4838 vsize=864692 CPUtime=0
/proc/4839/task/4842/stat : 4842 (java) S 4838 4835 628 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1993220520 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4843] ppid=4838 vsize=864692 CPUtime=0
/proc/4839/task/4843/stat : 4843 (java) S 4838 4835 628 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1993220520 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4844] ppid=4838 vsize=864692 CPUtime=0
/proc/4839/task/4844/stat : 4844 (java) S 4838 4835 628 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993220522 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4845] ppid=4838 vsize=864692 CPUtime=0.13
/proc/4839/task/4845/stat : 4845 (java) S 4838 4835 628 0 -1 64 519 0 0 0 13 0 0 0 16 0 9 0 1993220522 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4846] ppid=4838 vsize=864692 CPUtime=0
/proc/4839/task/4846/stat : 4846 (java) S 4838 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220522 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4839/tid=4847] ppid=4838 vsize=864692 CPUtime=0
/proc/4839/task/4847/stat : 4847 (java) S 4838 4835 628 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1993220522 885444608 11188 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883648

[startup+3.10302 s]
/proc/loadavg: 1.98 1.98 1.99 3/85 4857
/proc/meminfo: memFree=922552/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 15 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868292 CPUtime=1.45
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 9643 0 1 0 138 7 0 0 18 0 9 0 1993220675 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217073 8613 2543 9 0 211648 0
[pid=4849/tid=4850] ppid=4848 vsize=868292 CPUtime=0.91
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 2812 0 1 0 89 2 0 0 25 0 9 0 1993220676 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4126842145 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868292 CPUtime=0.34
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 4671 0 0 0 31 3 0 0 16 0 9 0 1993220677 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868292 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868292 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1993220677 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868292 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868292 CPUtime=0.18
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1463 0 0 0 17 1 0 0 16 0 9 0 1993220680 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868292 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868292 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889131008 8613 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887248

[startup+6.30257 s]
/proc/loadavg: 2.06 2.00 2.00 4/85 4857
/proc/meminfo: memFree=859320/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 15 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=4.63
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 22859 0 1 0 447 16 0 0 18 0 9 0 1993220675 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20903 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=2.48
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 3780 0 1 0 244 4 0 0 25 0 9 0 1993220676 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4126478565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=1.88
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 179 9 0 0 16 0 9 0 1993220677 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.24
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1503 0 0 0 23 1 0 0 15 0 9 0 1993220680 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20903 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887472

[startup+12.7027 s]
/proc/loadavg: 2.06 2.00 2.00 3/85 4857
/proc/meminfo: memFree=786424/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 15 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=10.98
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 23172 0 1 0 1038 60 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=8.66
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 4084 0 1 0 820 46 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 102064734 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=2.03
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 192 11 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 17 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887472

[startup+25.5018 s]
/proc/loadavg: 2.12 2.02 2.01 3/85 4857
/proc/meminfo: memFree=627896/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 15 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=23.61
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 23787 0 1 0 2209 152 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=21.01
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 4699 0 1 0 1966 135 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 102064747 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=2.32
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 217 15 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 16 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 157.83
Current children cumulated vsize (KiB) 887472

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

[startup+166.403 s]
/proc/loadavg: 2.36 2.14 2.05 3/85 4857
/proc/meminfo: memFree=15672/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 16 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=160.21
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 30278 0 1 0 14831 1190 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=154.37
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 11190 0 1 0 14311 1126 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126997401 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=5.55
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 493 62 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 16 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 887472

[startup+179.203 s]
/proc/loadavg: 2.30 2.14 2.04 3/85 4857
/proc/meminfo: memFree=15672/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 16 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=172.61
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 30850 0 1 0 15972 1289 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=166.49
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 11762 0 1 0 15429 1220 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126989934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=5.82
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 516 66 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 16 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 174.18
Current children cumulated vsize (KiB) 887472

[startup+182.402 s]
/proc/loadavg: 2.28 2.14 2.04 3/85 4857
/proc/meminfo: memFree=16312/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 16 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=175.71
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 30994 0 1 0 16259 1312 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=169.52
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 11906 0 1 0 15710 1242 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126828040 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=5.89
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 522 67 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 16 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 177.28
Current children cumulated vsize (KiB) 887472

[startup+185.602 s]
/proc/loadavg: 2.28 2.14 2.04 3/85 4857
/proc/meminfo: memFree=16184/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=1.57
/proc/4835/stat : 4835 (sugar) S 4833 4835 628 0 -1 4194304 974 13573 0 1 3 1 144 9 16 0 1 0 1993220512 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213121020002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4835/statm: 3400 797 370 3 0 500 0
[pid=4848] ppid=4835 vsize=5356 CPUtime=0
/proc/4848/stat : 4848 (sh) S 4835 4835 628 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993220675 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213112120132 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4848/statm: 1339 233 193 169 0 50 0
[pid=4849] ppid=4848 vsize=868516 CPUtime=178.8
/proc/4849/stat : 4849 (java) S 4848 4835 628 0 -1 0 31136 0 1 0 16544 1336 0 0 18 0 9 0 1993220675 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4849/statm: 217129 20912 2565 9 0 211676 0
[pid=4849/tid=4850] ppid=4848 vsize=868516 CPUtime=172.55
/proc/4849/task/4850/stat : 4850 (java) R 4848 4835 628 0 -1 64 12048 0 1 0 15989 1266 0 0 25 0 9 0 1993220676 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4126986389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4851] ppid=4848 vsize=868516 CPUtime=5.96
/proc/4849/task/4851/stat : 4851 (java) S 4848 4835 628 0 -1 64 16879 0 0 0 529 67 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4852] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4852/stat : 4852 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4853] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4853/stat : 4853 (java) S 4848 4835 628 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993220677 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4854] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4854/stat : 4854 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4855] ppid=4848 vsize=868516 CPUtime=0.26
/proc/4849/task/4855/stat : 4855 (java) S 4848 4835 628 0 -1 64 1512 0 0 0 25 1 0 0 16 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4856] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4856/stat : 4856 (java) S 4848 4835 628 0 -1 64 2 0 0 0 0 0 0 0 20 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4849/tid=4857] ppid=4848 vsize=868516 CPUtime=0
/proc/4849/task/4857/stat : 4857 (java) S 4848 4835 628 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993220680 889360384 20912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 180.37
Current children cumulated vsize (KiB) 887472

[startup+187.202 s]
/proc/loadavg: 2.26 2.13 2.04 3/75 4857
/proc/meminfo: memFree=205000/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=181.83
/proc/4835/stat : 4835 (sugar) R 4833 4835 628 0 -1 4194304 996 45061 0 2 3 26 16798 1356 16 0 1 0 1993220512 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4835/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 181.83
Current children cumulated vsize (KiB) 13600

[startup+188.001 s]
/proc/loadavg: 2.26 2.13 2.04 3/75 4857
/proc/meminfo: memFree=205000/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=182.32
/proc/4835/stat : 4835 (sugar) D 4833 4835 628 0 -1 4194304 996 45061 0 2 3 75 16798 1356 15 0 1 0 1993220512 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/4835/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.32
Current children cumulated vsize (KiB) 13600

[startup+188.205 s]
/proc/loadavg: 2.26 2.13 2.04 2/75 4857
/proc/meminfo: memFree=1399496/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=182.34
/proc/4835/stat : 4835 (sugar) D 4833 4835 628 0 -1 4194304 996 45061 0 2 3 77 16798 1356 15 0 1 0 1993220512 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/4835/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.34
Current children cumulated vsize (KiB) 13600

[startup+188.301 s]
/proc/loadavg: 2.26 2.13 2.04 2/75 4857
/proc/meminfo: memFree=1399496/2055920 swapFree=4180444/4192956
[pid=4835] ppid=4833 vsize=13600 CPUtime=182.35
/proc/4835/stat : 4835 (sugar) D 4833 4835 628 0 -1 4194304 996 45061 0 2 3 78 16798 1356 15 0 1 0 1993220512 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 213112296489 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/4835/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 182.35
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 188.351
CPU time (s): 182.376
CPU user time (s): 168.02
CPU system time (s): 14.3558
CPU usage (%): 96.8278
Max. virtual memory (cumulated for all children) (KiB): 888364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.02
system time used= 14.3558
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46087
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= 65528
involuntary context switches= 69529

runsolver used 0.248962 second user time and 0.693894 second system time

The end

Launcher Data (download as text)

Begin job on node68 at 2008-07-04 05:35:09
IDJOB=1064568
IDBENCH=54965
IDSOLVER=346
FILE ID=node68/1064568-1215142509
PBS_JOBID= 7877207
Free space on /tmp= 66172 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-3-240.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-1064568-1215142509/watcher-1064568-1215142509 -o /tmp/evaluation-result-1064568-1215142509/solver-1064568-1215142509 -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-1064568-1215142509.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9fb4b9e93d84a370d6e24bfb8078515
RANDOM SEED=984420630

node68.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.261
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.261
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:        936056 kB
Buffers:         10672 kB
Cached:         476916 kB
SwapCached:       6772 kB
Active:        1007172 kB
Inactive:        52528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        936056 kB
SwapTotal:     4192956 kB
SwapFree:      4180444 kB
Dirty:            4524 kB
Writeback:           0 kB
Mapped:         578904 kB
Slab:            44436 kB
Committed_AS:  4733296 kB
PageTables:       2980 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= 66168 MiB
End job on node68 at 2008-07-04 05:38:18