Trace number 2068936

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.07 1816.75

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-60.xml
MD5SUMb21f5127694617ef1ec57e033a0a71a2
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 benchmark1354.16
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:49:46 2009
0.00/0.08	c 0	PID 18514
0.00/0.08	c 0	HOST node43.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2068936-1247348986.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-2068936-1247348986.xml' 'HOME/temp.csp'
0.06/0.49	c 0	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.06/0.50	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.58	c 0	Parsing HOME/temp.csp
0.47/0.77	c 1	parsed 1430 expressions
0.47/0.80	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.80	c 1	Converting to clausal form CSP
0.47/0.82	c 1	converted 143 (10%) expressions
0.47/0.99	c 1	converted 286 (20%) expressions
0.47/1.03	c 1	converted 429 (30%) expressions
0.47/1.05	c 1	converted 572 (40%) expressions
0.47/1.07	c 1	converted 715 (50%) expressions
0.47/1.08	c 1	converted 858 (60%) expressions
0.47/1.09	c 1	converted 1001 (70%) expressions
1.05/1.11	c 1	converted 1144 (80%) expressions
1.05/1.12	c 1	converted 1287 (90%) expressions
1.05/1.13	c 1	converted 1430 (100%) expressions
1.05/1.13	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 59
1.05/1.13	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.13	c 1	Propagation in CSP
1.05/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.14	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 59
1.05/1.14	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.15	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.18	c 1	CSP : 246 integers, 4704 booleans, 6170 clauses, largest domain size 59
1.05/1.18	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.15/1.25	c 1	25 (10%) CSP integer variables are encoded (870 clauses, 9422 bytes)
1.15/1.25	c 1	50 (20%) CSP integer variables are encoded (1682 clauses, 19771 bytes)
1.15/1.25	c 1	74 (30%) CSP integer variables are encoded (2534 clauses, 30847 bytes)
1.15/1.25	c 1	99 (40%) CSP integer variables are encoded (3477 clauses, 43106 bytes)
1.15/1.25	c 1	123 (50%) CSP integer variables are encoded (4331 clauses, 54208 bytes)
1.15/1.26	c 1	148 (60%) CSP integer variables are encoded (5252 clauses, 66181 bytes)
1.15/1.26	c 1	173 (70%) CSP integer variables are encoded (5404 clauses, 68157 bytes)
1.15/1.26	c 1	197 (80%) CSP integer variables are encoded (5540 clauses, 69925 bytes)
1.15/1.26	c 1	222 (90%) CSP integer variables are encoded (5701 clauses, 72018 bytes)
1.15/1.26	c 1	246 (100%) CSP integer variables are encoded (5846 clauses, 73903 bytes)
1.45/1.53	c 1	617 (10%) CSP clauses are encoded (114063 clauses, 2365914 bytes)
2.03/2.12	c 2	1234 (20%) CSP clauses are encoded (367628 clauses, 7980786 bytes)
2.43/2.53	c 2	1851 (30%) CSP clauses are encoded (546899 clauses, 11924717 bytes)
3.02/3.14	c 3	2468 (40%) CSP clauses are encoded (829542 clauses, 18299471 bytes)
3.32/3.42	c 3	3085 (50%) CSP clauses are encoded (955925 clauses, 21187104 bytes)
3.52/3.68	c 4	3702 (60%) CSP clauses are encoded (1074055 clauses, 23871816 bytes)
3.91/4.03	c 4	4319 (70%) CSP clauses are encoded (1233673 clauses, 27538310 bytes)
4.21/4.37	c 4	4936 (80%) CSP clauses are encoded (1390200 clauses, 31128513 bytes)
4.60/4.78	c 5	5553 (90%) CSP clauses are encoded (1576553 clauses, 35522450 bytes)
5.00/5.19	c 5	6170 (100%) CSP clauses are encoded (1755936 clauses, 39838428 bytes)
5.00/5.19	c 5	6170 CSP clauses encoded
5.00/5.19	c 5	Writing map file : HOME/temp.map
5.10/5.20	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.20	c 5	SAT : 10793 SAT variables, 1755936 SAT clauses, 39838428 bytes
5.10/5.20	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.10/5.24	c 5	SOLVING HOME/temp.cnf
5.10/5.24	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1816.71	c ERROR INTERRUPTED
1800.07/1816.72	s UNKNOWN
1800.07/1816.72	c 1817	CPU 5.11 (0.06 0.01 4.62 0.42)
1800.07/1816.72	c 1817	END Sun Jul 12 00:20:03 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-2068936-1247348986/watcher-2068936-1247348986 -o /tmp/evaluation-result-2068936-1247348986/solver-2068936-1247348986 -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-2068936-1247348986.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.98 4/74 18514
/proc/meminfo: memFree=1888784/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=12000 CPUtime=0
/proc/18514/stat : 18514 (sugar) R 18512 18514 16897 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 21962466 12288000 168 996147200 4194304 4206940 548682068608 18446744073709551615 221968921282 0 0 4224 0 0 0 0 17 1 0 0
/proc/18514/statm: 3000 168 129 3 0 100 0

