Trace number 2079079

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+minisat? (TO) 1800.08 1803.13

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle22.xml
MD5SUM4fd9722e59aa2e5ca5e508f77baf17c8
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.412936
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:03:21 2009
0.00/0.08	c 0	PID 21977
0.00/0.08	c 0	HOST node45.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079079-1247367800.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-2079079-1247367800.xml' 'HOME/temp.csp'
1.05/1.17	c 1	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
1.12/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.23	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'
1.13/1.31	c 1	Parsing HOME/temp.csp
1.13/1.97	c 2	parsed 805 expressions
1.13/1.98	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.98	c 2	Converting to clausal form CSP
1.13/2.00	c 2	converted 81 (10%) expressions
1.13/2.17	c 2	converted 161 (20%) expressions
2.76/2.90	c 3	converted 242 (30%) expressions
2.86/3.00	c 3	converted 322 (40%) expressions
2.86/3.03	c 3	converted 403 (50%) expressions
2.86/3.05	c 3	converted 483 (60%) expressions
2.86/3.06	c 3	converted 564 (70%) expressions
2.86/3.07	c 3	converted 644 (80%) expressions
2.86/3.08	c 3	converted 725 (90%) expressions
6.92/7.18	c 7	converted 805 (100%) expressions
6.92/7.18	c 7	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
6.92/7.18	c 7	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.92/7.18	c 7	Propagation in CSP
6.92/7.18	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.92/7.18	c 7	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
6.92/7.18	c 7	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.92/7.19	c 7	Simplifing CSP by introducing new Boolean variables
7.02/7.20	c 7	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
7.02/7.20	c 7	Heap : 134 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.01/8.23	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.01/8.24	c 8	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
8.01/8.25	c 8	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
8.01/8.25	c 8	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
8.01/8.25	c 8	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
8.01/8.25	c 8	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
8.01/8.25	c 8	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
8.01/8.25	c 8	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
8.01/8.25	c 8	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
8.01/8.25	c 8	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
8.01/8.25	c 8	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
20.51/20.79	c 20	518 (10%) CSP clauses are encoded (306401 clauses, 11429779 bytes)
20.62/20.82	c 20	1035 (20%) CSP clauses are encoded (317993 clauses, 11644041 bytes)
20.62/20.85	c 20	1553 (30%) CSP clauses are encoded (329611 clauses, 11860861 bytes)
20.62/20.88	c 20	2070 (40%) CSP clauses are encoded (341578 clauses, 12064131 bytes)
20.62/20.90	c 20	2587 (50%) CSP clauses are encoded (353570 clauses, 12270669 bytes)
20.71/20.92	c 21	3105 (60%) CSP clauses are encoded (365613 clauses, 12483621 bytes)
20.71/20.94	c 21	3622 (70%) CSP clauses are encoded (377605 clauses, 12696129 bytes)
20.71/20.96	c 21	4140 (80%) CSP clauses are encoded (389648 clauses, 12914261 bytes)
20.71/20.98	c 21	4657 (90%) CSP clauses are encoded (401640 clauses, 13138394 bytes)
1800.04/1802.84	c ERROR INTERRUPTED
1.13/1803.13	s UNKNOWN
1.13/1803.13	c 1803	CPU 1.14 (0.05 0.01 1.01 0.07)
1.13/1803.13	c 1803	END Sun Jul 12 05:33:24 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-2079079-1247367800/watcher-2079079-1247367800 -o /tmp/evaluation-result-2079079-1247367800/solver-2079079-1247367800 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079079-1247367800.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.06 2.03 2.05 4/73 21977
/proc/meminfo: memFree=1532808/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=18576 CPUtime=0
/proc/21977/stat : 21977 (runsolver) R 21975 21977 18919 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23843839 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21977/statm: 4644 284 249 26 0 2626 0

[startup+0.108121 s]
/proc/loadavg: 2.06 2.03 2.05 4/73 21977
/proc/meminfo: memFree=1532808/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=0.06
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201139 s]
/proc/loadavg: 2.06 2.03 2.05 4/73 21977
/proc/meminfo: memFree=1532808/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=0.06
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301152 s]
/proc/loadavg: 2.06 2.03 2.05 4/73 21977
/proc/meminfo: memFree=1532808/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=0.06
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701232 s]
/proc/loadavg: 2.06 2.03 2.05 4/73 21977
/proc/meminfo: memFree=1532808/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=0.06
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50137 s]
/proc/loadavg: 2.06 2.03 2.05 3/84 21989
/proc/meminfo: memFree=1498928/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1309 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868

