Trace number 2071059

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 295.04 298.643

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-67-12-a4.xml
MD5SUM392a4a957087c54a1fc308e1f7b31eeb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1335.87
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:49:38 2009
0.00/0.08	c 0	PID 17604
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071059-1247352578.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071059-1247352578.xml' 'HOME/temp.csp'
0.06/0.52	c 1	1 domains, 12 variables, 2 predicates, 0 relations, 1991 constraints
0.06/0.55	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.55	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.50/0.63	c 1	Parsing HOME/temp.csp
0.50/0.72	c 1	parsed 2006 expressions
0.50/0.72	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.50/0.72	c 1	Converting to clausal form CSP
0.50/0.83	c 1	converted 201 (10%) expressions
0.50/0.93	c 1	converted 402 (20%) expressions
0.50/0.99	c 1	converted 602 (30%) expressions
0.93/1.08	c 2	converted 803 (40%) expressions
1.02/1.13	c 2	converted 1003 (50%) expressions
1.02/1.18	c 2	converted 1204 (60%) expressions
1.11/1.22	c 2	converted 1405 (70%) expressions
1.11/1.27	c 2	converted 1605 (80%) expressions
1.22/1.35	c 2	converted 1806 (90%) expressions
1.22/1.38	c 2	converted 2006 (100%) expressions
1.22/1.39	c 2	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 130
1.22/1.39	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 2	Propagation in CSP
1.61/1.74	c 2	27775 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.61/1.74	c 2	CSP : 2982 integers, 0 booleans, 7931 clauses, largest domain size 113
1.61/1.74	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.75	c 2	Simplifing CSP by introducing new Boolean variables
1.71/1.83	c 2	CSP : 2982 integers, 3850 booleans, 11781 clauses, largest domain size 113
1.71/1.83	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.81/1.95	c 2	299 (10%) CSP integer variables are encoded (32517 clauses, 465831 bytes)
1.91/2.00	c 2	597 (20%) CSP integer variables are encoded (65595 clauses, 962001 bytes)
1.91/2.05	c 2	895 (30%) CSP integer variables are encoded (98673 clauses, 1458171 bytes)
1.91/2.09	c 3	1193 (40%) CSP integer variables are encoded (131751 clauses, 2019642 bytes)
2.01/2.15	c 3	1491 (50%) CSP integer variables are encoded (164829 clauses, 2581968 bytes)
2.12/2.21	c 3	1790 (60%) CSP integer variables are encoded (198018 clauses, 3146181 bytes)
2.12/2.26	c 3	2088 (70%) CSP integer variables are encoded (231096 clauses, 3708507 bytes)
2.20/2.31	c 3	2386 (80%) CSP integer variables are encoded (264174 clauses, 4270833 bytes)
2.20/2.35	c 3	2684 (90%) CSP integer variables are encoded (297252 clauses, 4833159 bytes)
2.31/2.40	c 3	2982 (100%) CSP integer variables are encoded (330330 clauses, 5395485 bytes)
3.89/4.01	c 4	1179 (10%) CSP clauses are encoded (957199 clauses, 19539615 bytes)
9.52/9.79	c 10	2357 (20%) CSP clauses are encoded (3774807 clauses, 72242860 bytes)
16.10/16.42	c 17	3535 (30%) CSP clauses are encoded (7049425 clauses, 134739013 bytes)
22.71/23.11	c 24	4713 (40%) CSP clauses are encoded (10325857 clauses, 197840884 bytes)
29.45/30.08	c 31	5891 (50%) CSP clauses are encoded (13602973 clauses, 264363474 bytes)
36.32/37.00	c 37	7069 (60%) CSP clauses are encoded (16881169 clauses, 331065552 bytes)
43.04/43.97	c 44	8247 (70%) CSP clauses are encoded (20155464 clauses, 398866292 bytes)
49.89/50.93	c 51	9425 (80%) CSP clauses are encoded (23433526 clauses, 467163331 bytes)
56.64/57.83	c 58	10603 (90%) CSP clauses are encoded (26712473 clauses, 535508997 bytes)
63.48/64.81	c 65	11781 (100%) CSP clauses are encoded (29988823 clauses, 603810215 bytes)
63.48/64.81	c 65	11781 CSP clauses encoded
63.48/64.81	c 65	Writing map file : HOME/temp.map
63.48/64.82	c 65	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.48/64.82	c 65	SAT : 337162 SAT variables, 29988823 SAT clauses, 603810215 bytes
63.48/64.82	c 65	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
63.48/64.84	c 65	SOLVING HOME/temp.cnf
63.48/64.84	c 65	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
294.93/298.51	c ERROR INTERRUPTED
295.04/298.64	s UNKNOWN
295.04/298.64	c 299	CPU 63.5 (0.05 0.02 58.2 5.23)
295.04/298.64	c 299	END Sun Jul 12 00:54:37 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071059-1247352578/watcher-2071059-1247352578 -o /tmp/evaluation-result-2071059-1247352578/solver-2071059-1247352578 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071059-1247352578.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.01 4/80 17604
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=12268 CPUtime=0
/proc/17604/stat : 17604 (sugar) R 17602 17604 16493 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22321305 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273662655486 0 0 4224 0 0 0 0 17 1 0 0
/proc/17604/statm: 3067 316 241 3 0 167 0

