Trace number 2083687

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) 588.85 598.591

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-6.xml
MD5SUM35433b7323a58295c09c0516097c5775
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.8249
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data

0.07/0.20	c 0	Sugar v1-14-6 + HOME/picosat
0.07/0.21	c 0	BEGIN Sun Jul 12 07:53:31 2009
0.07/0.21	c 0	PID 24703
0.07/0.22	c 0	HOST node10.alineos.net
0.07/0.22	c 0	CONVERTING HOME/instance-2083687-1247378010.xml TO HOME/temp.csp
0.07/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083687-1247378010.xml' 'HOME/temp.csp'
0.85/1.13	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
0.85/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/1.15	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.88/1.23	c 1	Parsing HOME/temp.csp
0.88/1.42	c 1	parsed 10000 expressions
0.88/1.42	c 1	parsed 10027 expressions
0.88/1.43	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.88/1.43	c 1	Converting to clausal form CSP
3.20/3.56	c 3	converted 1003 (10%) expressions
6.37/6.72	c 6	converted 2006 (20%) expressions
8.96/9.32	c 9	converted 3009 (30%) expressions
11.25/11.64	c 11	converted 4011 (40%) expressions
13.63/14.08	c 14	converted 5014 (50%) expressions
16.11/16.56	c 16	converted 6017 (60%) expressions
18.40/18.81	c 18	converted 7019 (70%) expressions
20.58/21.08	c 21	converted 8022 (80%) expressions
23.07/23.57	c 23	converted 9025 (90%) expressions
25.36/25.85	c 25	converted 10027 (100%) expressions
25.36/25.85	c 25	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
25.36/25.85	c 25	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.36/25.85	c 25	Propagation in CSP
26.25/26.71	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.25/26.71	c 26	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
26.25/26.71	c 26	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.25/26.73	c 26	Simplifing CSP by introducing new Boolean variables
26.35/26.87	c 26	CSP : 1092 integers, 46739 booleans, 76687 clauses, largest domain size 4101
26.35/26.87	c 26	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.64/27.15	c 27	Encoding CSP to SAT : HOME/temp.cnf
31.13/31.63	c 31	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
35.30/35.89	c 35	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
39.97/40.52	c 40	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
44.16/44.75	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
48.73/49.32	c 49	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
49.42/50.00	c 50	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
49.90/50.58	c 50	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
50.50/51.10	c 51	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
51.00/51.68	c 51	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
51.49/52.20	c 52	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
89.82/90.72	c 90	7669 (10%) CSP clauses are encoded (6206589 clauses, 139606914 bytes)
125.04/126.39	c 126	15338 (20%) CSP clauses are encoded (10415698 clauses, 250032197 bytes)
152.79/154.56	c 154	23007 (30%) CSP clauses are encoded (14375997 clauses, 355715894 bytes)
178.52/180.52	c 180	30675 (40%) CSP clauses are encoded (18234874 clauses, 458434277 bytes)
205.96/208.28	c 208	38344 (50%) CSP clauses are encoded (22398285 clauses, 569260744 bytes)
236.27/238.80	c 238	46013 (60%) CSP clauses are encoded (26538949 clauses, 679759441 bytes)
275.74/282.38	c 282	53681 (70%) CSP clauses are encoded (30384712 clauses, 782856236 bytes)
322.88/329.95	c 329	61350 (80%) CSP clauses are encoded (34401859 clauses, 889864579 bytes)
369.41/376.92	c 376	69019 (90%) CSP clauses are encoded (38336369 clauses, 994309812 bytes)
416.35/424.37	c 424	76687 (100%) CSP clauses are encoded (42317466 clauses, 1100544591 bytes)
416.35/424.37	c 424	76687 CSP clauses encoded
416.35/424.37	c 424	Writing map file : HOME/temp.map
416.94/424.92	c 424	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
416.94/424.92	c 424	SAT : 2536833 SAT variables, 42317466 SAT clauses, 1100544591 bytes
416.94/424.92	c 424	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
416.94/424.94	c 424	SOLVING HOME/temp.cnf
416.94/424.94	c 424	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
588.32/597.52	c ERROR INTERRUPTED
588.44/597.64	s UNKNOWN
588.44/597.64	c 597	CPU 417.01 (0.07 0.01 337.69 79.24)
588.44/597.64	c 597	END Sun Jul 12 08:03:28 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-2083687-1247378010/watcher-2083687-1247378010 -o /tmp/evaluation-result-2083687-1247378010/solver-2083687-1247378010 -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-2083687-1247378010.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

