Trace number 1112316

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 241.426 249.724

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints1
Best CPU time to get the best result obtained on this benchmark1731.63
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 14:20:15 2008
0.00/0.04	c 0	PID 23099
0.03/0.05	c 0	HOST node24.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1112316-1215865215.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-1112316-1215865215.xml' 'HOME/temp.csp'
1.36/1.49	c 2	1 domains, 1225 variables, 4 predicates, 0 relations, 20859 constraints
1.44/1.51	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.44/1.51	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.44/1.59	c 2	Parsing HOME/temp.csp
1.45/2.02	c 2	parsed 10000 expressions
2.11/2.23	c 2	parsed 20000 expressions
2.11/2.26	c 2	parsed 22089 expressions
2.11/2.27	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.31/2.44	c 2	MAX CSP: 20859 constraints
2.31/2.44	c 2	Converting to clausal form CSP
2.90/3.02	c 3	converted 4296 (10%) expressions
3.20/3.38	c 3	converted 8591 (20%) expressions
3.70/3.87	c 4	converted 12886 (30%) expressions
4.08/4.22	c 4	converted 17181 (40%) expressions
4.38/4.58	c 5	converted 21476 (50%) expressions
4.79/4.93	c 5	converted 25771 (60%) expressions
5.28/5.49	c 6	converted 30066 (70%) expressions
5.67/5.84	c 6	converted 34361 (80%) expressions
6.07/6.20	c 6	converted 38656 (90%) expressions
8.54/8.74	c 9	converted 42951 (100%) expressions
8.54/8.75	c 9	CSP : 42943 integers, 31019 booleans, 114671 clauses, largest domain size 31289
8.54/8.75	c 9	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.54/8.75	c 9	Propagation in CSP
9.83/10.04	c 10	20850 values, 0 unsatisfiable literals, and 0 valid clauses are removed
9.83/10.05	c 10	CSP : 42943 integers, 31019 booleans, 114671 clauses, largest domain size 20860
9.83/10.05	c 10	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.83/10.09	c 10	Simplifing CSP by introducing new Boolean variables
10.03/10.23	c 10	CSP : 42943 integers, 52783 booleans, 136435 clauses, largest domain size 20860
10.03/10.23	c 10	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.52/10.75	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.72/10.98	c 11	4295 (10%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.72/10.99	c 11	8589 (20%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.72/10.99	c 11	12883 (30%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.72/11.00	c 11	17178 (40%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.82/11.00	c 11	21472 (50%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
10.82/11.08	c 11	25766 (60%) CSP integer variables are encoded (96892 clauses, 1473213 bytes)
10.92/11.15	c 11	30061 (70%) CSP integer variables are encoded (148823 clauses, 2356040 bytes)
11.02/11.23	c 11	34355 (80%) CSP integer variables are encoded (206902 clauses, 3343383 bytes)
11.02/11.30	c 11	38649 (90%) CSP integer variables are encoded (257603 clauses, 4205300 bytes)
11.51/11.72	c 12	42943 (100%) CSP integer variables are encoded (591719 clauses, 9885272 bytes)
13.10/13.35	c 13	13644 (10%) CSP clauses are encoded (909398 clauses, 18189136 bytes)
14.67/14.94	c 15	27287 (20%) CSP clauses are encoded (1227141 clauses, 26660796 bytes)
16.17/16.50	c 17	40931 (30%) CSP clauses are encoded (1540964 clauses, 35084951 bytes)
17.75/18.09	c 18	54574 (40%) CSP clauses are encoded (1859045 clauses, 43901858 bytes)
19.38/19.80	c 20	68218 (50%) CSP clauses are encoded (2174231 clauses, 52604357 bytes)
20.87/21.35	c 21	81861 (60%) CSP clauses are encoded (2487347 clauses, 61258825 bytes)
22.56/23.04	c 23	95505 (70%) CSP clauses are encoded (2896324 clauses, 71832463 bytes)
79.73/81.90	c 82	109148 (80%) CSP clauses are encoded (32267931 clauses, 781415701 bytes)
240.27/247.75	c 248	ERROR Exception Too large HOME/temp.cnf
240.27/247.76	c 248	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
240.27/247.76	c 248	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
240.27/247.76	c 248	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
240.27/247.76	s UNKNOWN
240.33/247.83	c 248	CPU 223.49 (0.03 0.01 223.46 16.87)
240.33/247.83	c 248	END Sat Jul 12 14:24:23 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112316-1215865215/watcher-1112316-1215865215 -o /tmp/evaluation-result-1112316-1215865215/solver-1112316-1215865215 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112316-1215865215.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.11 2.22 2.18 4/81 23099
/proc/meminfo: memFree=1900504/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=4708 CPUtime=0
/proc/23099/stat : 23099 (sugar) R 23097 23099 22351 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 43224398 4820992 43 996147200 4194304 4206940 548682068592 18446744073709551615 237785642377 0 0 4096 0 0 0 0 17 1 0 0
/proc/23099/statm: 1177 43 33 3 0 8 0

[startup+0.0496291 s]
/proc/loadavg: 2.11 2.22 2.18 4/81 23099
/proc/meminfo: memFree=1900504/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=0.03
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 838 0 0 0 2 1 0 0 18 0 1 0 43224398 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102184 s]
/proc/loadavg: 2.11 2.22 2.18 4/81 23099
/proc/meminfo: memFree=1900504/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=0.03
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43224398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301206 s]
/proc/loadavg: 2.11 2.22 2.18 4/81 23099
/proc/meminfo: memFree=1900504/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=0.03
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43224398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701248 s]
/proc/loadavg: 2.11 2.22 2.18 4/81 23099
/proc/meminfo: memFree=1900504/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=0.03
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 898 127 0 0 2 1 0 0 19 0 1 0 43224398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50233 s]
/proc/loadavg: 2.11 2.22 2.18 4/92 23111
/proc/meminfo: memFree=1865792/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=0.03
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 916 127 0 0 2 1 0 0 16 0 1 0 43224398 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 796 370 3 0 500 0
[pid=23102] ppid=23099 vsize=5356 CPUtime=0
/proc/23102/stat : 23102 (sh) S 23099 23099 22351 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 43224404 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23102/statm: 1339 233 193 169 0 50 0
[pid=23103] ppid=23102 vsize=864676 CPUtime=1.41
/proc/23103/stat : 23103 (java) S 23102 23099 22351 0 -1 0 13157 0 1 0 135 6 0 0 18 0 9 0 43224404 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23103/statm: 216169 11202 2529 9 0 210751 0
[pid=23103/tid=23104] ppid=23102 vsize=864676 CPUtime=0.79
/proc/23103/task/23104/stat : 23104 (java) S 23102 23099 22351 0 -1 64 2999 0 1 0 77 2 0 0 25 0 9 0 43224405 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23105] ppid=23102 vsize=864676 CPUtime=0.45
/proc/23103/task/23105/stat : 23105 (java) S 23102 23099 22351 0 -1 64 8940 0 0 0 43 2 0 0 16 0 9 0 43224406 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23106] ppid=23102 vsize=864676 CPUtime=0
/proc/23103/task/23106/stat : 23106 (java) S 23102 23099 22351 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 43224406 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23107] ppid=23102 vsize=864676 CPUtime=0
/proc/23103/task/23107/stat : 23107 (java) S 23102 23099 22351 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 43224406 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23108] ppid=23102 vsize=864676 CPUtime=0
/proc/23103/task/23108/stat : 23108 (java) S 23102 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224408 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23109] ppid=23102 vsize=864676 CPUtime=0.14
/proc/23103/task/23109/stat : 23109 (java) S 23102 23099 22351 0 -1 64 519 0 0 0 14 0 0 0 16 0 9 0 43224408 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23110] ppid=23102 vsize=864676 CPUtime=0
/proc/23103/task/23110/stat : 23110 (java) S 23102 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 43224408 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23103/tid=23111] ppid=23102 vsize=864676 CPUtime=0
/proc/23103/task/23111/stat : 23111 (java) S 23102 23099 22351 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 43224408 885428224 11202 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.1025 s]
/proc/loadavg: 2.11 2.22 2.18 3/92 23121
/proc/meminfo: memFree=1888384/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.45
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 2 1 135 7 15 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868444 CPUtime=1.55
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 10341 0 1 0 150 5 0 0 18 0 9 0 43224551 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217111 9181 2541 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868444 CPUtime=0.97
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 2750 0 1 0 96 1 0 0 21 0 9 0 43224551 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4126921387 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868444 CPUtime=0.34
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 5420 0 0 0 33 1 0 0 16 0 9 0 43224553 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 43224553 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868444 CPUtime=0.21
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1474 0 0 0 20 1 0 0 15 0 9 0 43224555 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889286656 9181 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887400

