Trace number 2078033

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) 261.726 265.149

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-20-3-7.xml
MD5SUMc5e0394aaf730075c7f89be7c81fb5bb
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 benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity10
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:43:36 2009
0.00/0.08	c 0	PID 21970
0.00/0.08	c 0	HOST node29.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2078033-1247366616.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-2078033-1247366616.xml' 'HOME/temp.csp'
0.07/0.30	c 0	1 domains, 100 variables, 20 predicates, 0 relations, 20 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	c 0	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.28/0.43	c 1	Parsing HOME/temp.csp
0.28/0.46	c 1	parsed 141 expressions
0.28/0.47	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.47	c 1	Converting to clausal form CSP
0.28/0.49	c 1	converted 15 (10%) expressions
0.28/0.49	c 1	converted 29 (20%) expressions
0.28/0.49	c 1	converted 43 (30%) expressions
0.28/0.49	c 1	converted 57 (40%) expressions
0.28/0.49	c 1	converted 71 (50%) expressions
0.28/0.49	c 1	converted 85 (60%) expressions
0.28/0.49	c 1	converted 99 (70%) expressions
0.28/0.49	c 1	converted 113 (80%) expressions
0.28/0.52	c 1	converted 127 (90%) expressions
0.28/0.71	c 1	converted 141 (100%) expressions
0.28/0.71	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 1918
0.28/0.71	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.71	c 1	Propagation in CSP
0.28/0.78	c 1	9466 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.28/0.78	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 1918
0.28/0.78	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.79	c 1	Simplifing CSP by introducing new Boolean variables
0.28/0.79	c 1	CSP : 264 integers, 0 booleans, 368 clauses, largest domain size 1918
0.28/0.79	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.28/0.82	c 1	27 (10%) CSP integer variables are encoded (661 clauses, 7127 bytes)
0.28/0.83	c 1	53 (20%) CSP integer variables are encoded (1317 clauses, 15056 bytes)
0.28/0.83	c 1	80 (30%) CSP integer variables are encoded (1992 clauses, 23831 bytes)
0.28/0.83	c 1	106 (40%) CSP integer variables are encoded (4976 clauses, 62623 bytes)
0.28/0.85	c 1	132 (50%) CSP integer variables are encoded (21375 clauses, 298791 bytes)
0.28/0.88	c 1	159 (60%) CSP integer variables are encoded (42629 clauses, 617601 bytes)
0.28/0.92	c 1	185 (70%) CSP integer variables are encoded (70609 clauses, 1037301 bytes)
0.28/0.94	c 1	212 (80%) CSP integer variables are encoded (87785 clauses, 1294941 bytes)
0.28/0.97	c 1	238 (90%) CSP integer variables are encoded (109573 clauses, 1641358 bytes)
0.28/1.00	c 1	264 (100%) CSP integer variables are encoded (135762 clauses, 2086571 bytes)
0.28/1.07	c 1	37 (10%) CSP clauses are encoded (169232 clauses, 2665691 bytes)
3.78/4.00	c 4	74 (20%) CSP clauses are encoded (1830215 clauses, 35187521 bytes)
6.82/7.02	c 7	111 (30%) CSP clauses are encoded (3534476 clauses, 69147513 bytes)
10.78/11.01	c 11	148 (40%) CSP clauses are encoded (5812656 clauses, 114603424 bytes)
11.72/12.13	c 12	184 (50%) CSP clauses are encoded (6366046 clauses, 125474830 bytes)
16.63/17.17	c 17	221 (60%) CSP clauses are encoded (9159242 clauses, 181169235 bytes)
20.88/21.40	c 22	258 (70%) CSP clauses are encoded (11498865 clauses, 230144853 bytes)
28.57/29.32	c 29	295 (80%) CSP clauses are encoded (15845776 clauses, 320043022 bytes)
36.87/37.90	c 38	332 (90%) CSP clauses are encoded (20256102 clauses, 426045966 bytes)
47.39/48.63	c 49	368 (100%) CSP clauses are encoded (25912236 clauses, 558231877 bytes)
47.39/48.63	c 49	368 CSP clauses encoded
47.39/48.63	c 49	Writing map file : HOME/temp.map
47.39/48.64	c 49	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.39/48.64	c 49	SAT : 136026 SAT variables, 25912236 SAT clauses, 558231877 bytes
47.39/48.64	c 49	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
47.39/48.68	c 49	SOLVING HOME/temp.cnf
47.39/48.68	c 49	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
261.70/265.01	c ERROR INTERRUPTED
47.45/265.14	s UNKNOWN
47.45/265.14	c 265	CPU 47.45 (0.05 0.02 42.78 4.6)
47.45/265.14	c 265	END Sun Jul 12 04:48:01 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-2078033-1247366616/watcher-2078033-1247366616 -o /tmp/evaluation-result-2078033-1247366616/solver-2078033-1247366616 -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-2078033-1247366616.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.03 2.08 2.15 4/82 21970
/proc/meminfo: memFree=1606528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=18576 CPUtime=0
/proc/21970/stat : 21970 (runsolver) R 21968 21970 21777 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23727765 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221780700455 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21970/statm: 4644 284 249 26 0 2626 0

