Trace number 1086612

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? 818.266 831.077

General information on the benchmark

Namecsp/fapp/fapp30/
normalized-fapp30-3000-1.xml
MD5SUM0ec16ab311064bfe5172278fde3994e0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark18.2692
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
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.05	c 0	BEGIN Sat Jul  5 08:44:08 2008
0.00/0.05	c 0	PID 31510
0.03/0.05	c 0	HOST node81.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1086612-1215240247.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-1086612-1215240247.xml' 'HOME/temp.csp'
3.06/3.18	c 3	21 domains, 3000 variables, 8 predicates, 0 relations, 63204 constraints
3.14/3.25	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.14/3.25	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.16/3.32	c 3	Parsing HOME/temp.csp
3.16/3.71	c 4	parsed 10000 expressions
3.16/4.04	c 4	parsed 20000 expressions
4.19/4.36	c 4	parsed 30000 expressions
4.48/4.61	c 5	parsed 40000 expressions
4.78/4.98	c 5	parsed 50000 expressions
5.07/5.24	c 5	parsed 60000 expressions
5.18/5.39	c 5	parsed 66233 expressions
5.18/5.40	c 5	Heap : 29 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.18/5.40	c 5	Converting to clausal form CSP
14.49/14.76	c 15	converted 6624 (10%) expressions
29.94/30.37	c 30	converted 13247 (20%) expressions
44.80/45.34	c 45	converted 19870 (30%) expressions
60.35/61.10	c 61	converted 26494 (40%) expressions
75.20/76.05	c 76	converted 33117 (50%) expressions
89.57/90.51	c 90	converted 39740 (60%) expressions
104.70/105.80	c 106	converted 46364 (70%) expressions
118.47/119.74	c 120	converted 52987 (80%) expressions
131.65/133.03	c 133	converted 59610 (90%) expressions
143.82/145.31	c 145	converted 66233 (100%) expressions
143.82/145.32	c 145	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
143.82/145.32	c 145	Heap : 232 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
143.82/145.32	c 145	Propagation in CSP
162.83/164.53	c 164	30520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
162.83/164.53	c 164	CSP : 17932 integers, 185820 booleans, 420849 clauses, largest domain size 2997
162.83/164.53	c 164	Heap : 257 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
162.93/164.63	c 165	Simplifing CSP by introducing new Boolean variables
163.72/165.46	c 165	CSP : 17932 integers, 338988 booleans, 574017 clauses, largest domain size 2997
163.72/165.46	c 165	Heap : 316 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
165.52/167.23	c 167	Encoding CSP to SAT : HOME/temp.cnf
199.81/201.87	c 202	1794 (10%) CSP integer variables are encoded (1153588 clauses, 19699484 bytes)
224.98/227.21	c 227	3587 (20%) CSP integer variables are encoded (3612215 clauses, 66413397 bytes)
230.86/233.22	c 233	5380 (30%) CSP integer variables are encoded (8784326 clauses, 164683506 bytes)
236.93/239.45	c 239	7173 (40%) CSP integer variables are encoded (13848155 clauses, 268604174 bytes)
243.12/246.40	c 246	8966 (50%) CSP integer variables are encoded (18984694 clauses, 376471493 bytes)
249.41/252.85	c 253	10760 (60%) CSP integer variables are encoded (24148002 clauses, 484900961 bytes)
255.55/259.77	c 260	12553 (70%) CSP integer variables are encoded (29210805 clauses, 591219824 bytes)
261.78/266.19	c 266	14346 (80%) CSP integer variables are encoded (34343388 clauses, 699004067 bytes)
267.91/273.02	c 273	16139 (90%) CSP integer variables are encoded (39340121 clauses, 803935460 bytes)
273.83/279.11	c 279	17932 (100%) CSP integer variables are encoded (44197540 clauses, 905941259 bytes)
793.42/805.07	c 805	57402 (10%) CSP clauses are encoded (90162296 clauses, 2079544265 bytes)
817.39/829.22	c 829	ERROR Exception Too large HOME/temp.cnf
817.39/829.22	c 829	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
817.39/829.22	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
817.39/829.22	c 829	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
817.39/829.22	s UNKNOWN
817.47/829.31	c 829	CPU 804.52 (0.04 0 804.48 12.97)
817.47/829.31	c 829	END Sat Jul  5 08:57:57 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-1086612-1215240247/watcher-1086612-1215240247 -o /tmp/evaluation-result-1086612-1215240247/solver-1086612-1215240247 -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-1086612-1215240247.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.32 2.15 2.04 4/75 31510
/proc/meminfo: memFree=1778704/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=12132 CPUtime=0
/proc/31510/stat : 31510 (sugar) R 31508 31510 30539 0 -1 4194304 289 0 0 0 0 0 0 0 20 0 1 0 257012731 12423168 257 996147200 4194304 4206940 548682068608 18446744073709551615 269807451868 0 0 4224 0 0 0 0 17 1 0 0
/proc/31510/statm: 3033 257 189 3 0 133 0