[startup+0 s]
/proc/loadavg: 3.09 2.78 2.42 3/82 24703
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=18576 CPUtime=0
/proc/24703/stat : 24703 (runsolver) R 24701 22456 22456 0 -1 4194368 10 0 0 0 0 0 0 0 20 0 1 0 24868100 19021824 282 996147200 4194304 4302564 548682068304 18446744073709551615 214917215948 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24703/statm: 4644 282 247 26 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.023319 s]
/proc/loadavg: 3.09 2.78 2.42 3/82 24703
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=7504 CPUtime=0
/proc/24703/stat : 24703 (sugar) D 24701 24703 22456 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 24868100 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 214917248489 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/24703/statm: 1876 52 39 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.101344 s]
/proc/loadavg: 3.09 2.78 2.42 3/82 24703
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=12940 CPUtime=0.01
/proc/24703/stat : 24703 (sugar) R 24701 24703 22456 0 -1 4194304 589 0 0 0 1 0 0 0 18 0 1 0 24868100 13250560 557 996147200 4194304 4206940 548682068608 18446744073709551615 214937856957 0 0 4224 0 0 0 0 17 1 0 0
/proc/24703/statm: 3235 557 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.301384 s]
/proc/loadavg: 3.09 2.78 2.42 3/82 24703
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.07
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1227 127 0 1 6 1 0 0 18 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701475 s]
/proc/loadavg: 3.09 2.78 2.42 3/82 24703
/proc/meminfo: memFree=1484984/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.07
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1227 127 0 1 6 1 0 0 18 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50165 s]
/proc/loadavg: 3.09 2.78 2.42 3/93 24715
/proc/meminfo: memFree=1460888/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1309 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 16868

[startup+3.10199 s]
/proc/loadavg: 3.09 2.78 2.42 3/93 24725
/proc/meminfo: memFree=1463640/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1309 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868492 CPUtime=1.92
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 7712 0 1 0 186 6 0 0 18 0 9 0 24868216 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217123 6782 2566 9 0 211628 0
[pid=24717/tid=24718] ppid=24716 vsize=868492 CPUtime=1.54
/proc/24717/task/24718/stat : 24718 (java) R 24716 24703 22456 0 -1 64 2811 0 1 0 153 1 0 0 25 0 9 0 24868217 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4126822583 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24719] ppid=24716 vsize=868492 CPUtime=0.18
/proc/24717/task/24719/stat : 24719 (java) S 24716 24703 22456 0 -1 64 2731 0 0 0 16 2 0 0 16 0 9 0 24868218 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24720] ppid=24716 vsize=868492 CPUtime=0
/proc/24717/task/24720/stat : 24720 (java) S 24716 24703 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24868218 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24721] ppid=24716 vsize=868492 CPUtime=0
/proc/24717/task/24721/stat : 24721 (java) S 24716 24703 22456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24868218 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24722] ppid=24716 vsize=868492 CPUtime=0
/proc/24717/task/24722/stat : 24722 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868221 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24723] ppid=24716 vsize=868492 CPUtime=0.17
/proc/24717/task/24723/stat : 24723 (java) S 24716 24703 22456 0 -1 64 1471 0 0 0 16 1 0 0 15 0 9 0 24868221 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24724] ppid=24716 vsize=868492 CPUtime=0
/proc/24717/task/24724/stat : 24724 (java) S 24716 24703 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868221 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24725] ppid=24716 vsize=868492 CPUtime=0
/proc/24717/task/24725/stat : 24725 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24868221 889335808 6782 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 890716

[startup+6.30268 s]
/proc/loadavg: 3.00 2.77 2.42 3/93 24725
/proc/meminfo: memFree=1459352/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1309 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868576 CPUtime=5.1
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 9233 0 1 0 501 9 0 0 18 0 9 0 24868216 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217144 7934 2566 9 0 211649 0
[pid=24717/tid=24718] ppid=24716 vsize=868576 CPUtime=4.43
/proc/24717/task/24718/stat : 24718 (java) R 24716 24703 22456 0 -1 64 3164 0 1 0 440 3 0 0 25 0 9 0 24868217 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4126537319 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24719] ppid=24716 vsize=868576 CPUtime=0.45
/proc/24717/task/24719/stat : 24719 (java) S 24716 24703 22456 0 -1 64 3891 0 0 0 41 4 0 0 16 0 9 0 24868218 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24720] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24720/stat : 24720 (java) S 24716 24703 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24868218 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24721] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24721/stat : 24721 (java) S 24716 24703 22456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24868218 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24722] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24722/stat : 24722 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868221 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24723] ppid=24716 vsize=868576 CPUtime=0.19
/proc/24717/task/24723/stat : 24723 (java) S 24716 24703 22456 0 -1 64 1479 0 0 0 18 1 0 0 15 0 9 0 24868221 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24724] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24724/stat : 24724 (java) S 24716 24703 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868221 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24725] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24725/stat : 24725 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24868221 889421824 7934 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 890800

