Trace number 2067506

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? (TO) 129.198 2010.84

General information on the benchmark

Namecsp/pseudo/niklas/
normalized-mitre.xml
MD5SUM39a7a69224b1eba0862df4c2e69ad54d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark96.6383
Satisfiable
(Un)Satisfiability was proved
Number of variables10724
Number of constraints2045
Maximum constraint arity98
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2045
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 22:41:41 2009
0.00/0.07	c 0	PID 15359
0.00/0.08	c 0	HOST node90.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2067506-1247344901.xml TO HOME/temp.csp
0.00/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-2067506-1247344901.xml' 'HOME/temp.csp'
0.06/0.78	c 1	1 domains, 10724 variables, 16 predicates, 0 relations, 2045 constraints
0.06/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.81	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.06/0.88	c 1	Parsing HOME/temp.csp
0.76/1.01	c 1	parsed 10000 expressions
1.04/1.17	c 1	parsed 12786 expressions
1.04/1.17	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.17	c 1	Converting to clausal form CSP
1.14/1.26	c 2	converted 1279 (10%) expressions
1.14/1.27	c 2	converted 2558 (20%) expressions
1.14/1.27	c 2	converted 3836 (30%) expressions
1.14/1.28	c 2	converted 5115 (40%) expressions
1.14/1.28	c 2	converted 6393 (50%) expressions
1.14/1.28	c 2	converted 7672 (60%) expressions
1.14/1.28	c 2	converted 8951 (70%) expressions
1.14/1.29	c 2	converted 10229 (80%) expressions
1.43/1.53	c 2	converted 11508 (90%) expressions
2.93/3.02	c 3	converted 12786 (100%) expressions
2.93/3.02	c 3	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
2.93/3.02	c 3	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.93/3.02	c 3	Propagation in CSP
3.33/3.41	c 4	1064 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.33/3.42	c 4	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
3.33/3.42	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.33/3.44	c 4	Simplifing CSP by introducing new Boolean variables
3.33/3.45	c 4	CSP : 16799 integers, 0 booleans, 14195 clauses, largest domain size 16494
3.33/3.45	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.43/3.55	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.43/3.58	c 4	1680 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.43/3.58	c 4	3360 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.43/3.58	c 4	5040 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.43/3.59	c 4	6720 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.43/3.59	c 4	8400 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.43/3.59	c 4	10080 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.53/3.64	c 4	11760 (70%) CSP integer variables are encoded (40806 clauses, 612154 bytes)
3.62/3.78	c 4	13440 (80%) CSP integer variables are encoded (157327 clauses, 2499594 bytes)
5.32/5.41	c 6	15120 (90%) CSP integer variables are encoded (1531197 clauses, 26947141 bytes)
7.01/7.13	c 7	16799 (100%) CSP integer variables are encoded (2707284 clauses, 49292794 bytes)
7.51/7.61	c 8	1420 (10%) CSP clauses are encoded (2744956 clauses, 50072702 bytes)
17.79/18.44	c 19	2839 (20%) CSP clauses are encoded (3157339 clauses, 62839290 bytes)
31.58/32.21	c 33	4259 (30%) CSP clauses are encoded (3660054 clauses, 79778579 bytes)
44.42/45.17	c 45	5678 (40%) CSP clauses are encoded (4162652 clauses, 97014322 bytes)
58.30/59.46	c 60	7098 (50%) CSP clauses are encoded (4664939 clauses, 114452543 bytes)
129.14/2001.71	c ERROR INTERRUPTED

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2067506-1247344901/watcher-2067506-1247344901 -o /tmp/evaluation-result-2067506-1247344901/solver-2067506-1247344901 -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-2067506-1247344901.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: 1.92 2.05 2.03 4/83 15359
/proc/meminfo: memFree=1129596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=11864 CPUtime=0
/proc/15359/stat : 15359 (sugar) R 15357 15359 14464 0 -1 4194304 100 0 0 0 0 0 0 0 20 0 1 0 21554795 12148736 69 996147200 4194304 4206940 548682068608 18446744073709551615 256373707008 0 0 4096 0 0 0 0 17 1 0 0
/proc/15359/statm: 2966 69 42 3 0 66 0

