Trace number 1050168

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.13+picosat? (TO) 1800.12 1801.83

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-17.xml
MD5SUM28adb903193f339f0a75306072f25750
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4250
Number of constraints68397
Maximum constraint arity17
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension68397
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 03:26:34 2008
0.00/0.04	c 0	PID 16700
0.00/0.05	c 0	HOST node42.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1050168-1215048394.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1050168-1215048394.xml' 'HOME/temp.csp'
3.42/3.59	c 4	1 domains, 4250 variables, 3 predicates, 0 relations, 68397 constraints
3.51/3.62	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.51/3.62	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.53/3.70	c 4	Parsing HOME/temp.csp
3.53/4.02	c 4	parsed 10000 expressions
3.53/4.23	c 4	parsed 20000 expressions
4.29/4.46	c 5	parsed 30000 expressions
4.48/4.64	c 5	parsed 40000 expressions
4.68/4.89	c 5	parsed 50000 expressions
4.88/5.07	c 5	parsed 60000 expressions
5.17/5.37	c 6	parsed 70000 expressions
5.27/5.43	c 6	parsed 72651 expressions
5.27/5.44	c 6	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.27/5.44	c 6	Converting to clausal form CSP
5.47/5.70	c 6	converted 7266 (10%) expressions
5.66/5.83	c 6	converted 14531 (20%) expressions
5.77/5.95	c 6	converted 21796 (30%) expressions
5.86/6.07	c 6	converted 29061 (40%) expressions
6.16/6.35	c 7	converted 36326 (50%) expressions
6.36/6.51	c 7	converted 43591 (60%) expressions
6.46/6.63	c 7	converted 50856 (70%) expressions
6.55/6.74	c 7	converted 58121 (80%) expressions
6.66/6.87	c 7	converted 65386 (90%) expressions
6.94/7.13	c 7	converted 72651 (100%) expressions
6.94/7.13	c 7	CSP : 6125 integers, 0 booleans, 72147 clauses, largest domain size 10
6.94/7.13	c 7	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.94/7.13	c 7	Propagation in CSP
7.15/7.36	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.15/7.37	c 8	CSP : 6125 integers, 0 booleans, 72147 clauses, largest domain size 10
7.15/7.37	c 8	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.15/7.39	c 8	Simplifing CSP by introducing new Boolean variables
7.25/7.41	c 8	CSP : 6125 integers, 0 booleans, 72147 clauses, largest domain size 10
7.25/7.41	c 8	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.45/7.62	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.45/7.63	c 8	613 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.64	c 8	1225 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.64	c 8	1838 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.65	c 8	2450 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.65	c 8	3063 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.65	c 8	3675 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
7.45/7.65	c 8	4288 (70%) CSP integer variables are encoded (97 clauses, 1325 bytes)
7.45/7.66	c 8	4900 (80%) CSP integer variables are encoded (1643 clauses, 21423 bytes)
7.45/7.66	c 8	5513 (90%) CSP integer variables are encoded (3196 clauses, 41612 bytes)
7.45/7.66	c 8	6125 (100%) CSP integer variables are encoded (4750 clauses, 63071 bytes)
7.54/7.77	c 8	7215 (10%) CSP clauses are encoded (11965 clauses, 151197 bytes)
7.64/7.82	c 8	14430 (20%) CSP clauses are encoded (19180 clauses, 243474 bytes)
7.64/7.86	c 8	21645 (30%) CSP clauses are encoded (26395 clauses, 335979 bytes)
7.74/7.91	c 8	28859 (40%) CSP clauses are encoded (33609 clauses, 429254 bytes)
7.74/7.96	c 8	36074 (50%) CSP clauses are encoded (40824 clauses, 529946 bytes)
7.83/8.01	c 8	43289 (60%) CSP clauses are encoded (48039 clauses, 630608 bytes)
7.83/8.06	c 8	50503 (70%) CSP clauses are encoded (55253 clauses, 731206 bytes)
7.93/8.11	c 8	57718 (80%) CSP clauses are encoded (62468 clauses, 831682 bytes)
7.93/8.16	c 8	64933 (90%) CSP clauses are encoded (69683 clauses, 931940 bytes)
8.03/8.27	c 8	72147 (100%) CSP clauses are encoded (102397 clauses, 1453968 bytes)
8.03/8.27	c 8	72147 CSP clauses encoded
8.03/8.27	c 8	Writing map file : HOME/temp.map
8.13/8.32	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.13/8.32	c 9	SAT : 10875 SAT variables, 102397 SAT clauses, 1453968 bytes
8.13/8.32	c 9	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.13/8.35	c 9	SOLVING HOME/temp.cnf
8.13/8.35	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1801.81	sh: line 1: 16724 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1801.81	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1801.81	c 1802	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1801.82	c ERROR INTERRUPTED
1800.07/1801.82	s UNKNOWN
1800.07/1801.82	c 1802	CPU 1799.2 (0.04 0 1799.16 0.89)
1800.07/1801.82	c 1802	END Thu Jul  3 03:56:36 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050168-1215048394/watcher-1050168-1215048394 -o /tmp/evaluation-result-1050168-1215048394/solver-1050168-1215048394 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1050168-1215048394.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16700
/proc/meminfo: memFree=1737824/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=12268 CPUtime=0
/proc/16700/stat : 16700 (sugar) R 16698 16700 15609 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1983811890 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16700/statm: 3067 316 241 3 0 167 0