[startup+0.102029 s]
/proc/loadavg: 2.03 2.08 2.15 4/82 21970
/proc/meminfo: memFree=1606528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.07
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 22 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201036 s]
/proc/loadavg: 2.03 2.08 2.15 4/82 21970
/proc/meminfo: memFree=1606528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.07
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 22 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30104 s]
/proc/loadavg: 2.03 2.08 2.15 4/82 21970
/proc/meminfo: memFree=1606528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.07
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1227 128 0 0 5 2 0 0 22 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701065 s]
/proc/loadavg: 2.03 2.08 2.15 4/82 21970
/proc/meminfo: memFree=1606528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1309 4341 0 1 5 2 18 3 15 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.50112 s]
/proc/loadavg: 2.03 2.08 2.15 3/93 21992
/proc/meminfo: memFree=1593320/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1310 4341 0 1 5 2 18 3 15 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=864344 CPUtime=1.12
/proc/21984/stat : 21984 (java) S 21983 21970 21777 0 -1 0 5236 0 1 0 103 9 0 0 18 0 9 0 23727801 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216086 4323 2589 9 0 210563 0
[pid=21984/tid=21985] ppid=21983 vsize=864344 CPUtime=0.94
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 21777 0 -1 64 2917 0 1 0 89 5 0 0 25 0 9 0 23727802 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=864344 CPUtime=0.07
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 21777 0 -1 64 1326 0 0 0 6 1 0 0 15 0 9 0 23727803 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23727803 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23727803 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727805 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=864344 CPUtime=0.07
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 21777 0 -1 64 293 0 0 0 7 0 0 0 16 0 9 0 23727805 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23727805 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23727805 885088256 4323 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886568

[startup+3.10221 s]
/proc/loadavg: 2.03 2.08 2.15 3/93 21992
/proc/meminfo: memFree=1581608/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1310 4341 0 1 5 2 18 3 15 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=864344 CPUtime=2.7
/proc/21984/stat : 21984 (java) S 21983 21970 21777 0 -1 0 5762 0 1 0 248 22 0 0 18 0 9 0 23727801 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216086 4324 2589 9 0 210563 0
[pid=21984/tid=21985] ppid=21983 vsize=864344 CPUtime=2.41
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 21777 0 -1 64 3442 0 1 0 225 16 0 0 25 0 9 0 23727802 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 102094109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=864344 CPUtime=0.17
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 21777 0 -1 64 1326 0 0 0 14 3 0 0 16 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=864344 CPUtime=0.07
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 21777 0 -1 64 294 0 0 0 7 0 0 0 16 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886568

[startup+6.30241 s]
/proc/loadavg: 2.03 2.08 2.15 3/93 21992
/proc/meminfo: memFree=1543528/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1310 4341 0 1 5 2 18 3 16 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=864344 CPUtime=5.88
/proc/21984/stat : 21984 (java) S 21983 21970 21777 0 -1 0 6798 0 1 0 537 51 0 0 18 0 9 0 23727801 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216086 4324 2589 9 0 210563 0
[pid=21984/tid=21985] ppid=21983 vsize=864344 CPUtime=5.29
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 21777 0 -1 64 4478 0 1 0 491 38 0 0 25 0 9 0 23727802 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4126561820 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=864344 CPUtime=0.48
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 21777 0 -1 64 1326 0 0 0 37 11 0 0 16 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23727803 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=864344 CPUtime=0.07
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 21777 0 -1 64 294 0 0 0 7 0 0 0 16 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23727805 885088256 4324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886568