[startup+0.101917 s]
/proc/loadavg: 1.92 2.05 2.03 4/83 15359
/proc/meminfo: memFree=1129596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.06
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201926 s]
/proc/loadavg: 1.92 2.05 2.03 4/83 15359
/proc/meminfo: memFree=1129596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.06
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301937 s]
/proc/loadavg: 1.92 2.05 2.03 4/83 15359
/proc/meminfo: memFree=1129596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.06
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70198 s]
/proc/loadavg: 1.92 2.05 2.03 4/83 15359
/proc/meminfo: memFree=1129596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.06
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50105 s]
/proc/loadavg: 1.92 2.05 2.03 3/94 15381
/proc/meminfo: memFree=1115300/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1309 8336 0 1 5 1 65 5 15 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=867920 CPUtime=0.67
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 8210 0 1 0 64 3 0 0 18 0 9 0 21554877 888750080 7424 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 216980 7425 2569 9 0 211485 0
[pid=15373/tid=15374] ppid=15372 vsize=867920 CPUtime=0.36
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14464 0 -1 64 2571 0 1 0 35 1 0 0 19 0 9 0 21554878 888750080 7425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=867920 CPUtime=0.15
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 3695 0 0 0 14 1 0 0 16 0 9 0 21554879 888750080 7426 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=867920 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 888750080 7427 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=867920 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 21554879 888750080 7428 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=867920 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 888750080 7429 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=867920 CPUtime=0.13
/proc/15373/task/15379/stat : 15379 (java) R 15372 15359 14464 0 -1 64 1247 0 0 0 13 0 0 0 16 0 9 0 21554881 888750080 7430 996147200 134512640 134550932 4294955936 18446744073709551615 102038684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=867920 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 888750080 7431 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=867920 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21554881 888750080 7432 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890144

[startup+3.10122 s]
/proc/loadavg: 1.92 2.05 2.03 4/94 15381
/proc/meminfo: memFree=1099364/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868636 CPUtime=2.27
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 11532 0 1 0 221 6 0 0 18 0 9 0 21554877 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217159 10549 2566 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868636 CPUtime=1.68
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14464 0 -1 64 2837 0 1 0 166 2 0 0 25 0 9 0 21554878 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4126578392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868636 CPUtime=0.38
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6488 0 0 0 36 2 0 0 16 0 9 0 21554879 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868636 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868636 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868636 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868636 CPUtime=0.17
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1504 0 0 0 17 0 0 0 16 0 9 0 21554881 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868636 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868636 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21554881 889483264 10549 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890860

[startup+6.30264 s]
/proc/loadavg: 2.01 2.06 2.04 3/94 15381
/proc/meminfo: memFree=1064228/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=5.45
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 12221 0 1 0 513 32 0 0 18 0 9 0 21554877 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10627 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=4.52
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14464 0 -1 64 3409 0 1 0 428 24 0 0 25 0 9 0 21554878 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4126622413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=0.68
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 62 6 0 0 16 0 9 0 21554879 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868748 CPUtime=0.21
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1537 0 0 0 21 0 0 0 16 0 9 0 21554881 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21554881 889597952 10627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890972

[startup+12.7022 s]
/proc/loadavg: 2.17 2.10 2.05 3/94 15381
/proc/meminfo: memFree=1036196/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 15 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=11.33
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 12613 0 1 0 1086 47 0 0 18 0 9 0 21554877 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10635 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=10.26
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14464 0 -1 64 3794 0 1 0 990 36 0 0 25 0 9 0 21554878 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4126551984 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=0.79
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 72 7 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868748 CPUtime=0.22
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1544 0 0 0 22 0 0 0 16 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 890972

