Trace number 1112902

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? 721.902 733.961

General information on the benchmark

Namecsp/fapp/fapp35/
normalized-fapp35-1500-3.xml
MD5SUMe300dafa26bcab4445d58a8b5c31c7b7
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints439
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints22067
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22067
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.12	c 0	Sugar v1-13 + HOME/minisat
0.01/0.12	c 0	BEGIN Sat Jul 12 17:08:42 2008
0.01/0.12	c 0	PID 19096
0.01/0.13	c 0	HOST node30.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1112902-1215875321.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112902-1215875321.xml' 'HOME/temp.csp'
1.77/2.02	c 2	17 domains, 1500 variables, 8 predicates, 0 relations, 22067 constraints
1.77/2.06	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.77/2.06	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.82/2.15	c 2	Parsing HOME/temp.csp
2.21/2.58	c 2	parsed 10000 expressions
2.51/2.90	c 2	parsed 20000 expressions
2.61/2.99	c 3	parsed 23592 expressions
2.70/3.00	c 3	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.92/3.23	c 3	MAX CSP: 22067 constraints
2.92/3.23	c 3	Converting to clausal form CSP
6.66/7.08	c 7	converted 4567 (10%) expressions
11.51/11.94	c 11	converted 9133 (20%) expressions
15.66/16.12	c 16	converted 13699 (30%) expressions
19.71/20.21	c 20	converted 18265 (40%) expressions
24.16/24.74	c 24	converted 22831 (50%) expressions
28.12/28.73	c 28	converted 27398 (60%) expressions
31.87/32.59	c 32	converted 31964 (70%) expressions
35.63/36.37	c 36	converted 36530 (80%) expressions
39.99/40.73	c 40	converted 41096 (90%) expressions
45.61/46.46	c 46	converted 45662 (100%) expressions
45.61/46.47	c 46	CSP : 48089 integers, 85875 booleans, 203420 clauses, largest domain size 33101
45.61/46.47	c 46	Heap : 137 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.61/46.47	c 46	Propagation in CSP
50.07/50.98	c 51	22059 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.07/50.99	c 51	CSP : 48089 integers, 85875 booleans, 203420 clauses, largest domain size 22068
50.07/50.99	c 51	Heap : 156 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
50.17/51.04	c 51	Simplifing CSP by introducing new Boolean variables
51.46/52.38	c 52	CSP : 48089 integers, 133279 booleans, 250824 clauses, largest domain size 22068
51.46/52.38	c 52	Heap : 155 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
52.35/53.28	c 53	Encoding CSP to SAT : HOME/temp.cnf
78.67/79.88	c 79	4809 (10%) CSP integer variables are encoded (2817177 clauses, 51307991 bytes)
80.44/81.82	c 81	9618 (20%) CSP integer variables are encoded (4196089 clauses, 77507319 bytes)
81.63/83.03	c 83	14427 (30%) CSP integer variables are encoded (5151260 clauses, 95655568 bytes)
82.62/84.05	c 84	19236 (40%) CSP integer variables are encoded (5947698 clauses, 110787890 bytes)
82.92/84.35	c 84	24045 (50%) CSP integer variables are encoded (6182957 clauses, 115257811 bytes)
83.02/84.43	c 84	28854 (60%) CSP integer variables are encoded (6245480 clauses, 116445748 bytes)
83.12/84.51	c 84	33663 (70%) CSP integer variables are encoded (6298942 clauses, 117461526 bytes)
83.22/84.60	c 84	38472 (80%) CSP integer variables are encoded (6367514 clauses, 118764394 bytes)
83.22/84.68	c 84	43281 (90%) CSP integer variables are encoded (6423726 clauses, 119832422 bytes)
83.70/85.14	c 85	48089 (100%) CSP integer variables are encoded (6779219 clauses, 126586789 bytes)
228.15/231.52	c 231	25083 (10%) CSP clauses are encoded (20625835 clauses, 466306602 bytes)
315.95/320.69	c 320	50165 (20%) CSP clauses are encoded (31153727 clauses, 738988363 bytes)
404.27/410.18	c 410	75248 (30%) CSP clauses are encoded (41582427 clauses, 1009577322 bytes)
478.84/485.73	c 485	100330 (40%) CSP clauses are encoded (50734519 clauses, 1252634304 bytes)
554.96/562.99	c 563	125412 (50%) CSP clauses are encoded (60349806 clauses, 1507614478 bytes)
620.82/629.90	c 629	150495 (60%) CSP clauses are encoded (69174212 clauses, 1745140604 bytes)
678.83/688.83	c 688	175577 (70%) CSP clauses are encoded (77407597 clauses, 1969776188 bytes)
720.89/731.73	c 731	ERROR Exception Too large HOME/temp.cnf
720.89/731.73	c 731	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
720.89/731.74	c 731	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
720.89/731.74	c 731	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
720.89/731.74	s UNKNOWN
720.95/731.82	c 731	CPU 707.8 (0.04 0.01 707.76 13.16)
720.95/731.82	c 731	END Sat Jul 12 17:20:53 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-1112902-1215875321/watcher-1112902-1215875321 -o /tmp/evaluation-result-1112902-1215875321/solver-1112902-1215875321 -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-1112902-1215875321.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.56 2.20 2.06 4/80 19096
/proc/meminfo: memFree=1870056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=18572 CPUtime=0
/proc/19096/stat : 19096 (runsolver) D 19094 19096 17876 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44233868 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 264907582759 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19096/statm: 4643 292 257 25 0 2626 0