[startup+0.050643 s]
/proc/loadavg: 2.32 2.15 2.04 4/75 31510
/proc/meminfo: memFree=1778704/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 837 0 0 0 3 0 0 0 20 0 1 0 257012731 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101983 s]
/proc/loadavg: 2.32 2.15 2.04 4/75 31510
/proc/meminfo: memFree=1778704/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302998 s]
/proc/loadavg: 2.32 2.15 2.04 4/75 31510
/proc/meminfo: memFree=1778704/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702042 s]
/proc/loadavg: 2.32 2.15 2.04 4/75 31510
/proc/meminfo: memFree=1778704/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50114 s]
/proc/loadavg: 2.32 2.15 2.04 3/86 31522
/proc/meminfo: memFree=1743672/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 796 370 3 0 500 0
[pid=31513] ppid=31510 vsize=5356 CPUtime=0
/proc/31513/stat : 31513 (sh) S 31510 31510 30539 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 257012736 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31513/statm: 1339 233 193 169 0 50 0
[pid=31514] ppid=31513 vsize=864668 CPUtime=1.43
/proc/31514/stat : 31514 (java) S 31513 31510 30539 0 -1 0 19208 0 1 0 134 9 0 0 18 0 9 0 257012737 885420032 15790 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216167 15796 2529 9 0 210749 0
[pid=31514/tid=31515] ppid=31513 vsize=864668 CPUtime=0.72
/proc/31514/task/31515/stat : 31515 (java) R 31513 31510 30539 0 -1 64 3327 0 1 0 69 3 0 0 23 0 9 0 257012737 885420032 15801 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31516] ppid=31513 vsize=864668 CPUtime=0.61
/proc/31514/task/31516/stat : 31516 (java) R 31513 31510 30539 0 -1 64 14711 0 0 0 56 5 0 0 16 0 9 0 257012739 885420032 15809 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31513 vsize=864668 CPUtime=0
/proc/31514/task/31517/stat : 31517 (java) S 31513 31510 30539 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257012739 885420032 15816 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31513 vsize=864668 CPUtime=0
/proc/31514/task/31518/stat : 31518 (java) S 31513 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 257012739 885420032 15823 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31513 vsize=864668 CPUtime=0
/proc/31514/task/31519/stat : 31519 (java) S 31513 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 257012741 885420032 15830 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31513 vsize=864668 CPUtime=0.08
/proc/31514/task/31520/stat : 31520 (java) S 31513 31510 30539 0 -1 64 490 0 0 0 8 0 0 0 16 0 9 0 257012741 885420032 15837 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31513 vsize=864668 CPUtime=0
/proc/31514/task/31521/stat : 31521 (java) S 31513 31510 30539 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 257012741 885420032 15845 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31513 vsize=864668 CPUtime=0
/proc/31514/task/31522/stat : 31522 (java) S 31513 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257012741 885420032 15853 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883624

