Trace number 2085062

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.13 1806.03

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15d-14.xml
MD5SUM90994b11e737cef293bdb82cdb4da065
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.604907
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints16750
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16750
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 Sun Jul 12 08:41:17 2009
0.00/0.08	c 0	PID 29329
0.06/0.08	c 0	HOST node1.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2085062-1247380876.xml TO HOME/temp.csp
0.06/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-2085062-1247380876.xml' 'HOME/temp.csp'
1.15/1.23	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 16750 constraints
1.15/1.30	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.30	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.20/1.38	c 1	Parsing HOME/temp.csp
1.21/1.53	c 1	parsed 10000 expressions
1.21/1.63	c 1	parsed 17202 expressions
1.21/1.64	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.64	c 1	Converting to clausal form CSP
1.21/1.91	c 1	converted 1721 (10%) expressions
1.21/1.97	c 2	converted 3441 (20%) expressions
1.21/2.08	c 2	converted 5161 (30%) expressions
1.98/2.15	c 2	converted 6881 (40%) expressions
2.08/2.20	c 2	converted 8601 (50%) expressions
2.08/2.26	c 2	converted 10322 (60%) expressions
2.28/2.41	c 2	converted 12042 (70%) expressions
2.28/2.48	c 2	converted 13762 (80%) expressions
2.37/2.54	c 2	converted 15482 (90%) expressions
2.47/2.60	c 2	converted 17202 (100%) expressions
2.47/2.60	c 2	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 14
2.47/2.60	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.47/2.60	c 2	Propagation in CSP
2.47/2.69	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.47/2.69	c 2	CSP : 450 integers, 0 booleans, 16750 clauses, largest domain size 14
2.47/2.69	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.58/2.70	c 2	Simplifing CSP by introducing new Boolean variables
2.88/3.03	c 3	CSP : 450 integers, 33500 booleans, 50250 clauses, largest domain size 14
2.88/3.03	c 3	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.98/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.07/3.22	c 3	45 (10%) CSP integer variables are encoded (540 clauses, 5804 bytes)
3.07/3.22	c 3	90 (20%) CSP integer variables are encoded (1080 clauses, 12059 bytes)
3.07/3.22	c 3	135 (30%) CSP integer variables are encoded (1620 clauses, 19079 bytes)
3.07/3.22	c 3	180 (40%) CSP integer variables are encoded (2160 clauses, 26099 bytes)
3.07/3.23	c 3	225 (50%) CSP integer variables are encoded (2700 clauses, 33119 bytes)
3.07/3.23	c 3	270 (60%) CSP integer variables are encoded (3240 clauses, 40139 bytes)
3.07/3.23	c 3	315 (70%) CSP integer variables are encoded (3780 clauses, 47159 bytes)
3.07/3.23	c 3	360 (80%) CSP integer variables are encoded (4320 clauses, 54179 bytes)
3.07/3.23	c 3	405 (90%) CSP integer variables are encoded (4860 clauses, 61199 bytes)
3.07/3.23	c 3	450 (100%) CSP integer variables are encoded (5400 clauses, 68219 bytes)
3.17/3.39	c 3	5025 (10%) CSP clauses are encoded (53975 clauses, 876075 bytes)
3.36/3.50	c 3	10050 (20%) CSP clauses are encoded (102550 clauses, 1740962 bytes)
3.46/3.61	c 3	15075 (30%) CSP clauses are encoded (151125 clauses, 2620598 bytes)
3.56/3.72	c 3	20100 (40%) CSP clauses are encoded (199700 clauses, 3539654 bytes)
3.66/3.83	c 3	25125 (50%) CSP clauses are encoded (248275 clauses, 4464254 bytes)
3.76/3.94	c 3	30150 (60%) CSP clauses are encoded (296850 clauses, 5388854 bytes)
3.86/4.06	c 4	35175 (70%) CSP clauses are encoded (345425 clauses, 6313454 bytes)
3.95/4.17	c 4	40200 (80%) CSP clauses are encoded (394000 clauses, 7238054 bytes)
4.05/4.28	c 4	45225 (90%) CSP clauses are encoded (442575 clauses, 8162654 bytes)
4.15/4.39	c 4	50250 (100%) CSP clauses are encoded (491150 clauses, 9087254 bytes)
4.15/4.39	c 4	50250 CSP clauses encoded
4.15/4.39	c 4	Writing map file : HOME/temp.map
4.25/4.41	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.25/4.41	c 4	SAT : 39350 SAT variables, 491150 SAT clauses, 9087254 bytes
4.25/4.41	c 4	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
4.25/4.44	c 4	SOLVING HOME/temp.cnf
4.25/4.44	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1806.01	sh: line 1: 29353 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1806.01	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1806.01	c 1806	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1806.02	c ERROR INTERRUPTED
1800.07/1806.02	s UNKNOWN
1800.07/1806.02	c 1806	CPU 1800.11 (0.06 0.02 1797.32 2.71)
1800.07/1806.02	c 1806	END Sun Jul 12 09:11:23 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-2085062-1247380876/watcher-2085062-1247380876 -o /tmp/evaluation-result-2085062-1247380876/solver-2085062-1247380876 -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-2085062-1247380876.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.93 1.98 1.99 4/84 29329
/proc/meminfo: memFree=1654000/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=12268 CPUtime=0
/proc/29329/stat : 29329 (sugar) R 29327 29329 29256 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 25155403 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259353442917 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29329/statm: 3067 316 241 3 0 167 0