[startup+6.30183 s]
/proc/loadavg: 2.10 2.22 2.17 3/92 23121
/proc/meminfo: memFree=1849984/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 15 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868444 CPUtime=4.71
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 18311 0 1 0 462 9 0 0 18 0 9 0 43224551 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217111 16650 2540 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868444 CPUtime=3.39
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 3210 0 1 0 337 2 0 0 25 0 9 0 43224551 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4126639435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868444 CPUtime=1.09
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 12927 0 0 0 104 5 0 0 16 0 9 0 43224553 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868444 CPUtime=0.21
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1477 0 0 0 20 1 0 0 15 0 9 0 43224555 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868444 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889286656 16650 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887400

[startup+12.7015 s]
/proc/loadavg: 2.09 2.22 2.17 3/92 23121
/proc/meminfo: memFree=1787776/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 15 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=11.04
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 34874 0 1 0 1078 26 0 0 18 0 9 0 43224551 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27128 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=8.19
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 3796 0 1 0 808 11 0 0 25 0 9 0 43224551 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4127048452 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=2.5
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 238 12 0 0 16 0 9 0 43224553 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1539 0 0 0 31 1 0 0 15 0 9 0 43224555 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27128 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887512

[startup+25.5028 s]
/proc/loadavg: 2.07 2.20 2.17 3/92 23121
/proc/meminfo: memFree=1704384/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 16 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=23.55
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 35238 0 1 0 2278 77 0 0 18 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27129 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=20.49
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 4159 0 1 0 1989 60 0 0 25 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4126950290 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=2.72
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 257 15 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.14
Current children cumulated vsize (KiB) 887512