[startup+0.036887 s]
/proc/loadavg: 2.56 2.20 2.06 4/80 19096
/proc/meminfo: memFree=1870056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=12272 CPUtime=0
/proc/19096/stat : 19096 (sugar) D 19094 19096 17876 0 -1 4194304 353 0 0 0 0 0 0 0 18 0 1 0 44233868 12566528 321 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/19096/statm: 3068 321 242 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.102894 s]
/proc/loadavg: 2.56 2.20 2.06 4/80 19096
/proc/meminfo: memFree=1870056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=12940 CPUtime=0.01
/proc/19096/stat : 19096 (sugar) R 19094 19096 17876 0 -1 4194304 611 0 0 0 1 0 0 0 18 0 1 0 44233868 13250560 579 996147200 4194304 4206940 548682068592 18446744073709551615 264925486024 0 0 4224 0 0 0 0 17 1 0 0
/proc/19096/statm: 3235 579 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.302908 s]
/proc/loadavg: 2.56 2.20 2.06 4/80 19096
/proc/meminfo: memFree=1870056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=0.04
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44233868 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702929 s]
/proc/loadavg: 2.56 2.20 2.06 4/80 19096
/proc/meminfo: memFree=1870056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=0.04
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44233868 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.502 s]
/proc/loadavg: 2.56 2.20 2.06 3/91 19108
/proc/meminfo: memFree=1851152/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=0.04
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44233868 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 796 370 3 0 500 0
[pid=19099] ppid=19096 vsize=5356 CPUtime=0
/proc/19099/stat : 19099 (sh) S 19096 19096 17876 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44233881 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19099/statm: 1339 233 193 169 0 50 0
[pid=19100] ppid=19099 vsize=865704 CPUtime=1.23
/proc/19100/stat : 19100 (java) S 19099 19096 17876 0 -1 0 12265 0 1 0 116 7 0 0 18 0 9 0 44233882 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19100/statm: 216426 10570 2529 9 0 211008 0
[pid=19100/tid=19101] ppid=19099 vsize=865704 CPUtime=0.74
/proc/19100/task/19101/stat : 19101 (java) R 19099 19096 17876 0 -1 64 2846 0 1 0 72 2 0 0 18 0 9 0 44233885 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19102] ppid=19099 vsize=865704 CPUtime=0.35
/proc/19100/task/19102/stat : 19102 (java) R 19099 19096 17876 0 -1 64 8220 0 0 0 32 3 0 0 16 0 9 0 44233893 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 102350426 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19103] ppid=19099 vsize=865704 CPUtime=0
/proc/19100/task/19103/stat : 19103 (java) S 19099 19096 17876 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44233893 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19104] ppid=19099 vsize=865704 CPUtime=0
/proc/19100/task/19104/stat : 19104 (java) S 19099 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44233893 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19105] ppid=19099 vsize=865704 CPUtime=0
/proc/19100/task/19105/stat : 19105 (java) S 19099 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44233895 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19106] ppid=19099 vsize=865704 CPUtime=0.11
/proc/19100/task/19106/stat : 19106 (java) S 19099 19096 17876 0 -1 64 500 0 0 0 11 0 0 0 16 0 9 0 44233895 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19107] ppid=19099 vsize=865704 CPUtime=0
/proc/19100/task/19107/stat : 19107 (java) S 19099 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44233895 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19100/tid=19108] ppid=19099 vsize=865704 CPUtime=0
/proc/19100/task/19108/stat : 19108 (java) S 19099 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44233895 886480896 10570 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 884660

[startup+3.10109 s]
/proc/loadavg: 2.56 2.20 2.06 3/87 19114
/proc/meminfo: memFree=1863152/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.8
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 3 1 167 9 15 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=864404 CPUtime=1.01
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 8219 0 1 0 95 6 0 0 19 0 9 0 44234074 885149696 7247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 216101 7247 2540 9 0 210676 0
[pid=19110/tid=19111] ppid=19109 vsize=864404 CPUtime=0.62
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 2604 0 1 0 60 2 0 0 18 0 9 0 44234075 885149696 7247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=864404 CPUtime=0.29
/proc/19110/task/19112/stat : 19112 (java) R 19109 19096 17876 0 -1 64 4579 0 0 0 27 2 0 0 16 0 9 0 44234076 885149696 7247 996147200 134512640 134550740 4294955936 18446744073709551615 104180096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=864404 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 885149696 7247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=864404 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44234076 885149696 7247 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 883360