[startup+0.081862 s]
/proc/loadavg: 2.00 2.01 2.01 4/80 17604
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16740 CPUtime=0.06
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22321305 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105215 s]
/proc/loadavg: 2.00 2.01 2.01 4/80 17604
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.06
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301659 s]
/proc/loadavg: 2.00 2.01 2.01 4/80 17604
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.06
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701685 s]
/proc/loadavg: 2.00 2.01 2.01 4/80 17604
/proc/meminfo: memFree=1835360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1309 5160 0 1 5 1 40 4 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 2.00 2.01 2.00 4/91 17626
/proc/meminfo: memFree=1820360/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 1 40 4 15 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868588 CPUtime=0.91
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 7519 0 1 0 87 4 0 0 19 0 9 0 22321361 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217147 6724 2566 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868588 CPUtime=0.6
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 2713 0 1 0 58 2 0 0 21 0 9 0 22321362 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868588 CPUtime=0.12
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 2619 0 0 0 11 1 0 0 15 0 9 0 22321363 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868588 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868588 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868588 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868588 CPUtime=0.17
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1488 0 0 0 17 0 0 0 16 0 9 0 22321365 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868588 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868588 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) R 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889434112 6724 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890812

[startup+3.10285 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 17626
/proc/meminfo: memFree=1811080/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.51
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 2 40 4 15 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868700 CPUtime=2.5
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 8459 0 1 0 235 15 0 0 19 0 9 0 22321361 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217175 7241 2590 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868700 CPUtime=1.9
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 3148 0 1 0 181 9 0 0 25 0 9 0 22321362 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4127002228 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868700 CPUtime=0.34
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 3093 0 0 0 30 4 0 0 16 0 9 0 22321363 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868700 CPUtime=0.22
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1519 0 0 0 22 0 0 0 16 0 9 0 22321365 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889548800 7241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890924

[startup+6.30206 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 17626
/proc/meminfo: memFree=1781000/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.51
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 2 40 4 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868700 CPUtime=5.66
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 9420 0 1 0 527 39 0 0 19 0 9 0 22321361 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217175 7242 2590 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868700 CPUtime=4.81
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 4108 0 1 0 454 27 0 0 25 0 9 0 22321362 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4127001620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868700 CPUtime=0.59
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 3093 0 0 0 49 10 0 0 16 0 9 0 22321363 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868700 CPUtime=0.22
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1520 0 0 0 22 0 0 0 16 0 9 0 22321365 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889548800 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890924

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17626
/proc/meminfo: memFree=1720520/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.51
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 2 40 4 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868700 CPUtime=11.97
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 11339 0 1 0 1104 93 0 0 19 0 9 0 22321361 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217175 7243 2590 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868700 CPUtime=10.62
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 6026 0 1 0 993 69 0 0 25 0 9 0 22321362 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868700 CPUtime=1.1
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 3093 0 0 0 88 22 0 0 16 0 9 0 22321363 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868700 CPUtime=0.22
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1521 0 0 0 22 0 0 0 17 0 9 0 22321365 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889548800 7243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890924

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 17626
/proc/meminfo: memFree=1596040/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.51
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 2 40 4 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868700 CPUtime=24.55
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 15169 0 1 0 2262 193 0 0 19 0 9 0 22321361 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217175 7250 2590 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868700 CPUtime=22.18
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 9849 0 1 0 2072 146 0 0 25 0 9 0 22321362 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4126964834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868700 CPUtime=2.11
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 3093 0 0 0 166 45 0 0 16 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868700 CPUtime=0.23
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 890924

[startup+51.1011 s]
/proc/loadavg: 2.15 2.03 2.01 3/91 17626
/proc/meminfo: memFree=1350664/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=0.51
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1310 5160 0 1 5 2 40 4 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17617] ppid=17604 vsize=5356 CPUtime=0
/proc/17617/stat : 17617 (sh) S 17604 17604 16493 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22321361 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17617/statm: 1339 233 193 169 0 50 0
[pid=17618] ppid=17617 vsize=868700 CPUtime=49.57
/proc/17618/stat : 17618 (java) S 17617 17604 16493 0 -1 0 22731 0 1 0 4553 404 0 0 19 0 9 0 22321361 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17618/statm: 217175 7250 2590 9 0 211652 0
[pid=17618/tid=17619] ppid=17617 vsize=868700 CPUtime=45.22
/proc/17618/task/17619/stat : 17619 (java) R 17617 17604 16493 0 -1 64 17411 0 1 0 4209 313 0 0 25 0 9 0 22321362 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4126960476 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17620] ppid=17617 vsize=868700 CPUtime=4.09
/proc/17618/task/17620/stat : 17620 (java) S 17617 17604 16493 0 -1 64 3093 0 0 0 320 89 0 0 16 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17621] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17621/stat : 17621 (java) S 17617 17604 16493 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17622] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17622/stat : 17622 (java) S 17617 17604 16493 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22321363 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17623] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17623/stat : 17623 (java) S 17617 17604 16493 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17624] ppid=17617 vsize=868700 CPUtime=0.23
/proc/17618/task/17624/stat : 17624 (java) S 17617 17604 16493 0 -1 64 1528 0 0 0 23 0 0 0 16 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17625] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17625/stat : 17625 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17618/tid=17626] ppid=17617 vsize=868700 CPUtime=0
/proc/17618/task/17626/stat : 17626 (java) S 17617 17604 16493 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22321365 889548800 7250 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.08
Current children cumulated vsize (KiB) 890924