[startup+222.302 s]
/proc/loadavg: 3.02 2.63 2.34 3/92 23121
/proc/meminfo: memFree=14912/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 16 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=214.21
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 42848 0 1 0 19935 1486 0 0 18 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27129 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=206.92
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 11769 0 1 0 19272 1420 0 0 25 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4127109438 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=6.94
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 631 63 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.67
Current children cumulated vsize (KiB) 887512

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

[startup+230.302 s]
/proc/loadavg: 3.01 2.63 2.34 3/92 23121
/proc/meminfo: memFree=15360/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 16 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=221.95
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 43160 0 1 0 20650 1545 0 0 18 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27129 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=214.48
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 12081 0 1 0 19971 1477 0 0 25 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4126950426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=7.13
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 648 65 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.41
Current children cumulated vsize (KiB) 887512

[startup+243.107 s]
/proc/loadavg: 2.94 2.63 2.35 3/92 23121
/proc/meminfo: memFree=15808/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 16 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=234.38
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 43667 0 1 0 21798 1640 0 0 18 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27129 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=226.61
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 12588 0 1 0 21093 1568 0 0 25 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4127109412 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=7.42
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 673 69 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.84
Current children cumulated vsize (KiB) 887512

[startup+246.303 s]
/proc/loadavg: 2.86 2.62 2.34 4/92 23121
/proc/meminfo: memFree=15296/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=1.46
/proc/23099/stat : 23099 (sugar) S 23097 23099 22351 0 -1 4194304 974 13574 0 1 3 1 135 7 16 0 1 0 43224398 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23099/statm: 3400 797 370 3 0 500 0
[pid=23112] ppid=23099 vsize=5356 CPUtime=0
/proc/23112/stat : 23112 (sh) S 23099 23099 22351 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 43224550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23112/statm: 1339 233 193 169 0 50 0
[pid=23113] ppid=23112 vsize=868556 CPUtime=237.46
/proc/23113/stat : 23113 (java) S 23112 23099 22351 0 -1 0 43795 0 1 0 22082 1664 0 0 18 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23113/statm: 217139 27129 2566 9 0 211686 0
[pid=23113/tid=23114] ppid=23112 vsize=868556 CPUtime=229.63
/proc/23113/task/23114/stat : 23114 (java) R 23112 23099 22351 0 -1 64 12716 0 1 0 21370 1593 0 0 25 0 9 0 43224551 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4127215255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23115] ppid=23112 vsize=868556 CPUtime=7.49
/proc/23113/task/23115/stat : 23115 (java) S 23112 23099 22351 0 -1 64 28842 0 0 0 680 69 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23116] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23116/stat : 23116 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23117] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23117/stat : 23117 (java) S 23112 23099 22351 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 43224553 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23118] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23118/stat : 23118 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23119] ppid=23112 vsize=868556 CPUtime=0.32
/proc/23113/task/23119/stat : 23119 (java) S 23112 23099 22351 0 -1 64 1540 0 0 0 31 1 0 0 16 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23120] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23120/stat : 23120 (java) S 23112 23099 22351 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23113/tid=23121] ppid=23112 vsize=868556 CPUtime=0
/proc/23113/task/23121/stat : 23121 (java) S 23112 23099 22351 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 43224555 889401344 27129 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 238.92
Current children cumulated vsize (KiB) 887512