[startup+12.7028 s]
/proc/loadavg: 2.03 2.08 2.15 3/93 21992
/proc/meminfo: memFree=1470120/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1310 4341 0 1 5 2 18 3 16 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=864344 CPUtime=12.03
/proc/21984/stat : 21984 (java) S 21983 21970 21777 0 -1 0 8807 0 1 0 1095 108 0 0 18 0 9 0 23727801 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216086 4326 2589 9 0 210563 0
[pid=21984/tid=21985] ppid=21983 vsize=864344 CPUtime=10.9
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 21777 0 -1 64 6485 0 1 0 1008 82 0 0 25 0 9 0 23727802 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4126570879 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=864344 CPUtime=1.01
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 21777 0 -1 64 1326 0 0 0 78 23 0 0 16 0 9 0 23727803 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23727803 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23727803 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727805 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=864344 CPUtime=0.08
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 21777 0 -1 64 296 0 0 0 8 0 0 0 17 0 9 0 23727805 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23727805 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23727805 885088256 4326 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 886568

[startup+25.5016 s]
/proc/loadavg: 2.10 2.09 2.15 3/93 21992
/proc/meminfo: memFree=1310120/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=0.28
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1310 4341 0 1 5 2 18 3 16 0 1 0 23727765 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1111 409 3 0 796 0
[pid=21983] ppid=21970 vsize=5356 CPUtime=0
/proc/21983/stat : 21983 (sh) S 21970 21970 21777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23727800 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21983/statm: 1339 233 193 169 0 50 0
[pid=21984] ppid=21983 vsize=864344 CPUtime=24.59
/proc/21984/stat : 21984 (java) S 21983 21970 21777 0 -1 0 12821 0 1 0 2229 230 0 0 18 0 9 0 23727801 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21984/statm: 216086 4327 2589 9 0 210563 0
[pid=21984/tid=21985] ppid=21983 vsize=864344 CPUtime=22.51
/proc/21984/task/21985/stat : 21985 (java) R 21983 21970 21777 0 -1 64 10498 0 1 0 2070 181 0 0 25 0 9 0 23727802 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21986] ppid=21983 vsize=864344 CPUtime=1.96
/proc/21984/task/21986/stat : 21986 (java) S 21983 21970 21777 0 -1 64 1327 0 0 0 150 46 0 0 15 0 9 0 23727803 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21987] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21987/stat : 21987 (java) S 21983 21970 21777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23727803 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21988] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21988/stat : 21988 (java) S 21983 21970 21777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23727803 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21989] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21989/stat : 21989 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23727805 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21990] ppid=21983 vsize=864344 CPUtime=0.08
/proc/21984/task/21990/stat : 21990 (java) S 21983 21970 21777 0 -1 64 296 0 0 0 8 0 0 0 16 0 9 0 23727805 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21991] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21991/stat : 21991 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23727805 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21984/tid=21992] ppid=21983 vsize=864344 CPUtime=0
/proc/21984/task/21992/stat : 21992 (java) S 21983 21970 21777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23727805 885088256 4327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 886568

[startup+51.1012 s]
/proc/loadavg: 2.28 2.13 2.16 3/85 21994
/proc/meminfo: memFree=1017128/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=26740 CPUtime=2.38
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 4597 0 0 0 108 130 0 0 25 0 1 0 23732634 27381760 4583 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 6685 4583 40 102 0 6580 0
Current children cumulated CPU time (s) 49.83
Current children cumulated vsize (KiB) 48964

[startup+102.301 s]
/proc/loadavg: 2.12 2.11 2.15 3/85 21994
/proc/meminfo: memFree=804328/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=237476 CPUtime=53.07
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 54941 0 0 0 2367 2940 0 0 25 0 1 0 23732634 243175424 54927 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 59369 54927 40 102 0 59264 0
Current children cumulated CPU time (s) 100.52
Current children cumulated vsize (KiB) 259700

[startup+162.301 s]
/proc/loadavg: 2.04 2.08 2.14 3/85 21994
/proc/meminfo: memFree=560616/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=478804 CPUtime=112.51
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 113577 0 0 0 5031 6220 0 0 25 0 1 0 23732634 490295296 113563 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 119701 113563 40 102 0 119596 0
Current children cumulated CPU time (s) 159.96
Current children cumulated vsize (KiB) 501028