[startup+3.1013 s]
/proc/loadavg: 2.37 2.16 2.04 4/86 31522
/proc/meminfo: memFree=1691896/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=0.03
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 257012731 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 796 370 3 0 500 0
[pid=31513] ppid=31510 vsize=5356 CPUtime=0
/proc/31513/stat : 31513 (sh) S 31510 31510 30539 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 257012736 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31513/statm: 1339 233 193 169 0 50 0
[pid=31514] ppid=31513 vsize=864684 CPUtime=3.03
/proc/31514/stat : 31514 (java) S 31513 31510 30539 0 -1 0 32032 0 1 0 288 15 0 0 18 0 9 0 257012737 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31514/statm: 216171 26630 2529 9 0 210753 0
[pid=31514/tid=31515] ppid=31513 vsize=864684 CPUtime=1.64
/proc/31514/task/31515/stat : 31515 (java) R 31513 31510 30539 0 -1 64 3871 0 1 0 160 4 0 0 25 0 9 0 257012737 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4126745524 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31516] ppid=31513 vsize=864684 CPUtime=1.23
/proc/31514/task/31516/stat : 31516 (java) S 31513 31510 30539 0 -1 64 26933 0 0 0 114 9 0 0 16 0 9 0 257012739 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31517] ppid=31513 vsize=864684 CPUtime=0
/proc/31514/task/31517/stat : 31517 (java) S 31513 31510 30539 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 257012739 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31518] ppid=31513 vsize=864684 CPUtime=0
/proc/31514/task/31518/stat : 31518 (java) S 31513 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257012739 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31519] ppid=31513 vsize=864684 CPUtime=0
/proc/31514/task/31519/stat : 31519 (java) S 31513 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 257012741 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31520] ppid=31513 vsize=864684 CPUtime=0.13
/proc/31514/task/31520/stat : 31520 (java) S 31513 31510 30539 0 -1 64 528 0 0 0 13 0 0 0 16 0 9 0 257012741 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31521] ppid=31513 vsize=864684 CPUtime=0
/proc/31514/task/31521/stat : 31521 (java) S 31513 31510 30539 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 257012741 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31514/tid=31522] ppid=31513 vsize=864684 CPUtime=0
/proc/31514/task/31522/stat : 31522 (java) S 31513 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 257012741 885436416 26630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 883640

[startup+6.30265 s]
/proc/loadavg: 2.37 2.16 2.04 3/86 31532
/proc/meminfo: memFree=1737784/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 15 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868304 CPUtime=3
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 14449 0 1 0 291 9 0 0 20 0 9 0 257013056 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217076 12970 2544 9 0 211651 0
[pid=31524/tid=31525] ppid=31523 vsize=868304 CPUtime=2.06
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 3091 0 1 0 203 3 0 0 25 0 9 0 257013057 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4126571480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868304 CPUtime=0.73
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 9187 0 0 0 69 4 0 0 16 0 9 0 257013058 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868304 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868304 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 257013058 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868304 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868304 CPUtime=0.18
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1475 0 0 0 18 0 0 0 15 0 9 0 257013060 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868304 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868304 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889143296 12970 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887260

[startup+12.7023 s]
/proc/loadavg: 2.31 2.16 2.04 3/86 31532
/proc/meminfo: memFree=1722680/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 15 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868416 CPUtime=9.34
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 22795 0 1 0 920 14 0 0 20 0 9 0 257013056 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217104 15550 2541 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868416 CPUtime=7.74
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 3547 0 1 0 770 4 0 0 25 0 9 0 257013057 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4126575222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868416 CPUtime=1.37
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 17068 0 0 0 129 8 0 0 16 0 9 0 257013058 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868416 CPUtime=0.2
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1484 0 0 0 20 0 0 0 15 0 9 0 257013060 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889257984 15550 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887372