[startup+0.053872 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16700
/proc/meminfo: memFree=1737824/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102809 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16700
/proc/meminfo: memFree=1737824/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302831 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16700
/proc/meminfo: memFree=1737824/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702883 s]
/proc/loadavg: 1.92 1.98 1.99 4/80 16700
/proc/meminfo: memFree=1737824/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50197 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 16712
/proc/meminfo: memFree=1702344/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
[pid=16703] ppid=16700 vsize=5356 CPUtime=0
/proc/16703/stat : 16703 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983811895 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16703/statm: 1339 233 193 169 0 50 0
[pid=16704] ppid=16703 vsize=866660 CPUtime=1.42
/proc/16704/stat : 16704 (java) S 16703 16700 15609 0 -1 0 18435 0 1 0 133 9 0 0 18 0 9 0 1983811895 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16704/statm: 216665 15518 2529 9 0 211247 0
[pid=16704/tid=16705] ppid=16703 vsize=866660 CPUtime=0.69
/proc/16704/task/16705/stat : 16705 (java) R 16703 16700 15609 0 -1 64 2973 0 1 0 67 2 0 0 25 0 9 0 1983811896 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16706] ppid=16703 vsize=866660 CPUtime=0.61
/proc/16704/task/16706/stat : 16706 (java) R 16703 16700 15609 0 -1 64 14275 0 0 0 56 5 0 0 17 0 9 0 1983811898 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 103834259 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16707] ppid=16703 vsize=866660 CPUtime=0
/proc/16704/task/16707/stat : 16707 (java) S 16703 16700 15609 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983811898 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16708] ppid=16703 vsize=866660 CPUtime=0
/proc/16704/task/16708/stat : 16708 (java) S 16703 16700 15609 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1983811898 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16709] ppid=16703 vsize=866660 CPUtime=0
/proc/16704/task/16709/stat : 16709 (java) S 16703 16700 15609 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983811900 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16710] ppid=16703 vsize=866660 CPUtime=0.08
/proc/16704/task/16710/stat : 16710 (java) S 16703 16700 15609 0 -1 64 486 0 0 0 8 0 0 0 16 0 9 0 1983811900 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16711] ppid=16703 vsize=866660 CPUtime=0
/proc/16704/task/16711/stat : 16711 (java) S 16703 16700 15609 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983811900 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16712] ppid=16703 vsize=866660 CPUtime=0
/proc/16704/task/16712/stat : 16712 (java) S 16703 16700 15609 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983811900 887459840 15518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 885616