[startup+3.10266 s]
/proc/loadavg: 2.06 2.03 2.05 4/84 21999
/proc/meminfo: memFree=1502384/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1309 11606 0 1 5 1 101 6 15 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868520 CPUtime=1.82
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 16236 0 1 0 175 7 0 0 18 0 9 0 23843963 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217130 14960 2567 9 0 211635 0
[pid=21991/tid=21992] ppid=21990 vsize=868520 CPUtime=0.96
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 2877 0 1 0 95 1 0 0 22 0 9 0 23843964 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4126516888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868520 CPUtime=0.7
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 11227 0 0 0 66 4 0 0 16 0 9 0 23843965 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868520 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868520 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868520 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868520 CPUtime=0.13
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1430 0 0 0 13 0 0 0 16 0 9 0 23843968 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868520 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868520 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889364480 14960 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890744

[startup+6.30225 s]
/proc/loadavg: 2.06 2.03 2.04 4/84 21999
/proc/meminfo: memFree=1404016/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1309 11606 0 1 5 1 101 6 15 0 1 0 23843839 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21977/statm: 4217 1111 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=890096 CPUtime=5
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 47983 0 1 0 479 21 0 0 18 0 9 0 23843963 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 222524 40810 2567 9 0 217029 0
[pid=21991/tid=21992] ppid=21990 vsize=890096 CPUtime=1.92
/proc/21991/task/21992/stat : 21992 (java) S 21990 21977 18919 0 -1 64 3671 0 1 0 190 2 0 0 16 0 9 0 23843964 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21993] ppid=21990 vsize=890096 CPUtime=2.92
/proc/21991/task/21993/stat : 21993 (java) R 21990 21977 18919 0 -1 64 42180 0 0 0 275 17 0 0 25 0 9 0 23843965 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 102768147 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21994] ppid=21990 vsize=890096 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21995] ppid=21990 vsize=890096 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=890096 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=890096 CPUtime=0.13
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1430 0 0 0 13 0 0 0 16 0 9 0 23843968 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21998] ppid=21990 vsize=890096 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=890096 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 911458304 40810 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 912320

[startup+12.7024 s]
/proc/loadavg: 2.05 2.03 2.04 3/84 21999
/proc/meminfo: memFree=1367024/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=11.39
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 63269 0 1 0 1106 33 0 0 18 0 9 0 23843963 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 41381 2592 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=6.59
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 4638 0 1 0 653 6 0 0 25 0 9 0 23843964 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4126564896 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=4.59
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 56473 0 0 0 434 25 0 0 16 0 9 0 23843965 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.17
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1456 0 0 0 17 0 0 0 16 0 9 0 23843968 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 41381 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890940

[startup+25.5027 s]
/proc/loadavg: 2.17 2.06 2.05 3/84 21999
/proc/meminfo: memFree=1342384/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=24.18
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 67394 0 1 0 2378 40 0 0 18 0 9 0 23843963 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 45452 2592 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=19.08
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 4693 0 1 0 1898 10 0 0 25 0 9 0 23843964 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=4.87
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 60527 0 0 0 460 27 0 0 16 0 9 0 23843965 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.19
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23843968 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 45452 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 890940

[startup+51.1024 s]
/proc/loadavg: 2.11 2.05 2.05 3/84 21999
/proc/meminfo: memFree=1329328/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=49.76
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 70696 0 1 0 4934 42 0 0 18 0 9 0 23843963 889565184 48727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 48727 2592 9 0 211656 0

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

/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=1718.72
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 111224 0 1 0 171781 91 0 0 18 0 9 0 23843963 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 78848 2591 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=1710.79
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 5808 0 1 0 171037 42 0 0 25 0 9 0 23843964 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4126564933 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=7.7
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 103242 0 0 0 723 47 0 0 16 0 9 0 23843965 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.19
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23843968 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 78848 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1719.85
Current children cumulated vsize (KiB) 890940