[startup+25.5015 s]
/proc/loadavg: 2.43 2.16 2.07 3/94 15381
/proc/meminfo: memFree=1018596/2055920 swapFree=4192956/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=24.13
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 13148 0 1 0 2353 60 0 0 18 0 9 0 21554877 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10635 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=22.9
/proc/15373/task/15374/stat : 15374 (java) R 15372 15359 14464 0 -1 64 4329 0 1 0 2244 46 0 0 25 0 9 0 21554878 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=0.97
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 86 11 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0

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

Current children cumulated CPU time (s) 129.12
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+1902.3 s]
/proc/loadavg: 7.75 6.90 5.70 1/99 15827
/proc/meminfo: memFree=15804/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=128.37
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 26485 0 1 0 12116 721 0 0 18 0 9 0 21554877 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10635 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=122.12
/proc/15373/task/15374/stat : 15374 (java) D 15372 15359 14464 0 -1 64 17666 0 1 0 11613 599 0 0 24 0 9 0 21554878 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=5.69
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 468 101 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868748 CPUtime=0.22
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1544 0 0 0 22 0 0 0 16 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868748 CPUtime=0.3
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 12 18 0 0 15 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 129.13
Current children cumulated vsize (KiB) 890972
heavy processes:

[startup+1962.3 s]
/proc/loadavg: 7.30 6.93 5.78 1/99 15827
/proc/meminfo: memFree=15612/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=128.38
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 26485 0 1 0 12117 721 0 0 18 0 9 0 21554877 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10635 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=122.12
/proc/15373/task/15374/stat : 15374 (java) D 15372 15359 14464 0 -1 64 17666 0 1 0 11613 599 0 0 24 0 9 0 21554878 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=5.69
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 468 101 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868748 CPUtime=0.22
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1544 0 0 0 22 0 0 0 16 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868748 CPUtime=0.3
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 12 18 0 0 15 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.14
Current children cumulated vsize (KiB) 890972
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2000 s]
/proc/loadavg: 7.20 6.95 5.84 1/99 15827
/proc/meminfo: memFree=15804/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1310 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15359/statm: 4217 1111 409 3 0 796 0
[pid=15372] ppid=15359 vsize=5356 CPUtime=0
/proc/15372/stat : 15372 (sh) S 15359 15359 14464 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21554877 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15372/statm: 1339 233 193 169 0 50 0
[pid=15373] ppid=15372 vsize=868748 CPUtime=128.38
/proc/15373/stat : 15373 (java) S 15372 15359 14464 0 -1 0 26485 0 1 0 12117 721 0 0 18 0 9 0 21554877 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15373/statm: 217187 10635 2590 9 0 211664 0
[pid=15373/tid=15374] ppid=15372 vsize=868748 CPUtime=122.12
/proc/15373/task/15374/stat : 15374 (java) D 15372 15359 14464 0 -1 64 17666 0 1 0 11613 599 0 0 24 0 9 0 21554878 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=15373/tid=15375] ppid=15372 vsize=868748 CPUtime=5.69
/proc/15373/task/15375/stat : 15375 (java) S 15372 15359 14464 0 -1 64 6572 0 0 0 468 101 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15376] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15376/stat : 15376 (java) S 15372 15359 14464 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15377] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15377/stat : 15377 (java) S 15372 15359 14464 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21554879 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15378] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15378/stat : 15378 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15379] ppid=15372 vsize=868748 CPUtime=0.22
/proc/15373/task/15379/stat : 15379 (java) S 15372 15359 14464 0 -1 64 1544 0 0 0 22 0 0 0 16 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15380] ppid=15372 vsize=868748 CPUtime=0
/proc/15373/task/15380/stat : 15380 (java) S 15372 15359 14464 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15373/tid=15381] ppid=15372 vsize=868748 CPUtime=0.32
/proc/15373/task/15381/stat : 15381 (java) S 15372 15359 14464 0 -1 64 1 0 0 0 13 19 0 0 15 0 9 0 21554881 889597952 10635 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 129.14
Current children cumulated vsize (KiB) 890972
heavy processes:

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