[startup+3.10115 s]
/proc/loadavg: 1.92 1.98 1.99 4/91 16712
/proc/meminfo: memFree=1653064/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=0.03
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983811890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 796 370 3 0 500 0
[pid=16703] ppid=16700 vsize=5356 CPUtime=0
/proc/16703/stat : 16703 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983811895 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16703/statm: 1339 233 193 169 0 50 0
[pid=16704] ppid=16703 vsize=864672 CPUtime=3
/proc/16704/stat : 16704 (java) S 16703 16700 15609 0 -1 0 32640 0 1 0 283 17 0 0 18 0 9 0 1983811895 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16704/statm: 216168 27236 2529 9 0 210750 0
[pid=16704/tid=16705] ppid=16703 vsize=864672 CPUtime=1.53
/proc/16704/task/16705/stat : 16705 (java) R 16703 16700 15609 0 -1 64 3877 0 1 0 150 3 0 0 25 0 9 0 1983811896 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16706] ppid=16703 vsize=864672 CPUtime=1.31
/proc/16704/task/16706/stat : 16706 (java) R 16703 16700 15609 0 -1 64 27545 0 0 0 119 12 0 0 16 0 9 0 1983811898 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 102350254 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16707] ppid=16703 vsize=864672 CPUtime=0
/proc/16704/task/16707/stat : 16707 (java) S 16703 16700 15609 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1983811898 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16708] ppid=16703 vsize=864672 CPUtime=0
/proc/16704/task/16708/stat : 16708 (java) S 16703 16700 15609 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983811898 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16709] ppid=16703 vsize=864672 CPUtime=0
/proc/16704/task/16709/stat : 16709 (java) S 16703 16700 15609 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983811900 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16710] ppid=16703 vsize=864672 CPUtime=0.13
/proc/16704/task/16710/stat : 16710 (java) S 16703 16700 15609 0 -1 64 517 0 0 0 13 0 0 0 16 0 9 0 1983811900 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16711] ppid=16703 vsize=864672 CPUtime=0
/proc/16704/task/16711/stat : 16711 (java) S 16703 16700 15609 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983811900 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16704/tid=16712] ppid=16703 vsize=864672 CPUtime=0
/proc/16704/task/16712/stat : 16712 (java) S 16703 16700 15609 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983811900 885424128 27236 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 883628