[startup+102.307 s]
/proc/loadavg: 2.10 2.04 2.01 3/83 17630
/proc/meminfo: memFree=1077832/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1363 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17627] ppid=17604 vsize=5356 CPUtime=0
/proc/17627/stat : 17627 (sh) S 17604 17604 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22327789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17627/statm: 1339 232 193 169 0 50 0
[pid=17628] ppid=17627 vsize=166628 CPUtime=37.08
/proc/17628/stat : 17628 (picosat) R 17627 17604 16493 0 -1 4194304 37947 0 0 0 1682 2026 0 0 25 0 1 0 22327790 170627072 37933 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 41657 37933 40 102 0 41552 0
Current children cumulated CPU time (s) 100.58
Current children cumulated vsize (KiB) 188852

[startup+162.302 s]
/proc/loadavg: 2.04 2.03 2.01 3/83 17630
/proc/meminfo: memFree=866888/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1363 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17627] ppid=17604 vsize=5356 CPUtime=0
/proc/17627/stat : 17627 (sh) S 17604 17604 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22327789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17627/statm: 1339 232 193 169 0 50 0
[pid=17628] ppid=17627 vsize=404804 CPUtime=96.52
/proc/17628/stat : 17628 (picosat) R 17627 17604 16493 0 -1 4194304 91043 0 0 0 4374 5278 0 0 25 0 1 0 22327790 414519296 91029 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 101201 91029 40 102 0 101096 0
Current children cumulated CPU time (s) 160.02
Current children cumulated vsize (KiB) 427028