[startup+247.903 s]
/proc/loadavg: 2.86 2.62 2.34 3/92 23121
/proc/meminfo: memFree=15680/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=240.41
/proc/23099/stat : 23099 (sugar) R 23097 23099 22351 0 -1 4194304 998 57725 0 2 3 5 22346 1687 16 0 1 0 43224398 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23099/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 240.41
Current children cumulated vsize (KiB) 13600

[startup+248.701 s]
/proc/loadavg: 2.86 2.62 2.34 3/82 23121
/proc/meminfo: memFree=1490896/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=241.2
/proc/23099/stat : 23099 (sugar) R 23097 23099 22351 0 -1 4194304 998 57725 0 2 3 84 22346 1687 17 0 1 0 43224398 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23099/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.2
Current children cumulated vsize (KiB) 13600

[startup+249.501 s]
/proc/loadavg: 2.86 2.62 2.34 3/82 23121
/proc/meminfo: memFree=1490896/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=241.4
/proc/23099/stat : 23099 (sugar) D 23097 23099 22351 0 -1 4194304 998 57725 0 2 3 104 22346 1687 15 0 1 0 43224398 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23099/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.4
Current children cumulated vsize (KiB) 13600

[startup+249.706 s]
/proc/loadavg: 2.86 2.62 2.34 2/82 23121
/proc/meminfo: memFree=1947792/2055920 swapFree=4181008/4192956
[pid=23099] ppid=23097 vsize=13600 CPUtime=241.41
/proc/23099/stat : 23099 (sugar) D 23097 23099 22351 0 -1 4194304 998 57725 0 2 3 105 22346 1687 15 0 1 0 43224398 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23099/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 241.41
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 249.724
CPU time (s): 241.426
CPU user time (s): 223.493
CPU system time (s): 17.9333
CPU usage (%): 96.6774
Max. virtual memory (cumulated for all children) (KiB): 897648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 223.493
system time used= 17.9333
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58753
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= 72266
involuntary context switches= 78952

runsolver used 0.338948 second user time and 0.869867 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-12 14:20:15
IDJOB=1112316
IDBENCH=61397
IDSOLVER=368
FILE ID=node24/1112316-1215865215
PBS_JOBID= 7903478
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-35.xml
COMMAND LINE= DIR/sugar -max -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-1112316-1215865215/watcher-1112316-1215865215 -o /tmp/evaluation-result-1112316-1215865215/solver-1112316-1215865215 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112316-1215865215.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=2097156732

node24.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.220
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.220
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:       1900984 kB
Buffers:         15584 kB
Cached:          53136 kB
SwapCached:       5740 kB
Active:          74660 kB
Inactive:        16880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1900984 kB
SwapTotal:     4192956 kB
SwapFree:      4181008 kB
Dirty:            3880 kB
Writeback:           0 kB
Mapped:          38964 kB
Slab:            48252 kB
Committed_AS:   298472 kB
PageTables:       2044 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= 66460 MiB
End job on node24 at 2008-07-12 14:24:25