[startup+6.3025 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 16722
/proc/meminfo: memFree=1706056/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=3.53
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 974 33755 0 1 3 0 330 20 15 0 1 0 1983811890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 797 370 3 0 500 0
[pid=16713] ppid=16700 vsize=5356 CPUtime=0
/proc/16713/stat : 16713 (sh) S 16700 16700 15609 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983812252 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16713/statm: 1339 233 193 169 0 50 0
[pid=16714] ppid=16713 vsize=869436 CPUtime=2.63
/proc/16714/stat : 16714 (java) S 16713 16700 15609 0 -1 0 15890 0 1 0 252 11 0 0 18 0 9 0 1983812253 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16714/statm: 217359 13912 2540 9 0 211934 0
[pid=16714/tid=16715] ppid=16713 vsize=869436 CPUtime=1.58
/proc/16714/task/16715/stat : 16715 (java) R 16713 16700 15609 0 -1 64 3022 0 1 0 156 2 0 0 25 0 9 0 1983812254 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16716] ppid=16713 vsize=869436 CPUtime=0.84
/proc/16714/task/16716/stat : 16716 (java) R 16713 16700 15609 0 -1 64 10717 0 0 0 78 6 0 0 16 0 9 0 1983812255 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 102731896 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16717] ppid=16713 vsize=869436 CPUtime=0
/proc/16714/task/16717/stat : 16717 (java) S 16713 16700 15609 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983812255 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16718] ppid=16713 vsize=869436 CPUtime=0
/proc/16714/task/16718/stat : 16718 (java) S 16713 16700 15609 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983812255 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16719] ppid=16713 vsize=869436 CPUtime=0
/proc/16714/task/16719/stat : 16719 (java) S 16713 16700 15609 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983812257 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16720] ppid=16713 vsize=869436 CPUtime=0.18
/proc/16714/task/16720/stat : 16720 (java) S 16713 16700 15609 0 -1 64 1454 0 0 0 17 1 0 0 16 0 9 0 1983812257 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16721] ppid=16713 vsize=869436 CPUtime=0
/proc/16714/task/16721/stat : 16721 (java) S 16713 16700 15609 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983812257 890302464 13912 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16714/tid=16722] ppid=16713 vsize=869436 CPUtime=0
/proc/16714/task/16722/stat : 16722 (java) S 16713 16700 15609 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983812257 890302464 13912 996147200 134512640 134550740 4294955952 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) 888392

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1727880/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=5048 CPUtime=4.3
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 1103 0 0 0 391 39 0 0 25 0 1 0 1983812725 5169152 1079 996147200 134512640 134931368 4294956256 18446744073709551615 134530848 0 0 4096 0 0 0 0 17 1 0 0
/proc/16724/statm: 1262 1079 48 102 0 1157 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 24004

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1726408/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=6584 CPUtime=16.98
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 1495 0 0 0 1659 39 0 0 25 0 1 0 1983812725 6742016 1471 996147200 134512640 134931368 4294956256 18446744073709551615 134538592 0 0 4096 0 0 0 0 17 1 0 0
/proc/16724/statm: 1646 1471 48 102 0 1541 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 25540

[startup+51.1025 s]
/proc/loadavg: 1.96 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1724936/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=8004 CPUtime=42.32
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 1856 0 0 0 4193 39 0 0 25 0 1 0 1983812725 8196096 1832 996147200 134512640 134931368 4294956256 18446744073709551615 134531136 0 0 4096 0 0 0 0 17 1 0 0
/proc/16724/statm: 2001 1832 48 102 0 1896 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 26960

[startup+102.306 s]
/proc/loadavg: 1.98 1.98 1.99 3/83 16724
/proc/meminfo: memFree=1722696/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0

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

