Trace number 1109535

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-inc? 157.665 165.47

General information on the benchmark

Namecsp/fischer/
normalized-fischer-4-3-fair.xml
MD5SUMae8f3e49f968fd199bed72da4b64c0a4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best Number of falsified constraints
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables3335
Number of constraints3145
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3145
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.07	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.07	c 0	BEGIN Fri Jul 11 21:42:21 2008
0.03/0.07	c 0	PID 18279
0.03/0.07	c 0	HOST node24.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-1109535-1215805341.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109535-1215805341.xml' 'HOME/temp.csp'
0.06/0.54	c 1	3 domains, 3335 variables, 9 predicates, 0 relations, 3145 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.67/0.63	c 1	Parsing HOME/temp.csp
0.67/0.85	c 1	parsed 6492 expressions
0.67/0.85	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.67/0.88	c 1	MAX CSP: 3145 constraints
0.67/0.88	c 1	Converting to clausal form CSP
0.67/0.91	c 1	converted 964 (10%) expressions
0.67/0.92	c 1	converted 1928 (20%) expressions
0.67/0.92	c 1	converted 2892 (30%) expressions
0.67/0.98	c 1	converted 3856 (40%) expressions
1.22/1.06	c 1	converted 4820 (50%) expressions
1.37/1.16	c 1	converted 5784 (60%) expressions
1.48/1.22	c 1	converted 6748 (70%) expressions
1.58/1.33	c 1	converted 7712 (80%) expressions
1.58/1.38	c 1	converted 8676 (90%) expressions
1.99/1.75	c 2	converted 9640 (100%) expressions
1.99/1.75	c 2	CSP : 12075 integers, 3365 booleans, 23659 clauses, largest domain size 20001
1.99/1.75	c 2	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/1.75	c 2	Propagation in CSP
2.21/1.99	c 2	3140 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/1.99	c 2	CSP : 12075 integers, 3365 booleans, 23659 clauses, largest domain size 20001
2.21/1.99	c 2	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.00	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.05	c 2	CSP : 12075 integers, 8335 booleans, 28629 clauses, largest domain size 20001
2.31/2.05	c 2	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.41/2.16	c 2	Encoding CSP to SAT : HOME/temp.cnf
33.81/36.91	c 37	1208 (10%) CSP integer variables are encoded (23762792 clauses, 476797721 bytes)
66.69/70.44	c 70	2415 (20%) CSP integer variables are encoded (47901585 clauses, 983712374 bytes)
78.70/83.80	c 84	3623 (30%) CSP integer variables are encoded (56841138 clauses, 1171442987 bytes)
84.31/89.42	c 89	4830 (40%) CSP integer variables are encoded (60900895 clauses, 1256697884 bytes)
92.65/97.98	c 98	6038 (50%) CSP integer variables are encoded (67060581 clauses, 1386051290 bytes)
100.94/106.33	c 106	7245 (60%) CSP integer variables are encoded (73090205 clauses, 1512673394 bytes)
109.48/115.17	c 115	8453 (70%) CSP integer variables are encoded (79419814 clauses, 1645595183 bytes)
112.83/118.73	c 119	9660 (80%) CSP integer variables are encoded (81827891 clauses, 1696164800 bytes)
112.83/118.78	c 119	10868 (90%) CSP integer variables are encoded (81862093 clauses, 1696883042 bytes)
112.93/118.81	c 119	12075 (100%) CSP integer variables are encoded (81884790 clauses, 1697359679 bytes)
137.21/143.38	c 143	2863 (10%) CSP clauses are encoded (86461013 clauses, 1853471542 bytes)
156.94/163.53	c 164	ERROR Exception Too large HOME/temp.cnf
156.94/163.53	c 164	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
156.94/163.53	c 164	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
156.94/163.53	c 164	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
156.94/163.53	s UNKNOWN
156.97/163.75	c 164	CPU 142.93 (0.05 0.02 142.88 14.04)
156.97/163.75	c 164	END Fri Jul 11 21:45:05 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-1109535-1215805341/watcher-1109535-1215805341 -o /tmp/evaluation-result-1109535-1215805341/solver-1109535-1215805341 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109535-1215805341.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: 1.85 1.97 1.90 3/82 18279
/proc/meminfo: memFree=1150104/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=12272 CPUtime=0
/proc/18279/stat : 18279 (sugar++) R 18277 18279 17810 0 -1 4194304 375 0 0 0 0 0 0 0 18 0 1 0 37237000 12566528 343 996147200 4194304 4206940 548682068528 18446744073709551615 237805883039 0 0 4224 0 0 0 0 17 0 0 0
/proc/18279/statm: 3068 343 256 3 0 168 0