[startup+12.7021 s]
/proc/loadavg: 2.92 2.76 2.42 3/93 24725
/proc/meminfo: memFree=1451544/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1309 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868576 CPUtime=11.46
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 11876 0 1 0 1131 15 0 0 18 0 9 0 24868216 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217144 9697 2567 9 0 211649 0
[pid=24717/tid=24718] ppid=24716 vsize=868576 CPUtime=10.28
/proc/24717/task/24718/stat : 24718 (java) R 24716 24703 22456 0 -1 64 3771 0 1 0 1024 4 0 0 25 0 9 0 24868217 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4126448563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24719] ppid=24716 vsize=868576 CPUtime=0.95
/proc/24717/task/24719/stat : 24719 (java) S 24716 24703 22456 0 -1 64 5926 0 0 0 87 8 0 0 16 0 9 0 24868218 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24720] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24720/stat : 24720 (java) S 24716 24703 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24868218 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24721] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24721/stat : 24721 (java) S 24716 24703 22456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24868218 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24722] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24722/stat : 24722 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868221 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24723] ppid=24716 vsize=868576 CPUtime=0.19
/proc/24717/task/24723/stat : 24723 (java) S 24716 24703 22456 0 -1 64 1480 0 0 0 18 1 0 0 15 0 9 0 24868221 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24724] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24724/stat : 24724 (java) S 24716 24703 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868221 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24725] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24725/stat : 24725 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24868221 889421824 9697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 890800

[startup+25.5018 s]
/proc/loadavg: 2.87 2.75 2.42 3/93 24725
/proc/meminfo: memFree=1434328/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1309 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868576 CPUtime=24.18
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 17744 0 1 0 2390 28 0 0 18 0 9 0 24868216 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217144 13959 2567 9 0 211649 0
[pid=24717/tid=24718] ppid=24716 vsize=868576 CPUtime=21.85
/proc/24717/task/24718/stat : 24718 (java) R 24716 24703 22456 0 -1 64 4734 0 1 0 2177 8 0 0 25 0 9 0 24868217 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4126502621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24719] ppid=24716 vsize=868576 CPUtime=2.11
/proc/24717/task/24719/stat : 24719 (java) S 24716 24703 22456 0 -1 64 10831 0 0 0 194 17 0 0 16 0 9 0 24868218 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24720] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24720/stat : 24720 (java) S 24716 24703 22456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24868218 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24721] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24721/stat : 24721 (java) S 24716 24703 22456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24868218 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24722] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24722/stat : 24722 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868221 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24723] ppid=24716 vsize=868576 CPUtime=0.19
/proc/24717/task/24723/stat : 24723 (java) S 24716 24703 22456 0 -1 64 1480 0 0 0 18 1 0 0 15 0 9 0 24868221 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24724] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24724/stat : 24724 (java) S 24716 24703 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868221 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24725] ppid=24716 vsize=868576 CPUtime=0
/proc/24717/task/24725/stat : 24725 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24868221 889421824 13959 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 890800

[startup+51.1023 s]
/proc/loadavg: 2.57 2.69 2.41 3/93 24725
/proc/meminfo: memFree=1406296/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.88
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1310 9083 0 2 6 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868688 CPUtime=49.62
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 19799 0 1 0 4913 49 0 0 18 0 9 0 24868216 889536512 15720 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217172 15720 2592 9 0 211649 0

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