[startup+6.3023 s]
/proc/loadavg: 2.59 2.22 2.07 4/91 19118
/proc/meminfo: memFree=1832208/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.8
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 3 1 167 9 15 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868432 CPUtime=4.17
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 12500 0 1 0 408 9 0 0 19 0 9 0 44234074 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217108 11043 2541 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868432 CPUtime=3.22
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 3103 0 1 0 319 3 0 0 25 0 9 0 44234075 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4126605763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868432 CPUtime=0.7
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 7231 0 0 0 67 3 0 0 16 0 9 0 44234076 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868432 CPUtime=0.22
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1470 0 0 0 21 1 0 0 15 0 9 0 44234079 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889274368 11043 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 887388

[startup+12.7027 s]
/proc/loadavg: 2.55 2.21 2.07 4/91 19118
/proc/meminfo: memFree=1818064/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.8
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 3 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868432 CPUtime=10.49
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 20592 0 1 0 1033 16 0 0 19 0 9 0 44234074 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217108 14693 2541 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868432 CPUtime=8.84
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 3620 0 1 0 880 4 0 0 25 0 9 0 44234075 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868432 CPUtime=1.41
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 14805 0 0 0 131 10 0 0 15 0 9 0 44234076 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868432 CPUtime=0.22
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1471 0 0 0 21 1 0 0 15 0 9 0 44234079 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889274368 14693 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 887388

[startup+25.5025 s]
/proc/loadavg: 2.42 2.20 2.06 3/91 19118
/proc/meminfo: memFree=1786576/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.8
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 3 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868432 CPUtime=23.15
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 30207 0 1 0 2291 24 0 0 19 0 9 0 44234074 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217108 22382 2541 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868432 CPUtime=20.23
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 4327 0 1 0 2017 6 0 0 25 0 9 0 44234075 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4126720692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868432 CPUtime=2.67
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 23706 0 0 0 251 16 0 0 16 0 9 0 44234076 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868432 CPUtime=0.23
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1478 0 0 0 22 1 0 0 15 0 9 0 44234079 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868432 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889274368 22382 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 9217 0 1 0 66861 1176 0 0 25 0 9 0 44234075 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868544 CPUtime=9.55
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 52445 0 0 0 903 52 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868544 CPUtime=0.34
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1534 0 0 0 33 1 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 692.1
Current children cumulated vsize (KiB) 887500

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

[startup+716.702 s]
/proc/loadavg: 2.49 2.22 2.12 3/91 19155
/proc/meminfo: memFree=14920/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.81
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 4 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868544 CPUtime=704.33
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 63974 0 1 0 69167 1266 0 0 19 0 9 0 44234074 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217136 49074 2566 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868544 CPUtime=694.34
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 9299 0 1 0 68223 1211 0 0 25 0 9 0 44234075 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4126672045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868544 CPUtime=9.62
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 52445 0 0 0 909 53 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868544 CPUtime=0.34
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1534 0 0 0 33 1 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 706.14
Current children cumulated vsize (KiB) 887500

[startup+723.103 s]
/proc/loadavg: 2.45 2.22 2.12 3/91 19155
/proc/meminfo: memFree=16008/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.81
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 4 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868544 CPUtime=710.62
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 64010 0 1 0 69780 1282 0 0 19 0 9 0 44234074 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217136 49074 2566 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868544 CPUtime=700.6
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 9335 0 1 0 68833 1227 0 0 25 0 9 0 44234075 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4126672033 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868544 CPUtime=9.65
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 52445 0 0 0 912 53 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868544 CPUtime=0.34
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1534 0 0 0 33 1 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 712.43
Current children cumulated vsize (KiB) 887500

[startup+729.501 s]
/proc/loadavg: 2.53 2.25 2.13 3/91 19155
/proc/meminfo: memFree=15048/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.81
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 4 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868544 CPUtime=716.91
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 64047 0 1 0 70393 1298 0 0 19 0 9 0 44234074 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217136 49074 2566 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868544 CPUtime=706.85
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 9372 0 1 0 69443 1242 0 0 25 0 9 0 44234075 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4127152940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868544 CPUtime=9.68
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 52445 0 0 0 915 53 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868544 CPUtime=0.34
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1534 0 0 0 33 1 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 718.72
Current children cumulated vsize (KiB) 887500