[startup+0.084087 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 29329
/proc/meminfo: memFree=1654000/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16740 CPUtime=0.06
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25155403 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101325 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 29329
/proc/meminfo: memFree=1654000/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=0.06
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25155403 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301838 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 29329
/proc/meminfo: memFree=1654000/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=0.06
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25155403 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701885 s]
/proc/loadavg: 1.93 1.98 1.99 4/84 29329
/proc/meminfo: memFree=1654000/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=0.06
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25155403 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50198 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 29341
/proc/meminfo: memFree=1622360/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=1.21
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1309 11842 0 1 6 1 107 7 16 0 1 0 25155403 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 16868

[startup+3.10217 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 29351
/proc/meminfo: memFree=1630936/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=1.21
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1310 11842 0 1 6 1 107 7 16 0 1 0 25155403 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1111 409 3 0 796 0
[pid=29342] ppid=29329 vsize=5356 CPUtime=0
/proc/29342/stat : 29342 (sh) S 29329 29329 29256 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25155533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29342/statm: 1339 233 193 169 0 50 0
[pid=29343] ppid=29342 vsize=868812 CPUtime=1.77
/proc/29343/stat : 29343 (java) S 29342 29329 29256 0 -1 0 13608 0 1 0 170 7 0 0 18 0 9 0 25155533 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29343/statm: 217203 12440 2566 9 0 211708 0
[pid=29343/tid=29344] ppid=29342 vsize=868812 CPUtime=0.88
/proc/29343/task/29344/stat : 29344 (java) R 29342 29329 29256 0 -1 64 2905 0 1 0 87 1 0 0 25 0 9 0 25155534 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29345] ppid=29342 vsize=868812 CPUtime=0.68
/proc/29343/task/29345/stat : 29345 (java) R 29342 29329 29256 0 -1 64 8524 0 0 0 64 4 0 0 16 0 9 0 25155535 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 104188798 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29346] ppid=29342 vsize=868812 CPUtime=0
/proc/29343/task/29346/stat : 29346 (java) S 29342 29329 29256 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25155535 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29347] ppid=29342 vsize=868812 CPUtime=0
/proc/29343/task/29347/stat : 29347 (java) S 29342 29329 29256 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 25155535 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29348] ppid=29342 vsize=868812 CPUtime=0
/proc/29343/task/29348/stat : 29348 (java) S 29342 29329 29256 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25155538 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29349] ppid=29342 vsize=868812 CPUtime=0.18
/proc/29343/task/29349/stat : 29349 (java) S 29342 29329 29256 0 -1 64 1477 0 0 0 18 0 0 0 16 0 9 0 25155538 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29350] ppid=29342 vsize=868812 CPUtime=0
/proc/29343/task/29350/stat : 29350 (java) S 29342 29329 29256 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25155538 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29343/tid=29351] ppid=29342 vsize=868812 CPUtime=0
/proc/29343/task/29351/stat : 29351 (java) S 29342 29329 29256 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25155538 889663488 12440 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 891036