[startup+402.303 s]
/proc/loadavg: 2.64 2.39 2.33 4/91 24788
/proc/meminfo: memFree=521776/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=0.89
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1310 9083 0 2 7 1 75 6 16 0 1 0 24868100 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24703/statm: 4217 1111 409 3 0 796 0
[pid=24716] ppid=24703 vsize=5356 CPUtime=0
/proc/24716/stat : 24716 (sh) S 24703 24703 22456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24868216 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24716/statm: 1339 233 193 169 0 50 0
[pid=24717] ppid=24716 vsize=868688 CPUtime=393.68
/proc/24717/stat : 24717 (java) S 24716 24703 22456 0 -1 0 26388 0 1 0 32464 6904 0 0 18 0 9 0 24868216 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24717/statm: 217172 15736 2593 9 0 211649 0
[pid=24717/tid=24718] ppid=24716 vsize=868688 CPUtime=387.61
/proc/24717/task/24718/stat : 24718 (java) R 24716 24703 22456 0 -1 64 11648 0 1 0 31924 6837 0 0 25 0 9 0 24868217 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24717/tid=24719] ppid=24716 vsize=868688 CPUtime=5.77
/proc/24717/task/24719/stat : 24719 (java) S 24716 24703 22456 0 -1 64 12510 0 0 0 513 64 0 0 16 0 9 0 24868218 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24717/tid=24720] ppid=24716 vsize=868688 CPUtime=0
/proc/24717/task/24720/stat : 24720 (java) S 24716 24703 22456 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24868218 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24721] ppid=24716 vsize=868688 CPUtime=0
/proc/24717/task/24721/stat : 24721 (java) S 24716 24703 22456 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 24868218 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24722] ppid=24716 vsize=868688 CPUtime=0
/proc/24717/task/24722/stat : 24722 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24868221 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24723] ppid=24716 vsize=868688 CPUtime=0.28
/proc/24717/task/24723/stat : 24723 (java) S 24716 24703 22456 0 -1 64 1531 0 0 0 27 1 0 0 16 0 9 0 24868221 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24717/tid=24724] ppid=24716 vsize=868688 CPUtime=0
/proc/24717/task/24724/stat : 24724 (java) S 24716 24703 22456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24868221 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24717/tid=24725] ppid=24716 vsize=868688 CPUtime=0
/proc/24717/task/24725/stat : 24725 (java) S 24716 24703 22456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24868221 889536512 15736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.57
Current children cumulated vsize (KiB) 890912

[startup+462.302 s]
/proc/loadavg: 2.49 2.42 2.35 3/83 24796
/proc/meminfo: memFree=221616/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1367 36102 0 3 7 1 33769 7923 16 0 1 0 24868100 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24703/statm: 4217 1115 409 3 0 796 0
[pid=24789] ppid=24703 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24703 24703 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24910595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24789/statm: 1339 232 193 169 0 50 0
[pid=24790] ppid=24789 vsize=404172 CPUtime=37.15
/proc/24790/stat : 24790 (picosat) R 24789 24703 22456 0 -1 4194304 75500 0 0 0 1697 2018 0 0 25 0 1 0 24910595 413872128 75486 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 101043 75486 40 102 0 100938 0
Current children cumulated CPU time (s) 454.15
Current children cumulated vsize (KiB) 426396

[startup+522.303 s]
/proc/loadavg: 2.33 2.38 2.34 4/83 24796
/proc/meminfo: memFree=15344/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1367 36102 0 3 7 1 33769 7923 16 0 1 0 24868100 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24703/statm: 4217 1115 409 3 0 796 0
[pid=24789] ppid=24703 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24703 24703 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24910595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24789/statm: 1339 232 193 169 0 50 0
[pid=24790] ppid=24789 vsize=622128 CPUtime=96.67
/proc/24790/stat : 24790 (picosat) R 24789 24703 22456 0 -1 4194304 129860 0 0 0 4454 5213 0 0 25 0 1 0 24910595 637059072 129846 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 155532 129846 40 102 0 155427 0
Current children cumulated CPU time (s) 513.67
Current children cumulated vsize (KiB) 644352

[startup+582.302 s]
/proc/loadavg: 2.23 2.34 2.33 3/83 24796
/proc/meminfo: memFree=15920/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1367 36102 0 3 7 1 33769 7923 16 0 1 0 24868100 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24703/statm: 4217 1115 409 3 0 796 0
[pid=24789] ppid=24703 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24703 24703 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24910595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24789/statm: 1339 232 193 169 0 50 0
[pid=24790] ppid=24789 vsize=850124 CPUtime=156.22
/proc/24790/stat : 24790 (picosat) R 24789 24703 22456 0 -1 4194304 184780 0 0 0 7191 8431 0 0 25 0 1 0 24910595 870526976 184766 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 212531 184766 40 102 0 212426 0
Current children cumulated CPU time (s) 573.22
Current children cumulated vsize (KiB) 872348



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+597.503 s]
/proc/loadavg: 2.32 2.36 2.33 4/83 24796
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1367 36102 0 3 7 1 33769 7923 16 0 1 0 24868100 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24703/statm: 4217 1115 409 3 0 796 0
[pid=24789] ppid=24703 vsize=5356 CPUtime=0
/proc/24789/stat : 24789 (sh) S 24703 24703 22456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24910595 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24789/statm: 1339 232 193 169 0 50 0
[pid=24790] ppid=24789 vsize=899624 CPUtime=171.32
/proc/24790/stat : 24790 (picosat) R 24789 24703 22456 0 -1 4194304 198713 0 0 0 7892 9240 0 0 25 0 1 0 24910595 921214976 198699 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 224906 198699 40 102 0 224801 0
Current children cumulated CPU time (s) 588.32
Current children cumulated vsize (KiB) 921848

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

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