[startup+1782.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/94 22143
/proc/meminfo: memFree=692512/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=1778.5
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 114388 0 1 0 177758 92 0 0 18 0 9 0 23843963 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 81995 2591 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=1770.41
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 5825 0 1 0 176999 42 0 0 25 0 9 0 23843964 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4126916372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=7.87
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 106389 0 0 0 739 48 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.19
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.63
Current children cumulated vsize (KiB) 890940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 2.41 2.15 2.04 4/94 22143
/proc/meminfo: memFree=688544/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=1798.91
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 114388 0 1 0 179799 92 0 0 18 0 9 0 23843963 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 81995 2591 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=1790.81
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 5825 0 1 0 179039 42 0 0 25 0 9 0 23843964 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4126916372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=7.87
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 106389 0 0 0 739 48 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.19
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 890940

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

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

[startup+1802.8 s]
/proc/loadavg: 2.41 2.15 2.04 4/94 22143
/proc/meminfo: memFree=688544/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1311 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=5356 CPUtime=0
/proc/21990/stat : 21990 (sh) S 21977 21977 18919 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23843963 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21990/statm: 1339 233 193 169 0 50 0
[pid=21991] ppid=21990 vsize=868716 CPUtime=1798.91
/proc/21991/stat : 21991 (java) S 21990 21977 18919 0 -1 0 114388 0 1 0 179799 92 0 0 18 0 9 0 23843963 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21991/statm: 217179 81995 2591 9 0 211656 0
[pid=21991/tid=21992] ppid=21990 vsize=868716 CPUtime=1790.81
/proc/21991/task/21992/stat : 21992 (java) R 21990 21977 18919 0 -1 64 5825 0 1 0 179039 42 0 0 25 0 9 0 23843964 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4126916372 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21993] ppid=21990 vsize=868716 CPUtime=7.87
/proc/21991/task/21993/stat : 21993 (java) S 21990 21977 18919 0 -1 64 106389 0 0 0 739 48 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21994] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21994/stat : 21994 (java) S 21990 21977 18919 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21995] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21995/stat : 21995 (java) S 21990 21977 18919 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23843965 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21996] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21996/stat : 21996 (java) S 21990 21977 18919 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23843967 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21997] ppid=21990 vsize=868716 CPUtime=0.19
/proc/21991/task/21997/stat : 21997 (java) S 21990 21977 18919 0 -1 64 1472 0 0 0 19 0 0 0 16 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21991/tid=21998] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21998/stat : 21998 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21991/tid=21999] ppid=21990 vsize=868716 CPUtime=0
/proc/21991/task/21999/stat : 21999 (java) S 21990 21977 18919 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23843968 889565184 81995 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 890940

[startup+1802.93 s]
/proc/loadavg: 2.41 2.15 2.04 5/96 22145
/proc/meminfo: memFree=688784/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1323 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=0 CPUtime=0
/proc/21990/stat : 21990 (sh) Z 21977 21977 18919 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23843963 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/21990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1803.1 s]
/proc/loadavg: 2.41 2.15 2.04 5/96 22145
/proc/meminfo: memFree=688784/2055920 swapFree=4192812/4192956
[pid=21977] ppid=21975 vsize=16868 CPUtime=1.13
/proc/21977/stat : 21977 (sugar) S 21975 21977 18919 0 -1 4194304 1323 11606 0 1 5 1 101 6 16 0 1 0 23843839 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/21977/statm: 4217 1112 409 3 0 796 0
[pid=21990] ppid=21977 vsize=0 CPUtime=0
/proc/21990/stat : 21990 (sh) Z 21977 21977 18919 0 -1 4195340 278 0 0 0 0 0 0 0 16 0 1 0 23843963 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/21990/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
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): 1798.91
#  lost CPU user time (s): 1797.99
#  lost CPU system time (s): 0.92

Real time (s): 1803.13
CPU time (s): 1800.08
CPU user time (s): 1799.06
CPU system time (s): 1.01298
CPU usage (%): 99.8305
Max. virtual memory (cumulated for all children) (KiB): 915432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.07384
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13282
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= 837
involuntary context switches= 735

runsolver used 2.28065 second user time and 6.02908 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 05:03:21
IDJOB=2079079
IDBENCH=56845
IDSOLVER=739
FILE ID=node45/2079079-1247367800
PBS_JOBID= 9507090
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle22.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079079-1247367800/watcher-2079079-1247367800 -o /tmp/evaluation-result-2079079-1247367800/solver-2079079-1247367800 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079079-1247367800.xml

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

MD5SUM BENCH= 4fd9722e59aa2e5ca5e508f77baf17c8
RANDOM SEED=1401391958

node45.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.281
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.281
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:       1533288 kB
Buffers:         48612 kB
Cached:         184424 kB
SwapCached:          0 kB
Active:         369728 kB
Inactive:        90420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1533288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:         237804 kB
Slab:            47320 kB
Committed_AS:   487036 kB
PageTables:       2440 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66460 MiB
End job on node45 at 2009-07-12 05:33:25