[startup+25.5027 s]
/proc/loadavg: 2.34 2.17 2.05 3/86 31532
/proc/meminfo: memFree=1702584/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 16 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868416 CPUtime=22.02
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 32300 0 1 0 2180 22 0 0 20 0 9 0 257013056 889257984 20499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217104 20499 2541 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868416 CPUtime=19.26
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 4322 0 1 0 1921 5 0 0 25 0 9 0 257013057 889257984 20499 996147200 134512640 134550740 4294955952 18446744073709551615 4126570208 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868416 CPUtime=2.52
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 25788 0 0 0 238 14 0 0 16 0 9 0 257013058 889257984 20499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889257984 20499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868416 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889257984 20499 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=31524/tid=31530] ppid=31523 vsize=868528 CPUtime=0.3
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1542 0 0 0 29 1 0 0 16 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 691.67
Current children cumulated vsize (KiB) 887484

[startup+762.308 s]
/proc/loadavg: 2.06 2.05 2.03 3/94 31618
/proc/meminfo: memFree=16112/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 16 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868528 CPUtime=747.96
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 114456 0 1 0 73612 1184 0 0 20 0 9 0 257013056 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217132 84908 2566 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868528 CPUtime=730.93
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 10658 0 1 0 71980 1113 0 0 25 0 9 0 257013057 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4126641526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868528 CPUtime=16.69
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 101560 0 0 0 1602 67 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868528 CPUtime=0.3
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1542 0 0 0 29 1 0 0 16 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 751.12
Current children cumulated vsize (KiB) 887484

[startup+822.302 s]
/proc/loadavg: 2.02 2.04 2.03 3/94 31618
/proc/meminfo: memFree=15920/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 16 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868528 CPUtime=807.44
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 114579 0 1 0 79483 1261 0 0 20 0 9 0 257013056 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217132 84908 2566 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868528 CPUtime=790.28
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 10781 0 1 0 77839 1189 0 0 25 0 9 0 257013057 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4127090600 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868528 CPUtime=16.83
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 101560 0 0 0 1614 69 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868528 CPUtime=0.3
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1542 0 0 0 29 1 0 0 16 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 810.6
Current children cumulated vsize (KiB) 887484

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

[startup+825.503 s]
/proc/loadavg: 2.02 2.04 2.03 3/94 31618
/proc/meminfo: memFree=15536/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 16 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868528 CPUtime=810.59
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 114589 0 1 0 79791 1268 0 0 20 0 9 0 257013056 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217132 84908 2566 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868528 CPUtime=793.42
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 10791 0 1 0 78146 1196 0 0 25 0 9 0 257013057 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4126641536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868528 CPUtime=16.84
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 101560 0 0 0 1615 69 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868528 CPUtime=0.3
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1542 0 0 0 29 1 0 0 16 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 813.75
Current children cumulated vsize (KiB) 887484

[startup+828.702 s]
/proc/loadavg: 2.02 2.04 2.03 3/94 31618
/proc/meminfo: memFree=14960/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=3.16
/proc/31510/stat : 31510 (sugar) S 31508 31510 30539 0 -1 4194304 974 32457 0 1 3 0 296 17 16 0 1 0 257012731 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31510/statm: 3400 797 370 3 0 500 0
[pid=31523] ppid=31510 vsize=5356 CPUtime=0
/proc/31523/stat : 31523 (sh) S 31510 31510 30539 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 257013056 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31523/statm: 1339 233 193 169 0 50 0
[pid=31524] ppid=31523 vsize=868528 CPUtime=813.73
/proc/31524/stat : 31524 (java) S 31523 31510 30539 0 -1 0 114597 0 1 0 80100 1273 0 0 20 0 9 0 257013056 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31524/statm: 217132 84908 2566 9 0 211679 0
[pid=31524/tid=31525] ppid=31523 vsize=868528 CPUtime=796.55
/proc/31524/task/31525/stat : 31525 (java) R 31523 31510 30539 0 -1 64 10799 0 1 0 78454 1201 0 0 25 0 9 0 257013057 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4127088316 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31526] ppid=31523 vsize=868528 CPUtime=16.85
/proc/31524/task/31526/stat : 31526 (java) S 31523 31510 30539 0 -1 64 101560 0 0 0 1616 69 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31527] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31527/stat : 31527 (java) S 31523 31510 30539 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31528] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31528/stat : 31528 (java) S 31523 31510 30539 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 257013058 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31529] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31529/stat : 31529 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31530] ppid=31523 vsize=868528 CPUtime=0.3
/proc/31524/task/31530/stat : 31530 (java) S 31523 31510 30539 0 -1 64 1542 0 0 0 29 1 0 0 16 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31531] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31531/stat : 31531 (java) S 31523 31510 30539 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31524/tid=31532] ppid=31523 vsize=868528 CPUtime=0
/proc/31524/task/31532/stat : 31532 (java) S 31523 31510 30539 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 257013060 889372672 84908 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 816.89
Current children cumulated vsize (KiB) 887484