[startup+597.622 s]
/proc/loadavg: 2.32 2.36 2.33 4/83 24796
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417
/proc/24703/stat : 24703 (sugar) S 24701 24703 22456 0 -1 4194304 1396 36102 0 3 7 1 33769 7923 16 0 1 0 24868100 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/24703/statm: 4217 1115 409 3 0 796 0
[pid=24789] ppid=24703 vsize=0 CPUtime=0
/proc/24789/stat : 24789 (sh) Z 24703 24703 22456 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24910595 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/24789/statm: 0 0 0 0 0 0 0
[pid=24790] ppid=1 vsize=0 CPUtime=171.44
/proc/24790/stat : 24790 (picosat) R 1 24703 22456 0 -1 4195332 198713 0 0 0 7892 9252 0 0 25 0 1 0 24910595 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/24790/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 588.44
Current children cumulated vsize (KiB) 16868

[startup+597.702 s]
/proc/loadavg: 2.32 2.36 2.33 4/83 24796
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417.05
/proc/24703/stat : 24703 (sugar) R 24701 24703 22456 0 -1 4194304 1425 36379 0 3 7 5 33769 7924 16 0 1 0 24868100 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24703/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 417.05
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+598.203 s]
/proc/loadavg: 2.32 2.36 2.33 4/83 24796
/proc/meminfo: memFree=16304/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417.43
/proc/24703/stat : 24703 (sugar) D 24701 24703 22456 0 -1 4194304 1425 36379 0 3 7 43 33769 7924 18 0 1 0 24868100 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24703/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 417.43
Current children cumulated vsize (KiB) 16868

[startup+598.408 s]
/proc/loadavg: 2.30 2.35 2.33 3/82 24797
/proc/meminfo: memFree=1651896/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417.43
/proc/24703/stat : 24703 (sugar) D 24701 24703 22456 0 -1 4194304 1425 36379 0 3 7 43 33769 7924 18 0 1 0 24868100 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24703/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 417.43
Current children cumulated vsize (KiB) 16868

[startup+598.503 s]
/proc/loadavg: 2.30 2.35 2.33 3/82 24797
/proc/meminfo: memFree=1651896/2055920 swapFree=4192812/4192956
[pid=24703] ppid=24701 vsize=16868 CPUtime=417.44
/proc/24703/stat : 24703 (sugar) D 24701 24703 22456 0 -1 4194304 1425 36379 0 3 7 44 33769 7924 18 0 1 0 24868100 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/24703/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 417.44
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): 171.39
#  lost CPU user time (s): 78.92
#  lost CPU system time (s): 92.47

Real time (s): 598.591
CPU time (s): 588.85
CPU user time (s): 416.69
CPU system time (s): 172.16
CPU usage (%): 98.3727
Max. virtual memory (cumulated for all children) (KiB): 921848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 337.77
system time used= 79.6899
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37863
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90955
involuntary context switches= 90398

runsolver used 0.700893 second user time and 2.09868 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-12 07:53:30
IDJOB=2083687
IDBENCH=57898
IDSOLVER=738
FILE ID=node10/2083687-1247378010
PBS_JOBID= 9507132
Free space on /tmp= 66412 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-6.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-2083687-1247378010/watcher-2083687-1247378010 -o /tmp/evaluation-result-2083687-1247378010/solver-2083687-1247378010 -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-2083687-1247378010.xml

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

MD5SUM BENCH= 35433b7323a58295c09c0516097c5775
RANDOM SEED=2105355453

node10.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.279
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.279
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:       1485656 kB
Buffers:          3032 kB
Cached:          34776 kB
SwapCached:          0 kB
Active:         504696 kB
Inactive:        11208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485656 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:         498516 kB
Slab:            38668 kB
Committed_AS:   641632 kB
PageTables:       2696 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= 66412 MiB
End job on node10 at 2009-07-12 08:03:30