[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=30752 CPUtime=1232.59
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 9674 0 0 0 123211 48 0 0 25 0 1 0 1983812725 31490048 7546 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 7688 7546 48 102 0 7583 0
Current children cumulated CPU time (s) 1240.77
Current children cumulated vsize (KiB) 49708

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1579768/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=31804 CPUtime=1292.57
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10031 0 0 0 129209 48 0 0 25 0 1 0 1983812725 32567296 7806 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 7951 7806 48 102 0 7846 0
Current children cumulated CPU time (s) 1300.75
Current children cumulated vsize (KiB) 50760

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1579576/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=31912 CPUtime=1352.54
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10090 0 0 0 135206 48 0 0 25 0 1 0 1983812725 32677888 7820 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 7978 7820 48 102 0 7873 0
Current children cumulated CPU time (s) 1360.72
Current children cumulated vsize (KiB) 50868

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1577400/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=34092 CPUtime=1412.52
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10822 0 0 0 141203 49 0 0 25 0 1 0 1983812725 34910208 8357 996147200 134512640 134931368 4294956256 18446744073709551615 134520253 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8523 8357 48 102 0 8418 0
Current children cumulated CPU time (s) 1420.7
Current children cumulated vsize (KiB) 53048

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1577720/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=33704 CPUtime=1472.5
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10822 0 0 0 147201 49 0 0 25 0 1 0 1983812725 34512896 8284 996147200 134512640 134931368 4294956256 18446744073709551615 134520253 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8426 8284 48 102 0 8321 0
Current children cumulated CPU time (s) 1480.68
Current children cumulated vsize (KiB) 52660

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1577656/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=33688 CPUtime=1532.48
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10822 0 0 0 153199 49 0 0 25 0 1 0 1983812725 34496512 8280 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8422 8280 48 102 0 8317 0
Current children cumulated CPU time (s) 1540.66
Current children cumulated vsize (KiB) 52644

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1577848/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=33516 CPUtime=1592.46
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10867 0 0 0 159196 50 0 0 25 0 1 0 1983812725 34320384 8237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8379 8237 48 102 0 8274 0
Current children cumulated CPU time (s) 1600.64
Current children cumulated vsize (KiB) 52472

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1577848/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=33516 CPUtime=1652.44
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 10912 0 0 0 165194 50 0 0 25 0 1 0 1983812725 34320384 8237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8379 8237 48 102 0 8274 0
Current children cumulated CPU time (s) 1660.62
Current children cumulated vsize (KiB) 52472

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1576440/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=34948 CPUtime=1712.41
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 11293 0 0 0 171191 50 0 0 25 0 1 0 1983812725 35786752 8573 996147200 134512640 134931368 4294956256 18446744073709551615 134530090 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8737 8573 48 102 0 8632 0
Current children cumulated CPU time (s) 1720.59
Current children cumulated vsize (KiB) 53904

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1576248/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=35436 CPUtime=1772.39
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 11358 0 0 0 177189 50 0 0 25 0 1 0 1983812725 36286464 8638 996147200 134512640 134931368 4294956256 18446744073709551615 134529794 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8859 8638 48 102 0 8754 0
Current children cumulated CPU time (s) 1780.57
Current children cumulated vsize (KiB) 54392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.81 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 16767
/proc/meminfo: memFree=1576248/2055920 swapFree=4180076/4192956
[pid=16700] ppid=16698 vsize=13600 CPUtime=8.18
/proc/16700/stat : 16700 (sugar) S 16698 16700 15609 0 -1 4194304 1022 55108 0 2 4 0 777 37 16 0 1 0 1983811890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16700/statm: 3400 799 370 3 0 500 0
[pid=16723] ppid=16700 vsize=5356 CPUtime=0
/proc/16723/stat : 16723 (sh) S 16700 16700 15609 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983812725 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16723/statm: 1339 232 193 169 0 50 0
[pid=16724] ppid=16723 vsize=35436 CPUtime=1791.89
/proc/16724/stat : 16724 (picosat) R 16723 16700 15609 0 -1 4194304 11358 0 0 0 179139 50 0 0 25 0 1 0 1983812725 36286464 8638 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/16724/statm: 8859 8638 48 102 0 8754 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 54392

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

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

Child status: 0
Real time (s): 1801.83
CPU time (s): 1800.12
CPU user time (s): 1799.21
CPU system time (s): 0.904862
CPU usage (%): 99.905
Max. virtual memory (cumulated for all children) (KiB): 888392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.904862
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68117
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= 4596
involuntary context switches= 14279

runsolver used 2.06569 second user time and 6.14907 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-03 03:26:34
IDJOB=1050168
IDBENCH=54865
IDSOLVER=345
FILE ID=node42/1050168-1215048394
PBS_JOBID= 7875091
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-17.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1050168-1215048394/watcher-1050168-1215048394 -o /tmp/evaluation-result-1050168-1215048394/solver-1050168-1215048394 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1050168-1215048394.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 28adb903193f339f0a75306072f25750
RANDOM SEED=494591825

node42.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.214
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.214
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:       1738304 kB
Buffers:         33092 kB
Cached:         148460 kB
SwapCached:       6808 kB
Active:         121080 kB
Inactive:       124168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1738304 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            9988 kB
Writeback:           0 kB
Mapped:          79992 kB
Slab:            57404 kB
Committed_AS:  4275840 kB
PageTables:       1976 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= 66516 MiB
End job on node42 at 2008-07-03 03:56:38