[startup+830.301 s]
/proc/loadavg: 2.02 2.04 2.03 3/87 31618
/proc/meminfo: memFree=332784/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=818.21
/proc/31510/stat : 31510 (sugar) D 31508 31510 30539 0 -1 4194304 996 147353 0 2 4 72 80448 1297 18 0 1 0 257012731 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31510/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.21
Current children cumulated vsize (KiB) 13600

[startup+830.701 s]
/proc/loadavg: 2.02 2.04 2.03 2/84 31618
/proc/meminfo: memFree=1782400/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=818.23
/proc/31510/stat : 31510 (sugar) D 31508 31510 30539 0 -1 4194304 996 147353 0 2 4 74 80448 1297 18 0 1 0 257012731 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31510/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.23
Current children cumulated vsize (KiB) 13600

[startup+830.902 s]
/proc/loadavg: 2.02 2.04 2.03 2/84 31618
/proc/meminfo: memFree=1782400/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=818.24
/proc/31510/stat : 31510 (sugar) D 31508 31510 30539 0 -1 4194304 996 147353 0 2 4 75 80448 1297 18 0 1 0 257012731 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31510/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.24
Current children cumulated vsize (KiB) 13600

[startup+831.002 s]
/proc/loadavg: 2.02 2.04 2.03 2/84 31618
/proc/meminfo: memFree=1782400/2055920 swapFree=4180000/4192956
[pid=31510] ppid=31508 vsize=13600 CPUtime=818.25
/proc/31510/stat : 31510 (sugar) D 31508 31510 30539 0 -1 4194304 996 147353 0 2 4 76 80448 1297 18 0 1 0 257012731 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/31510/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 818.25
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 831.077
CPU time (s): 818.266
CPU user time (s): 804.523
CPU system time (s): 13.7429
CPU usage (%): 98.4584
Max. virtual memory (cumulated for all children) (KiB): 901624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 804.523
system time used= 13.7429
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148379
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= 47256
involuntary context switches= 64196

runsolver used 1.05184 second user time and 2.85257 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-05 08:44:08
IDJOB=1086612
IDBENCH=57846
IDSOLVER=346
FILE ID=node81/1086612-1215240247
PBS_JOBID= 7881922
Free space on /tmp= 126800 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp30/normalized-fapp30-3000-1.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-1086612-1215240247/watcher-1086612-1215240247 -o /tmp/evaluation-result-1086612-1215240247/solver-1086612-1215240247 -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-1086612-1215240247.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0ec16ab311064bfe5172278fde3994e0
RANDOM SEED=783463398

node81.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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1779120 kB
Buffers:          8264 kB
Cached:         105868 kB
SwapCached:       6228 kB
Active:         168792 kB
Inactive:        54180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779120 kB
SwapTotal:     4192956 kB
SwapFree:      4180000 kB
Dirty:           10152 kB
Writeback:           0 kB
Mapped:         116156 kB
Slab:            38968 kB
Committed_AS:   760268 kB
PageTables:       1884 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126796 MiB
End job on node81 at 2008-07-05 08:57:59