[startup+0.128926 s]
/proc/loadavg: 1.91 1.98 1.98 4/74 18514
/proc/meminfo: memFree=1888784/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.06
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202256 s]
/proc/loadavg: 1.91 1.98 1.98 4/74 18514
/proc/meminfo: memFree=1888784/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.06
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301267 s]
/proc/loadavg: 1.91 1.98 1.98 4/74 18514
/proc/meminfo: memFree=1888784/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.06
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.7013 s]
/proc/loadavg: 1.91 1.98 1.98 4/74 18514
/proc/meminfo: memFree=1888784/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.47
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1309 4976 0 1 5 1 38 3 16 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 1.91 1.98 1.98 3/85 18536
/proc/meminfo: memFree=1872952/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.48
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1310 4976 0 1 6 1 38 3 15 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
[pid=18527] ppid=18514 vsize=5356 CPUtime=0
/proc/18527/stat : 18527 (sh) S 18514 18514 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21962517 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18527/statm: 1339 233 193 169 0 50 0
[pid=18528] ppid=18527 vsize=868604 CPUtime=0.97
/proc/18528/stat : 18528 (java) S 18527 18514 16897 0 -1 0 7052 0 1 0 92 5 0 0 19 0 9 0 21962517 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18528/statm: 217151 6217 2589 9 0 211628 0
[pid=18528/tid=18529] ppid=18527 vsize=868604 CPUtime=0.65
/proc/18528/task/18529/stat : 18529 (java) R 18527 18514 16897 0 -1 64 2797 0 1 0 63 2 0 0 23 0 9 0 21962518 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4126494877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18530] ppid=18527 vsize=868604 CPUtime=0.1
/proc/18528/task/18530/stat : 18530 (java) S 18527 18514 16897 0 -1 64 2070 0 0 0 9 1 0 0 16 0 9 0 21962519 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18531] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18531/stat : 18531 (java) S 18527 18514 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21962520 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18532] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18532/stat : 18532 (java) S 18527 18514 16897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21962520 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18533] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18533/stat : 18533 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21962522 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18534] ppid=18527 vsize=868604 CPUtime=0.19
/proc/18528/task/18534/stat : 18534 (java) S 18527 18514 16897 0 -1 64 1485 0 0 0 19 0 0 0 16 0 9 0 21962522 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18535] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18535/stat : 18535 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21962522 889450496 6217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18536] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18536/stat : 18536 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21962522 889450496 6217 996147200 134512640 134550932 4294955936 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) 890828