[startup+0.047089 s]
/proc/loadavg: 1.85 1.97 1.90 3/82 18279
/proc/meminfo: memFree=1150104/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=14776 CPUtime=0.03
/proc/18279/stat : 18279 (sugar++) R 18277 18279 17810 0 -1 4194304 873 0 0 0 2 1 0 0 18 0 1 0 37237000 15130624 841 996147200 4194304 4206940 548682068528 18446744073709551615 237788107489 0 0 4224 0 0 0 0 17 0 0 0
/proc/18279/statm: 3694 842 378 3 0 533 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14776

[startup+0.101746 s]
/proc/loadavg: 1.85 1.97 1.90 3/82 18279
/proc/meminfo: memFree=1150104/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.06
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.30185 s]
/proc/loadavg: 1.85 1.97 1.90 3/82 18279
/proc/meminfo: memFree=1150104/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.06
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1219 128 0 0 4 2 0 0 18 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.702165 s]
/proc/loadavg: 1.85 1.97 1.90 3/82 18279
/proc/meminfo: memFree=1150104/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 4 2 57 4 15 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16740

[startup+1.50225 s]
/proc/loadavg: 1.85 1.97 1.90 3/93 18301
/proc/meminfo: memFree=1135552/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.67
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 4 2 57 4 15 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869272 CPUtime=1.11
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 9125 0 1 0 108 3 0 0 18 0 9 0 37237057 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217318 8290 2540 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869272 CPUtime=0.66
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 2679 0 1 0 65 1 0 0 16 0 9 0 37237057 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4126592570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869272 CPUtime=0.23
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 4239 0 0 0 23 0 0 0 16 0 9 0 37237059 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869272 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869272 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869272 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869272 CPUtime=0.19
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1514 0 0 0 19 0 0 0 15 0 9 0 37237061 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869272 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869272 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890134528 8290 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 891368

[startup+3.10222 s]
/proc/loadavg: 1.85 1.97 1.90 2/93 18301
/proc/meminfo: memFree=1116544/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=2.75
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 11124 0 1 0 263 12 0 0 18 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 9982 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=1.94
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 3027 0 1 0 187 7 0 0 17 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=0.52
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 50 2 0 0 16 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.25
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1562 0 0 0 25 0 0 0 16 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 891480

[startup+6.30156 s]
/proc/loadavg: 1.78 1.95 1.89 2/93 18301
/proc/meminfo: memFree=1070208/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=5.93
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 11715 0 1 0 550 43 0 0 18 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 9982 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=4.94
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 3618 0 1 0 459 35 0 0 16 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=0.71
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 65 6 0 0 16 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.25
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1562 0 0 0 25 0 0 0 16 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 891480

[startup+12.7022 s]
/proc/loadavg: 1.71 1.93 1.89 2/93 18301
/proc/meminfo: memFree=970112/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=12.28
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 12894 0 1 0 1126 102 0 0 18 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 9982 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=11
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 4797 0 1 0 1011 89 0 0 16 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4127079242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=0.99
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 88 11 0 0 16 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.25
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1562 0 0 0 25 0 0 0 16 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.96
Current children cumulated vsize (KiB) 891480

[startup+25.5026 s]
/proc/loadavg: 1.71 1.92 1.89 2/93 18301
/proc/meminfo: memFree=772032/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=24.79
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 15080 0 1 0 2254 225 0 0 18 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 9982 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=22.95
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 6983 0 1 0 2093 202 0 0 16 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=1.55
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 135 20 0 0 16 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.25
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1562 0 0 0 25 0 0 0 16 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 891480

[startup+51.1025 s]
/proc/loadavg: 1.53 1.86 1.87 2/93 18301
/proc/meminfo: memFree=433728/2055920 swapFree=4144920/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=46.91
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 18907 0 1 0 4242 449 0 0 18 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 9982 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=43.99
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 10810 0 1 0 3992 407 0 0 17 0 9 0 37237057 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=2.63
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 224 39 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.25
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1562 0 0 0 25 0 0 0 16 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 9982 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 47.59
Current children cumulated vsize (KiB) 891480

[startup+102.308 s]
/proc/loadavg: 1.38 1.77 1.83 2/93 18301
/proc/meminfo: memFree=14976/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=96.31
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 27549 0 1 0 8689 942 0 0 18 0 9 0 37237057 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 10110 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=90.96
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 19323 0 1 0 8244 852 0 0 16 0 9 0 37237057 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4126913727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=5.06
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 418 88 0 0 16 0 9 0 37237059 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.26
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1691 0 0 0 26 0 0 0 16 0 9 0 37237061 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 10110 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.99
Current children cumulated vsize (KiB) 891480

[startup+162.302 s]
/proc/loadavg: 1.29 1.67 1.79 2/93 18301
/proc/meminfo: memFree=14848/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=155.07
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 35958 0 1 0 14119 1388 0 0 18 0 9 0 37237057 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 10125 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=147.44
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 27717 0 1 0 13491 1253 0 0 16 0 9 0 37237057 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4127082218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=7.32
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 599 133 0 0 16 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.28
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1706 0 0 0 28 0 0 0 16 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 155.75
Current children cumulated vsize (KiB) 891480

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