[startup+222.302 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 17630
/proc/meminfo: memFree=652552/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1363 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17627] ppid=17604 vsize=5356 CPUtime=0
/proc/17627/stat : 17627 (sh) S 17604 17604 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22327789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17627/statm: 1339 232 193 169 0 50 0
[pid=17628] ppid=17627 vsize=593564 CPUtime=155.95
/proc/17628/stat : 17628 (picosat) R 17627 17604 16493 0 -1 4194304 144079 0 0 0 7061 8534 0 0 25 0 1 0 22327790 607809536 144065 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 148391 144065 40 102 0 148286 0
Current children cumulated CPU time (s) 219.45
Current children cumulated vsize (KiB) 615788

[startup+282.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17630
/proc/meminfo: memFree=441800/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1363 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17627] ppid=17604 vsize=5356 CPUtime=0
/proc/17627/stat : 17627 (sh) S 17604 17604 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22327789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17627/statm: 1339 232 193 169 0 50 0
[pid=17628] ppid=17627 vsize=848124 CPUtime=215.39
/proc/17628/stat : 17628 (picosat) R 17627 17604 16493 0 -1 4194304 197172 0 0 0 9766 11773 0 0 25 0 1 0 22327790 868478976 197158 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 212031 197158 40 102 0 211926 0
Current children cumulated CPU time (s) 278.89
Current children cumulated vsize (KiB) 870348



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+298.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17630
/proc/meminfo: memFree=381128/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1363 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1111 409 3 0 796 0
[pid=17627] ppid=17604 vsize=5356 CPUtime=0
/proc/17627/stat : 17627 (sh) S 17604 17604 16493 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22327789 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17627/statm: 1339 232 193 169 0 50 0
[pid=17628] ppid=17627 vsize=899472 CPUtime=231.43
/proc/17628/stat : 17628 (picosat) R 17627 17604 16493 0 -1 4194304 211583 0 0 0 10500 12643 0 0 25 0 1 0 22327790 921059328 211569 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 224868 211569 40 102 0 224763 0
Current children cumulated CPU time (s) 294.93
Current children cumulated vsize (KiB) 921696

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+298.62 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 17630
/proc/meminfo: memFree=381128/2055920 swapFree=4192812/4192956
[pid=17604] ppid=17602 vsize=16868 CPUtime=63.5
/proc/17604/stat : 17604 (sugar) S 17602 17604 16493 0 -1 4194304 1392 32268 0 2 5 2 5820 523 16 0 1 0 22321305 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/17604/statm: 4217 1112 409 3 0 796 0
[pid=17627] ppid=17604 vsize=0 CPUtime=0
/proc/17627/stat : 17627 (sh) Z 17604 17604 16493 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 22327789 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/17627/statm: 0 0 0 0 0 0 0
[pid=17628] ppid=1 vsize=0 CPUtime=231.54
/proc/17628/stat : 17628 (picosat) R 1 17604 16493 0 -1 4195332 211583 0 0 0 10500 12654 0 0 25 0 1 0 22327790 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/17628/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 295.04
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17604 and gives
#  childrusage.ru_utime.tv_sec=58
#  childrusage.ru_utime.tv_usec=264142
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=259200
# CPU time returned by wait4() is 63.5233
# while last known CPU time is 295.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 298.643
CPU time (s): 295.04
CPU user time (s): 163.25
CPU system time (s): 131.79
CPU usage (%): 98.7934
Max. virtual memory (cumulated for all children) (KiB): 921696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.2641
system time used= 5.2592
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34025
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= 171977
involuntary context switches= 173110

runsolver used 0.440932 second user time and 0.947855 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 00:49:38
IDJOB=2071059
IDBENCH=55431
IDSOLVER=738
FILE ID=node52/2071059-1247352578
PBS_JOBID= 9506855
Free space on /tmp= 66144 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-12-a4.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071059-1247352578/watcher-2071059-1247352578 -o /tmp/evaluation-result-2071059-1247352578/solver-2071059-1247352578 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071059-1247352578.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 392a4a957087c54a1fc308e1f7b31eeb
RANDOM SEED=439082068

node52.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1835840 kB
Buffers:          9088 kB
Cached:          87200 kB
SwapCached:          0 kB
Active:         144160 kB
Inactive:        25684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835840 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1532 kB
Writeback:           0 kB
Mapped:          91304 kB
Slab:            35220 kB
Committed_AS:   913752 kB
PageTables:       2028 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= 66140 MiB
End job on node52 at 2009-07-12 00:54:39