[startup+3.10252 s]
/proc/loadavg: 1.91 1.98 1.98 3/85 18536
/proc/meminfo: memFree=1861368/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=0.48
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1310 4976 0 1 6 1 38 3 15 0 1 0 21962466 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1111 409 3 0 796 0
[pid=18527] ppid=18514 vsize=5356 CPUtime=0
/proc/18527/stat : 18527 (sh) S 18514 18514 16897 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21962517 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18527/statm: 1339 233 193 169 0 50 0
[pid=18528] ppid=18527 vsize=868604 CPUtime=2.54
/proc/18528/stat : 18528 (java) S 18527 18514 16897 0 -1 0 7564 0 1 0 234 20 0 0 19 0 9 0 21962517 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18528/statm: 217151 6227 2589 9 0 211628 0
[pid=18528/tid=18529] ppid=18527 vsize=868604 CPUtime=2.07
/proc/18528/task/18529/stat : 18529 (java) R 18527 18514 16897 0 -1 64 3300 0 1 0 193 14 0 0 25 0 9 0 21962518 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 102094108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18530] ppid=18527 vsize=868604 CPUtime=0.23
/proc/18528/task/18530/stat : 18530 (java) S 18527 18514 16897 0 -1 64 2070 0 0 0 19 4 0 0 16 0 9 0 21962519 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18531] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18531/stat : 18531 (java) S 18527 18514 16897 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21962520 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18532] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18532/stat : 18532 (java) S 18527 18514 16897 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21962520 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18533] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18533/stat : 18533 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21962522 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18534] ppid=18527 vsize=868604 CPUtime=0.2
/proc/18528/task/18534/stat : 18534 (java) S 18527 18514 16897 0 -1 64 1494 0 0 0 20 0 0 0 16 0 9 0 21962522 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18535] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18535/stat : 18535 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21962522 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18528/tid=18536] ppid=18527 vsize=868604 CPUtime=0
/proc/18528/task/18536/stat : 18536 (java) S 18527 18514 16897 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21962522 889450496 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890828