[startup+163.202 s]
/proc/loadavg: 1.29 1.67 1.79 2/93 18301
/proc/meminfo: memFree=15104/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=0.68
/proc/18279/stat : 18279 (sugar++) S 18277 18279 17810 0 -1 4194304 1297 7162 0 1 5 2 57 4 16 0 1 0 37237000 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18279/statm: 4185 1104 409 3 0 764 0
[pid=18292] ppid=18279 vsize=5356 CPUtime=0
/proc/18292/stat : 18292 (sh) S 18279 18279 17810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37237056 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18292/statm: 1339 233 193 169 0 50 0
[pid=18293] ppid=18292 vsize=869384 CPUtime=155.96
/proc/18293/stat : 18293 (java) S 18292 18279 17810 0 -1 0 36122 0 1 0 14200 1396 0 0 18 0 9 0 37237057 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18293/statm: 217346 10125 2565 9 0 211893 0
[pid=18293/tid=18294] ppid=18292 vsize=869384 CPUtime=148.28
/proc/18293/task/18294/stat : 18294 (java) R 18292 18279 17810 0 -1 64 27881 0 1 0 13568 1260 0 0 16 0 9 0 37237057 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18295] ppid=18292 vsize=869384 CPUtime=7.37
/proc/18293/task/18295/stat : 18295 (java) S 18292 18279 17810 0 -1 64 5842 0 0 0 603 134 0 0 16 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18296] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18296/stat : 18296 (java) S 18292 18279 17810 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18297] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18297/stat : 18297 (java) S 18292 18279 17810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 37237059 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18298] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18298/stat : 18298 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18299] ppid=18292 vsize=869384 CPUtime=0.28
/proc/18293/task/18299/stat : 18299 (java) S 18292 18279 17810 0 -1 64 1706 0 0 0 28 0 0 0 16 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18293/tid=18300] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18300/stat : 18300 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18293/tid=18301] ppid=18292 vsize=869384 CPUtime=0
/proc/18293/task/18301/stat : 18301 (java) S 18292 18279 17810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37237061 890249216 10125 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 156.64
Current children cumulated vsize (KiB) 891480

[startup+164.801 s]
/proc/loadavg: 1.29 1.67 1.79 2/83 18301
/proc/meminfo: memFree=314384/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=157.6
/proc/18279/stat : 18279 (sugar++) D 18277 18279 17810 0 -1 4194304 1320 43639 0 2 5 63 14288 1404 15 0 1 0 37237000 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 157.6
Current children cumulated vsize (KiB) 16740

[startup+165.201 s]
/proc/loadavg: 1.27 1.66 1.79 1/83 18301
/proc/meminfo: memFree=1225360/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=157.62
/proc/18279/stat : 18279 (sugar++) D 18277 18279 17810 0 -1 4194304 1320 43639 0 2 5 65 14288 1404 15 0 1 0 37237000 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 157.62
Current children cumulated vsize (KiB) 16740

[startup+165.401 s]
/proc/loadavg: 1.27 1.66 1.79 1/83 18301
/proc/meminfo: memFree=1225360/2055920 swapFree=4180952/4192956
[pid=18279] ppid=18277 vsize=16740 CPUtime=157.64
/proc/18279/stat : 18279 (sugar++) D 18277 18279 17810 0 -1 4194304 1320 43639 0 2 5 67 14288 1404 15 0 1 0 37237000 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 237788435497 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18279/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 157.64
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 165.47
CPU time (s): 157.665
CPU user time (s): 142.935
CPU system time (s): 14.7298
CPU usage (%): 95.283
Max. virtual memory (cumulated for all children) (KiB): 891620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.935
system time used= 14.7298
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45015
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= 112257
involuntary context switches= 84660

runsolver used 0.239963 second user time and 0.537918 second system time

The end

Launcher Data (download as text)

Begin job on node24 at 2008-07-11 21:42:21
IDJOB=1109535
IDBENCH=60978
IDSOLVER=367
FILE ID=node24/1109535-1215805341
PBS_JOBID= 7903258
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-4-3-fair.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109535-1215805341/watcher-1109535-1215805341 -o /tmp/evaluation-result-1109535-1215805341/solver-1109535-1215805341 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109535-1215805341.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ae8f3e49f968fd199bed72da4b64c0a4
RANDOM SEED=1147217488

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:       1150648 kB
Buffers:         16104 kB
Cached:          53564 kB
SwapCached:      41784 kB
Active:         802608 kB
Inactive:        57992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1150648 kB
SwapTotal:     4192956 kB
SwapFree:      4144920 kB
Dirty:            2972 kB
Writeback:           0 kB
Mapped:         771020 kB
Slab:            28424 kB
Committed_AS:   938448 kB
PageTables:       3332 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-11 21:45:07