[startup+731.101 s]
/proc/loadavg: 2.53 2.25 2.13 3/91 19155
/proc/meminfo: memFree=15432/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=1.81
/proc/19096/stat : 19096 (sugar) S 19094 19096 17876 0 -1 4194304 974 14270 0 1 4 1 167 9 16 0 1 0 44233868 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19096/statm: 3400 797 370 3 0 500 0
[pid=19109] ppid=19096 vsize=5356 CPUtime=0
/proc/19109/stat : 19109 (sh) S 19096 19096 17876 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44234074 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19109/statm: 1339 233 193 169 0 50 0
[pid=19110] ppid=19109 vsize=868544 CPUtime=718.49
/proc/19110/stat : 19110 (java) S 19109 19096 17876 0 -1 0 64057 0 1 0 70547 1302 0 0 19 0 9 0 44234074 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19110/statm: 217136 49074 2566 9 0 211683 0
[pid=19110/tid=19111] ppid=19109 vsize=868544 CPUtime=708.43
/proc/19110/task/19111/stat : 19111 (java) R 19109 19096 17876 0 -1 64 9382 0 1 0 69597 1246 0 0 25 0 9 0 44234075 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4127150588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19112] ppid=19109 vsize=868544 CPUtime=9.69
/proc/19110/task/19112/stat : 19112 (java) S 19109 19096 17876 0 -1 64 52445 0 0 0 916 53 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19113] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19113/stat : 19113 (java) S 19109 19096 17876 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19114] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19114/stat : 19114 (java) S 19109 19096 17876 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44234076 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19115] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19115/stat : 19115 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19116] ppid=19109 vsize=868544 CPUtime=0.34
/proc/19110/task/19116/stat : 19116 (java) S 19109 19096 17876 0 -1 64 1534 0 0 0 33 1 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19117] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19117/stat : 19117 (java) S 19109 19096 17876 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19110/tid=19118] ppid=19109 vsize=868544 CPUtime=0
/proc/19110/task/19118/stat : 19118 (java) S 19109 19096 17876 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44234079 889389056 49074 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 720.3
Current children cumulated vsize (KiB) 887500

[startup+732.701 s]
/proc/loadavg: 2.53 2.25 2.13 3/81 19155
/proc/meminfo: memFree=1596056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=721.73
/proc/19096/stat : 19096 (sugar) D 19094 19096 17876 0 -1 4194304 998 78628 0 2 4 77 70776 1316 21 0 1 0 44233868 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/19096/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 721.73
Current children cumulated vsize (KiB) 13600

[startup+733.501 s]
/proc/loadavg: 2.53 2.25 2.13 3/81 19155
/proc/meminfo: memFree=1596056/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=721.85
/proc/19096/stat : 19096 (sugar) D 19094 19096 17876 0 -1 4194304 998 78628 0 2 4 89 70776 1316 18 0 1 0 44233868 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19096/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 721.85
Current children cumulated vsize (KiB) 13600

[startup+733.901 s]
/proc/loadavg: 2.49 2.24 2.13 2/81 19155
/proc/meminfo: memFree=1850136/2055920 swapFree=4180348/4192956
[pid=19096] ppid=19094 vsize=13600 CPUtime=721.87
/proc/19096/stat : 19096 (sugar) D 19094 19096 17876 0 -1 4194304 998 78628 0 2 4 91 70776 1316 18 0 1 0 44233868 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19096/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 721.87
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 733.961
CPU time (s): 721.902
CPU user time (s): 707.81
CPU system time (s): 14.0919
CPU usage (%): 98.3571
Max. virtual memory (cumulated for all children) (KiB): 897636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 707.81
system time used= 14.0919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79656
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= 47162
involuntary context switches= 62748

runsolver used 0.986849 second user time and 2.44163 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-12 17:08:41
IDJOB=1112902
IDBENCH=61493
IDSOLVER=368
FILE ID=node30/1112902-1215875321
PBS_JOBID= 7903501
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp35/normalized-fapp35-1500-3.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-1112902-1215875321/watcher-1112902-1215875321 -o /tmp/evaluation-result-1112902-1215875321/solver-1112902-1215875321 -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-1112902-1215875321.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e300dafa26bcab4445d58a8b5c31c7b7
RANDOM SEED=344807404

node30.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.234
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.234
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:       1870728 kB
Buffers:          2992 kB
Cached:          36488 kB
SwapCached:       6352 kB
Active:         138384 kB
Inactive:         4368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870728 kB
SwapTotal:     4192956 kB
SwapFree:      4180348 kB
Dirty:            4624 kB
Writeback:           0 kB
Mapped:         119516 kB
Slab:            27512 kB
Committed_AS:  1017580 kB
PageTables:       1904 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= 66544 MiB
End job on node30 at 2008-07-12 17:20:56