############
# WARNING:
# current cumulated CPU time (0.76 s) is less than in the last sample (129.15 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (128.39 s) to the 'lost time'.

[startup+2002.3 s]
/proc/loadavg: 7.20 6.95 5.84 1/99 15827
/proc/meminfo: memFree=15804/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1323 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1112 409 3 0 796 0
[pid=15372] ppid=15359 vsize=0 CPUtime=0
/proc/15372/stat : 15372 (sh) Z 15359 15359 14464 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21554877 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15373] ppid=1 vsize=0 CPUtime=128.39
/proc/15373/stat : 15373 (java) Z 1 15359 14464 0 -1 1036 26506 0 1 0 12117 722 0 0 15 0 2 0 21554877 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
#
############

 cumulated vsize (KiB) 16868
4464 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21
Sending SIGKILL to -15359

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

[startup+2002.1 s]
/proc/loadavg: 7.20 6.95 5.84 1/99 15827
/proc/meminfo: memFree=15804/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=16868 CPUtime=0.76
/proc/15359/stat : 15359 (sugar) S 15357 15359 14464 0 -1 4194304 1323 8336 0 1 5 1 65 5 16 0 1 0 21554795 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/15359/statm: 4217 1112 409 3 0 796 0
[pid=15372] ppid=15359 vsize=0 CPUtime=0
/proc/15372/stat : 15372 (sh) Z 15359 15359 14464 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21554877 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
[pid=15373] ppid=1 vsize=0 CPUtime=128.39
/proc/15373/stat : 15373 (java) Z 1 15359 14464 0 -1 1036 26506 0 1 0 12117 722 0 0 15 0 2 0 21554877 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15373/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 129.15
Current children cumulated vsize (KiB) 16868

[startup+2010.81 s]
/proc/loadavg: 7.20 6.95 5.84 1/93 15830
/proc/meminfo: memFree=15860/2055920 swapFree=4192812/4192956
[pid=15359] ppid=15357 vsize=0 CPUtime=0.79
/proc/15359/stat : 15359 (sugar) R 15357 15359 14464 0 -1 4195332 1323 8336 0 1 5 4 65 5 17 0 1 0 21554795 0 0 996147200 0 0 0 0 0 0 16384 4224 0 0 0 0 17 1 0 0
/proc/15359/statm: 0 0 0 0 0 0 0
[pid=15372] ppid=15359 vsize=0 CPUtime=0
/proc/15372/stat : 15372 (sh) Z 15359 15359 14464 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 21554877 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/15372/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 128.39
#  lost CPU user time (s): 121.17
#  lost CPU system time (s): 7.22

Real time (s): 2010.84
CPU time (s): 129.198
CPU user time (s): 121.875
CPU system time (s): 7.32298
CPU usage (%): 6.42508
Max. virtual memory (cumulated for all children) (KiB): 891112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.704892
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9659
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 982
involuntary context switches= 834

runsolver used 16.6455 second user time and 35.5286 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-11 22:41:41
IDJOB=2067506
IDBENCH=54666
IDSOLVER=738
FILE ID=node90/2067506-1247344901
PBS_JOBID= 9506749
Free space on /tmp= 66228 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/niklas/normalized-mitre.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-2067506-1247344901/watcher-2067506-1247344901 -o /tmp/evaluation-result-2067506-1247344901/solver-2067506-1247344901 -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-2067506-1247344901.xml

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

MD5SUM BENCH= 39a7a69224b1eba0862df4c2e69ad54d
RANDOM SEED=1768949842

node90.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.212
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.212
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1130076 kB
Buffers:         66772 kB
Cached:         657904 kB
SwapCached:          0 kB
Active:         352584 kB
Inactive:       517232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1130076 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2768 kB
Writeback:           0 kB
Mapped:         151588 kB
Slab:            41156 kB
Committed_AS:   871168 kB
PageTables:       2068 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= 64384 MiB
End job on node90 at 2009-07-11 23:15:27