[startup+222.307 s]
/proc/loadavg: 2.01 2.07 2.13 3/85 21994
/proc/meminfo: memFree=299496/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=752372 CPUtime=171.94
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 172068 0 0 0 7715 9479 0 0 25 0 1 0 23732634 770428928 172054 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 188093 172054 40 102 0 187988 0
Current children cumulated CPU time (s) 219.39
Current children cumulated vsize (KiB) 774596



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+265.002 s]
/proc/loadavg: 2.00 2.06 2.12 3/85 21994
/proc/meminfo: memFree=133032/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=899684 CPUtime=214.25
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 213493 0 0 0 9637 11788 0 0 25 0 1 0 23732634 921276416 213479 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 224921 213479 40 102 0 224816 0
Current children cumulated CPU time (s) 261.7
Current children cumulated vsize (KiB) 921908

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

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

[startup+265.002 s]
/proc/loadavg: 2.00 2.06 2.12 3/85 21994
/proc/meminfo: memFree=133032/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1365 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=5356 CPUtime=0
/proc/21993/stat : 21993 (sh) S 21970 21970 21777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23732634 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21993/statm: 1339 232 193 169 0 50 0
[pid=21994] ppid=21993 vsize=899684 CPUtime=214.25
/proc/21994/stat : 21994 (picosat) R 21993 21970 21777 0 -1 4194304 213493 0 0 0 9637 11788 0 0 25 0 1 0 23732634 921276416 213479 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21994/statm: 224921 213479 40 102 0 224816 0
Current children cumulated CPU time (s) 261.7
Current children cumulated vsize (KiB) 921908

[startup+265.119 s]
/proc/loadavg: 2.00 2.06 2.12 3/86 21995
/proc/meminfo: memFree=894368/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1394 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=0 CPUtime=0
/proc/21993/stat : 21993 (sh) Z 21970 21970 21777 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 23732634 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.45
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+265.119 s]
/proc/loadavg: 2.00 2.06 2.12 3/86 21995
/proc/meminfo: memFree=894368/2055920 swapFree=4191900/4192956
[pid=21970] ppid=21968 vsize=16868 CPUtime=47.45
/proc/21970/stat : 21970 (sugar) S 21968 21970 21777 0 -1 4194304 1394 24771 0 2 5 2 4278 460 16 0 1 0 23727765 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221789597794 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/21970/statm: 4217 1113 409 3 0 796 0
[pid=21993] ppid=21970 vsize=0 CPUtime=0
/proc/21993/stat : 21993 (sh) Z 21970 21970 21777 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 23732634 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/21993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 47.45
Current children cumulated vsize (KiB) 16868

Child status: 0

# 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): 214.25
#  lost CPU user time (s): 96.37
#  lost CPU system time (s): 117.88

Real time (s): 265.149
CPU time (s): 261.726
CPU user time (s): 139.209
CPU system time (s): 122.516
CPU usage (%): 98.709
Max. virtual memory (cumulated for all children) (KiB): 921908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.8395
system time used= 4.63629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26530
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= 137291
involuntary context switches= 139021

runsolver used 0.274958 second user time and 0.957854 second system time

The end

Launcher Data

Begin job on node29 at 2009-07-12 04:43:36
IDJOB=2078033
IDBENCH=56704
IDSOLVER=738
FILE ID=node29/2078033-1247366616
PBS_JOBID= 9507119
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-20-3-7.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-2078033-1247366616/watcher-2078033-1247366616 -o /tmp/evaluation-result-2078033-1247366616/solver-2078033-1247366616 -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-2078033-1247366616.xml

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

MD5SUM BENCH= c5e0394aaf730075c7f89be7c81fb5bb
RANDOM SEED=1506515911

node29.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.225
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.225
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:       1607008 kB
Buffers:         36092 kB
Cached:         172684 kB
SwapCached:        392 kB
Active:         308820 kB
Inactive:        76832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607008 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1424 kB
Writeback:           0 kB
Mapped:         196584 kB
Slab:            48004 kB
Committed_AS:   374512 kB
PageTables:       2268 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= 66380 MiB
End job on node29 at 2009-07-12 04:48:03