[startup+6.3028 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1842552/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=4632 CPUtime=1.04
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 1023 0 0 0 43 61 0 0 25 0 1 0 21962992 4743168 1009 996147200 134512640 134931368 4294956256 18446744073709551615 134546050 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 1158 1009 40 102 0 1053 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 26856

[startup+12.7014 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1820664/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=26300 CPUtime=7.36
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 6119 0 0 0 330 406 0 0 25 0 1 0 21962992 26931200 6105 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 6575 6105 40 102 0 6470 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 48524

[startup+25.5015 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1777592/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=64816 CPUtime=20.04
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 15701 0 0 0 955 1049 0 0 25 0 1 0 21962992 66371584 15678 996147200 134512640 134931368 4294956256 18446744073709551615 134525828 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 16204 15678 42 102 0 16099 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 87040

[startup+51.1018 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18538
/proc/meminfo: memFree=1772856/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=68784 CPUtime=45.37
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 16726 0 0 0 3486 1051 0 0 25 0 1 0 21962992 70434816 16701 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 17196 16701 48 102 0 17091 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 91008

[startup+102.301 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18540
/proc/meminfo: memFree=1760760/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=77624 CPUtime=96.09
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 18987 0 0 0 8556 1053 0 0 25 0 1 0 21962992 79486976 18962 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 19406 18962 48 102 0 19301 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 99848

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/77 18540
/proc/meminfo: memFree=1752632/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1700280/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=118304 CPUtime=1284.87
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 29910 0 0 0 127423 1064 0 0 25 0 1 0 21962992 121143296 29111 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 29576 29111 48 102 0 29471 0
Current children cumulated CPU time (s) 1289.98
Current children cumulated vsize (KiB) 140528

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=123044 CPUtime=1344.31
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 31253 0 0 0 133365 1066 0 0 25 0 1 0 21962992 125997056 30302 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 30761 30302 48 102 0 30656 0
Current children cumulated CPU time (s) 1349.42
Current children cumulated vsize (KiB) 145268

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=123044 CPUtime=1403.75
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 31253 0 0 0 139309 1066 0 0 25 0 1 0 21962992 125997056 30302 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 30761 30302 48 102 0 30656 0
Current children cumulated CPU time (s) 1408.86
Current children cumulated vsize (KiB) 145268

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1691448/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=123044 CPUtime=1463.19
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 31253 0 0 0 145253 1066 0 0 25 0 1 0 21962992 125997056 30302 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 30761 30302 48 102 0 30656 0
Current children cumulated CPU time (s) 1468.3
Current children cumulated vsize (KiB) 145268

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1690424/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=123044 CPUtime=1522.63
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 31253 0 0 0 151197 1066 0 0 25 0 1 0 21962992 125997056 30302 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 30761 30302 48 102 0 30656 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 145268

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1685048/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=128180 CPUtime=1582.06
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 32699 0 0 0 157139 1067 0 0 25 0 1 0 21962992 131256320 31589 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 32045 31589 48 102 0 31940 0
Current children cumulated CPU time (s) 1587.17
Current children cumulated vsize (KiB) 150404

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1685048/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=128180 CPUtime=1641.5
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 32699 0 0 0 163083 1067 0 0 25 0 1 0 21962992 131256320 31589 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 32045 31589 48 102 0 31940 0
Current children cumulated CPU time (s) 1646.61
Current children cumulated vsize (KiB) 150404

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18546
/proc/meminfo: memFree=1683064/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=128180 CPUtime=1700.94
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 32699 0 0 0 169027 1067 0 0 25 0 1 0 21962992 131256320 31589 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/18538/statm: 32045 31589 48 102 0 31940 0
Current children cumulated CPU time (s) 1706.05
Current children cumulated vsize (KiB) 150404

[startup+1782.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/70 18709
/proc/meminfo: memFree=1754416/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=128180 CPUtime=1760.59
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 32699 0 0 0 174989 1070 0 0 25 0 1 0 21962992 131256320 31589 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18538/statm: 32045 31589 48 102 0 31940 0
Current children cumulated CPU time (s) 1765.7
Current children cumulated vsize (KiB) 150404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.7 s]
/proc/loadavg: 1.67 1.92 1.97 2/70 18847
/proc/meminfo: memFree=1753968/2055920 swapFree=4192812/4192956
[pid=18514] ppid=18512 vsize=16868 CPUtime=5.11
/proc/18514/stat : 18514 (sugar) S 18512 18514 16897 0 -1 4194304 1365 13514 0 2 6 1 462 42 16 0 1 0 21962466 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18514/statm: 4217 1113 409 3 0 796 0
[pid=18537] ppid=18514 vsize=5356 CPUtime=0
/proc/18537/stat : 18537 (sh) S 18514 18514 16897 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21962991 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18537/statm: 1339 232 193 169 0 50 0
[pid=18538] ppid=18537 vsize=128180 CPUtime=1794.96
/proc/18538/stat : 18538 (picosat) R 18537 18514 16897 0 -1 4194304 32702 0 0 0 178425 1071 0 0 25 0 1 0 21962992 131256320 31592 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18538/statm: 32045 31592 48 102 0 31940 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 150404

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18514 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=691286
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=468928
# CPU time returned by wait4() is 5.16021
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.75
CPU time (s): 1800.07
CPU user time (s): 1788.93
CPU system time (s): 11.14
CPU usage (%): 99.0819
Max. virtual memory (cumulated for all children) (KiB): 890828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.69129
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15273
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= 12765
involuntary context switches= 12789

runsolver used 2.04069 second user time and 6.19606 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-11 23:49:46
IDJOB=2068936
IDBENCH=54959
IDSOLVER=738
FILE ID=node43/2068936-1247348986
PBS_JOBID= 9506796
Free space on /tmp= 66180 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-1-60.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-2068936-1247348986/watcher-2068936-1247348986 -o /tmp/evaluation-result-2068936-1247348986/solver-2068936-1247348986 -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-2068936-1247348986.xml

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

MD5SUM BENCH= b21f5127694617ef1ec57e033a0a71a2
RANDOM SEED=497998354

node43.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.213
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	: 5931.00
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.213
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:       1889264 kB
Buffers:          6368 kB
Cached:          69928 kB
SwapCached:          0 kB
Active:          93452 kB
Inactive:        26184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1524 kB
Writeback:           0 kB
Mapped:          54484 kB
Slab:            32304 kB
Committed_AS:   193488 kB
PageTables:       1932 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= 66188 MiB
End job on node43 at 2009-07-12 00:20:05