[startup+6.30253 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1636568/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=9724 CPUtime=1.82
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 2101 0 0 0 79 103 0 0 25 0 1 0 25155848 9957376 2087 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 2431 2087 40 102 0 2326 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 31948

[startup+12.7013 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1620504/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=23296 CPUtime=8.16
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 5267 0 0 0 578 238 0 0 25 0 1 0 25155848 23855104 5241 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 5824 5241 42 102 0 5719 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 45520

[startup+25.5018 s]
/proc/loadavg: 1.95 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1617496/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=26068 CPUtime=20.84
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 5992 0 0 0 1846 238 0 0 25 0 1 0 25155848 26693632 5966 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 6517 5966 42 102 0 6412 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 48292

[startup+51.1018 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1615064/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=28440 CPUtime=46.2
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 6691 0 0 0 4381 239 0 0 25 0 1 0 25155848 29122560 6565 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 7110 6565 48 102 0 7005 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 50664

[startup+102.307 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1614232/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=29100 CPUtime=96.92
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 6981 0 0 0 9453 239 0 0 25 0 1 0 25155848 29798400 6751 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 7275 6751 48 102 0 7170 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 51324

[startup+162.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1589976/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=29496 CPUtime=156.31
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 7200 0 0 0 15391 240 0 0 25 0 1 0 25155848 30203904 6861 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 7374 6861 48 102 0 7269 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 51720

[startup+222.302 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 29353
/proc/meminfo: memFree=1589976/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=29628 CPUtime=215.75
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 7223 0 0 0 21335 240 0 0 25 0 1 0 25155848 30339072 6884 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29353/statm: 7407 6884 48 102 0 7302 0
Current children cumulated CPU time (s) 220.03
Current children cumulated vsize (KiB) 51852


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

[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=36544 CPUtime=1232.29
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 9657 0 0 0 122985 244 0 0 25 0 1 0 25155848 37421056 8078 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9136 8078 48 102 0 9031 0
Current children cumulated CPU time (s) 1236.57
Current children cumulated vsize (KiB) 58768

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1838568/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=36676 CPUtime=1292.27
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 9706 0 0 0 128983 244 0 0 25 0 1 0 25155848 37556224 8127 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9169 8127 48 102 0 9064 0
Current children cumulated CPU time (s) 1296.55
Current children cumulated vsize (KiB) 58900

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1837992/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=36940 CPUtime=1352.24
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 9941 0 0 0 134980 244 0 0 25 0 1 0 25155848 37826560 8193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9235 8193 48 102 0 9130 0
Current children cumulated CPU time (s) 1356.52
Current children cumulated vsize (KiB) 59164

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1837992/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=36940 CPUtime=1412.22
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 9941 0 0 0 140978 244 0 0 25 0 1 0 25155848 37826560 8193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9235 8193 48 102 0 9130 0
Current children cumulated CPU time (s) 1416.5
Current children cumulated vsize (KiB) 59164

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1834984/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=37204 CPUtime=1472.21
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10017 0 0 0 146976 245 0 0 25 0 1 0 25155848 38096896 8269 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9301 8269 48 102 0 9196 0
Current children cumulated CPU time (s) 1476.49
Current children cumulated vsize (KiB) 59428

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=37468 CPUtime=1532.18
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10279 0 0 0 152973 245 0 0 25 0 1 0 25155848 38367232 8354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9367 8354 48 102 0 9262 0
Current children cumulated CPU time (s) 1536.46
Current children cumulated vsize (KiB) 59692

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=37468 CPUtime=1592.16
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10279 0 0 0 158971 245 0 0 25 0 1 0 25155848 38367232 8354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9367 8354 48 102 0 9262 0
Current children cumulated CPU time (s) 1596.44
Current children cumulated vsize (KiB) 59692

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1833704/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=37468 CPUtime=1652.13
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10279 0 0 0 164968 245 0 0 25 0 1 0 25155848 38367232 8354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9367 8354 48 102 0 9262 0
Current children cumulated CPU time (s) 1656.41
Current children cumulated vsize (KiB) 59692

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1832872/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=38128 CPUtime=1712.12
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10633 0 0 0 170966 246 0 0 25 0 1 0 25155848 39043072 8523 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9532 8523 48 102 0 9427 0
Current children cumulated CPU time (s) 1716.4
Current children cumulated vsize (KiB) 60352

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1832808/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=38128 CPUtime=1772.09
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10633 0 0 0 176963 246 0 0 25 0 1 0 25155848 39043072 8523 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9532 8523 48 102 0 9427 0
Current children cumulated CPU time (s) 1776.37
Current children cumulated vsize (KiB) 60352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806 s]
/proc/loadavg: 1.99 1.98 1.99 3/77 29450
/proc/meminfo: memFree=1832808/2055920 swapFree=4192812/4192956
[pid=29329] ppid=29327 vsize=16868 CPUtime=4.28
/proc/29329/stat : 29329 (sugar) S 29327 29329 29256 0 -1 4194304 1365 25966 0 2 6 1 398 23 16 0 1 0 25155403 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29329/statm: 4217 1113 409 3 0 796 0
[pid=29352] ppid=29329 vsize=5356 CPUtime=0
/proc/29352/stat : 29352 (sh) S 29329 29329 29256 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25155847 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29352/statm: 1339 232 193 169 0 50 0
[pid=29353] ppid=29352 vsize=38128 CPUtime=1795.79
/proc/29353/stat : 29353 (picosat) R 29352 29329 29256 0 -1 4194304 10633 0 0 0 179333 246 0 0 25 0 1 0 25155848 39043072 8523 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/29353/statm: 9532 8523 48 102 0 9427 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 60352

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): 1806.03
CPU time (s): 1800.13
CPU user time (s): 1797.39
CPU system time (s): 2.73658
CPU usage (%): 99.6732
Max. virtual memory (cumulated for all children) (KiB): 891036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.39
system time used= 2.73658
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38638
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= 3835
involuntary context switches= 25375

runsolver used 2.13767 second user time and 6.08707 second system time

The end

Launcher Data

Begin job on node1 at 2009-07-12 08:41:17
IDJOB=2085062
IDBENCH=58281
IDSOLVER=738
FILE ID=node1/2085062-1247380876
PBS_JOBID= 9507270
Free space on /tmp= 66384 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15d-14.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-2085062-1247380876/watcher-2085062-1247380876 -o /tmp/evaluation-result-2085062-1247380876/solver-2085062-1247380876 -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-2085062-1247380876.xml

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

MD5SUM BENCH= 90994b11e737cef293bdb82cdb4da065
RANDOM SEED=593568792

node1.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.216
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.216
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:       1654480 kB
Buffers:          9664 kB
Cached:          67448 kB
SwapCached:          0 kB
Active:         327436 kB
Inactive:        22576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1654480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:         288604 kB
Slab:            36116 kB
Committed_AS:   900188 kB
PageTables:       2324 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node1 at 2009-07-12 09:11:25