Trace number 2060026

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.06 1800.63

General information on the benchmark

Namecsp/QG7/
normalized-quasigroup7-10.xml
MD5SUM66397daf7b6417006d8c79e953125c77
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data

0.06/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.07	c 0	BEGIN Sat Jul 11 17:13:39 2009
0.06/0.07	c 0	PID 12523
0.06/0.07	c 0	HOST node11.alineos.net
0.06/0.07	c 0	CONVERTING HOME/instance-2060026-1247325218.xml TO HOME/temp.csp
0.06/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060026-1247325218.xml' 'HOME/temp.csp'
0.06/0.38	c 0	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.06/0.40	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.40	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.51/0.46	c 0	Parsing HOME/temp.csp
0.52/0.54	c 0	parsed 991 expressions
0.52/0.55	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.52/0.55	c 0	Converting to clausal form CSP
0.52/0.57	c 0	converted 100 (10%) expressions
0.52/0.58	c 0	converted 199 (20%) expressions
0.52/0.58	c 0	converted 298 (30%) expressions
0.52/0.58	c 0	converted 397 (40%) expressions
0.52/0.58	c 0	converted 496 (50%) expressions
0.52/0.59	c 0	converted 595 (60%) expressions
0.52/0.63	c 0	converted 694 (70%) expressions
0.52/0.77	c 0	converted 793 (80%) expressions
1.45/1.23	c 1	converted 892 (90%) expressions
1.85/1.62	c 1	converted 991 (100%) expressions
1.85/1.62	c 1	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
1.85/1.62	c 1	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/1.62	c 1	Propagation in CSP
1.85/1.68	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.85/1.68	c 1	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
1.85/1.68	c 1	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.85/1.69	c 1	Simplifing CSP by introducing new Boolean variables
1.96/1.72	c 1	CSP : 498 integers, 10178 booleans, 28873 clauses, largest domain size 91
1.96/1.72	c 1	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.06/1.82	c 1	Encoding CSP to SAT : HOME/temp.cnf
2.06/1.84	c 1	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.06/1.84	c 1	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.06/1.85	c 1	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.06/1.85	c 1	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.06/1.85	c 1	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.06/1.85	c 1	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.06/1.86	c 1	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.06/1.86	c 1	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.06/1.86	c 1	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.06/1.87	c 1	498 (100%) CSP integer variables are encoded (11305 clauses, 148479 bytes)
2.19/1.97	c 1	2888 (10%) CSP clauses are encoded (26986 clauses, 398131 bytes)
2.31/2.03	c 1	5775 (20%) CSP clauses are encoded (40645 clauses, 651801 bytes)
2.31/2.09	c 2	8662 (30%) CSP clauses are encoded (54288 clauses, 906869 bytes)
2.41/2.15	c 2	11550 (40%) CSP clauses are encoded (67939 clauses, 1162768 bytes)
2.52/2.20	c 2	14437 (50%) CSP clauses are encoded (81576 clauses, 1418245 bytes)
2.52/2.26	c 2	17324 (60%) CSP clauses are encoded (95226 clauses, 1673929 bytes)
2.60/2.32	c 2	20212 (70%) CSP clauses are encoded (108897 clauses, 1930194 bytes)
2.60/2.38	c 2	23099 (80%) CSP clauses are encoded (122540 clauses, 2185777 bytes)
2.70/2.43	c 2	25986 (90%) CSP clauses are encoded (136188 clauses, 2447755 bytes)
2.70/2.49	c 2	28873 (100%) CSP clauses are encoded (149948 clauses, 2720045 bytes)
2.70/2.49	c 2	28873 CSP clauses encoded
2.70/2.49	c 2	Writing map file : HOME/temp.map
2.80/2.50	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.80/2.50	c 2	SAT : 21960 SAT variables, 149948 SAT clauses, 2720045 bytes
2.80/2.50	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.80/2.54	c 2	SOLVING HOME/temp.cnf
2.80/2.54	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1800.61	sh: line 1: 12547 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.01/1800.61	c 1800	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1800.61	c 1800	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.01/1800.62	c ERROR INTERRUPTED
1800.01/1800.62	s UNKNOWN
1800.01/1800.62	c 1800	CPU 1800.04 (0.05 0.02 1799.08 0.89)
1800.01/1800.62	c 1800	END Sat Jul 11 17:43:39 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-2060026-1247325218/watcher-2060026-1247325218 -o /tmp/evaluation-result-2060026-1247325218/solver-2060026-1247325218 -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-2060026-1247325218.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: 0.92 0.98 1.18 3/82 12523
/proc/meminfo: memFree=499128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=12272 CPUtime=0
/proc/12523/stat : 12523 (sugar) R 12521 12523 11603 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19588858 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 0 4224 0 0 0 0 17 0 0 0
/proc/12523/statm: 3068 327 246 3 0 168 0

[startup+0.069186 s]
/proc/loadavg: 0.92 0.98 1.18 3/82 12523
/proc/meminfo: memFree=499128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16740 CPUtime=0.06
/proc/12523/stat : 12523 (sugar) R 12521 12523 11603 0 -1 4194304 1108 0 0 0 4 2 0 0 18 0 1 0 19588858 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 262928084848 0 0 4224 0 0 0 0 17 0 0 0
/proc/12523/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101198 s]
/proc/loadavg: 0.92 0.98 1.18 3/82 12523
/proc/meminfo: memFree=499128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=0.06
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19588858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301238 s]
/proc/loadavg: 0.92 0.98 1.18 3/82 12523
/proc/meminfo: memFree=499128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=0.06
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1227 128 0 0 4 2 0 0 18 0 1 0 19588858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701318 s]
/proc/loadavg: 0.92 0.98 1.18 3/82 12523
/proc/meminfo: memFree=499128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=0.52
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1309 4876 0 1 5 2 42 3 16 0 1 0 19588858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12523/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 16868

[startup+1.50247 s]
/proc/loadavg: 0.92 0.98 1.18 2/93 12545
/proc/meminfo: memFree=478624/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=0.52
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1309 4876 0 1 5 2 42 3 16 0 1 0 19588858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12523/statm: 4217 1111 409 3 0 796 0
[pid=12536] ppid=12523 vsize=5356 CPUtime=0
/proc/12536/stat : 12536 (sh) S 12523 12523 11603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19588898 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12536/statm: 1339 233 193 169 0 50 0
[pid=12537] ppid=12536 vsize=869484 CPUtime=1.23
/proc/12537/stat : 12537 (java) S 12536 12523 11603 0 -1 0 9798 0 1 0 118 5 0 0 18 0 9 0 19588899 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12537/statm: 217371 8878 2567 9 0 211876 0
[pid=12537/tid=12538] ppid=12536 vsize=869484 CPUtime=0.76
/proc/12537/task/12538/stat : 12538 (java) R 12536 12523 11603 0 -1 64 2830 0 1 0 75 1 0 0 16 0 9 0 19588900 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4126425891 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12537/tid=12539] ppid=12536 vsize=869484 CPUtime=0.28
/proc/12537/task/12539/stat : 12539 (java) S 12536 12523 11603 0 -1 64 4744 0 0 0 27 1 0 0 16 0 9 0 19588901 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12540] ppid=12536 vsize=869484 CPUtime=0
/proc/12537/task/12540/stat : 12540 (java) S 12536 12523 11603 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19588901 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12541] ppid=12536 vsize=869484 CPUtime=0
/proc/12537/task/12541/stat : 12541 (java) S 12536 12523 11603 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19588901 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12542] ppid=12536 vsize=869484 CPUtime=0
/proc/12537/task/12542/stat : 12542 (java) S 12536 12523 11603 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 19588903 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12543] ppid=12536 vsize=869484 CPUtime=0.15
/proc/12537/task/12543/stat : 12543 (java) S 12536 12523 11603 0 -1 64 1525 0 0 0 14 1 0 0 15 0 9 0 19588903 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12544] ppid=12536 vsize=869484 CPUtime=0
/proc/12537/task/12544/stat : 12544 (java) S 12536 12523 11603 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19588903 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12537/tid=12545] ppid=12536 vsize=869484 CPUtime=0
/proc/12537/task/12545/stat : 12545 (java) S 12536 12523 11603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19588903 890351616 8878 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 891708

[startup+3.10178 s]
/proc/loadavg: 0.93 0.98 1.18 2/93 12545
/proc/meminfo: memFree=465760/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 16868

[startup+6.30141 s]
/proc/loadavg: 0.93 0.98 1.18 2/85 12547
/proc/meminfo: memFree=485792/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=8764 CPUtime=3.74
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 1831 0 0 0 306 68 0 0 25 0 1 0 19589113 8974336 1806 996147200 134512640 134931368 4294956256 18446744073709551615 134529344 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 2191 1806 42 102 0 2086 0
Current children cumulated CPU time (s) 6.56
Current children cumulated vsize (KiB) 30988

[startup+12.7017 s]
/proc/loadavg: 0.94 0.98 1.17 2/85 12547
/proc/meminfo: memFree=484712/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=9688 CPUtime=10.13
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 2088 0 0 0 945 68 0 0 25 0 1 0 19589113 9920512 2063 996147200 134512640 134931368 4294956256 18446744073709551615 134529758 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 2422 2063 42 102 0 2317 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 31912

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 1.17 2/85 12547
/proc/meminfo: memFree=482984/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=11392 CPUtime=22.92
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 2542 0 0 0 2223 69 0 0 25 0 1 0 19589113 11665408 2515 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 2848 2515 48 102 0 2743 0
Current children cumulated CPU time (s) 25.74
Current children cumulated vsize (KiB) 33616

[startup+51.1012 s]
/proc/loadavg: 0.96 0.98 1.17 2/85 12547
/proc/meminfo: memFree=482792/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=11652 CPUtime=48.51
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 2593 0 0 0 4782 69 0 0 25 0 1 0 19589113 11931648 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525703 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 2913 2533 48 102 0 2808 0
Current children cumulated CPU time (s) 51.33
Current children cumulated vsize (KiB) 33876

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 1.16 2/85 12547
/proc/meminfo: memFree=482152/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=12180 CPUtime=99.68
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 2851 0 0 0 9898 70 0 0 25 0 1 0 19589113 12472320 2681 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 3045 2681 48 102 0 2940 0
Current children cumulated CPU time (s) 102.5
Current children cumulated vsize (KiB) 34404

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 1.14 2/85 12547
/proc/meminfo: memFree=481576/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=12576 CPUtime=159.64
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 3051 0 0 0 15894 70 0 0 25 0 1 0 19589113 12877824 2799 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 3144 2799 48 102 0 3039 0
Current children cumulated CPU time (s) 162.46
Current children cumulated vsize (KiB) 34800

[startup+222.303 s]
/proc/loadavg: 0.99 0.98 1.13 2/85 12547
/proc/meminfo: memFree=481128/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=12972 CPUtime=219.62
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 3248 0 0 0 21891 71 0 0 25 0 1 0 19589113 13283328 2905 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 3243 2905 48 102 0 3138 0
Current children cumulated CPU time (s) 222.44
Current children cumulated vsize (KiB) 35196


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

[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=18244 CPUtime=1239.13
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 5531 0 0 0 123838 75 0 0 25 0 1 0 19589113 18681856 4237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4561 4237 48 102 0 4456 0
Current children cumulated CPU time (s) 1241.95
Current children cumulated vsize (KiB) 40468

[startup+1302.3 s]
/proc/loadavg: 1.99 1.94 1.64 3/77 12579
/proc/meminfo: memFree=996584/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=18244 CPUtime=1299.11
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 5531 0 0 0 129836 75 0 0 25 0 1 0 19589113 18681856 4237 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4561 4237 48 102 0 4456 0
Current children cumulated CPU time (s) 1301.93
Current children cumulated vsize (KiB) 40468

[startup+1362.3 s]
/proc/loadavg: 1.99 1.95 1.66 3/77 12579
/proc/meminfo: memFree=996264/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=18508 CPUtime=1359.08
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 5686 0 0 0 135833 75 0 0 25 0 1 0 19589113 18952192 4300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4627 4300 48 102 0 4522 0
Current children cumulated CPU time (s) 1361.9
Current children cumulated vsize (KiB) 40732

[startup+1422.31 s]
/proc/loadavg: 1.99 1.95 1.68 3/77 12579
/proc/meminfo: memFree=996264/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=18508 CPUtime=1419.06
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 5686 0 0 0 141831 75 0 0 25 0 1 0 19589113 18952192 4300 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4627 4300 48 102 0 4522 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 40732

[startup+1482.3 s]
/proc/loadavg: 1.99 1.96 1.69 3/77 12579
/proc/meminfo: memFree=995368/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19300 CPUtime=1479.02
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6001 0 0 0 147827 75 0 0 25 0 1 0 19589113 19763200 4519 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4825 4519 48 102 0 4720 0
Current children cumulated CPU time (s) 1481.84
Current children cumulated vsize (KiB) 41524

[startup+1542.3 s]
/proc/loadavg: 1.99 1.96 1.71 3/77 12579
/proc/meminfo: memFree=995368/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19300 CPUtime=1539
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6001 0 0 0 153825 75 0 0 25 0 1 0 19589113 19763200 4519 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4825 4519 48 102 0 4720 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 41524

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.73 3/77 12579
/proc/meminfo: memFree=995112/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19696 CPUtime=1598.98
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6086 0 0 0 159822 76 0 0 25 0 1 0 19589113 20168704 4604 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4924 4604 48 102 0 4819 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 41920

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.74 3/77 12579
/proc/meminfo: memFree=994728/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19696 CPUtime=1658.95
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6205 0 0 0 165819 76 0 0 25 0 1 0 19589113 20168704 4622 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4924 4622 48 102 0 4819 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 41920

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.75 3/77 12579
/proc/meminfo: memFree=994728/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19696 CPUtime=1718.92
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6205 0 0 0 171816 76 0 0 25 0 1 0 19589113 20168704 4622 996147200 134512640 134931368 4294956256 18446744073709551615 134525561 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4924 4622 48 102 0 4819 0
Current children cumulated CPU time (s) 1721.74
Current children cumulated vsize (KiB) 41920

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.76 3/78 12580
/proc/meminfo: memFree=994656/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19828 CPUtime=1778.89
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6330 0 0 0 177813 76 0 0 25 0 1 0 19589113 20303872 4646 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4957 4646 48 102 0 4852 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 42052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.99 1.97 1.77 3/78 12580
/proc/meminfo: memFree=994656/2055920 swapFree=4192956/4192956
[pid=12523] ppid=12521 vsize=16868 CPUtime=2.82
/proc/12523/stat : 12523 (sugar) S 12521 12523 11603 0 -1 4194304 1365 16029 0 2 5 2 263 12 16 0 1 0 19588858 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12523/statm: 4217 1113 409 3 0 796 0
[pid=12546] ppid=12523 vsize=5356 CPUtime=0
/proc/12546/stat : 12546 (sh) S 12523 12523 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19589113 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12546/statm: 1339 232 193 169 0 50 0
[pid=12547] ppid=12546 vsize=19828 CPUtime=1797.19
/proc/12547/stat : 12547 (picosat) R 12546 12523 11603 0 -1 4194304 6330 0 0 0 179643 76 0 0 25 0 1 0 19589113 20303872 4646 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12547/statm: 4957 4646 48 102 0 4852 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 42052

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): 1800.63
CPU time (s): 1800.06
CPU user time (s): 1799.14
CPU system time (s): 0.924859
CPU usage (%): 99.9686
Max. virtual memory (cumulated for all children) (KiB): 891960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 0.924859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24483
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= 1452
involuntary context switches= 14924

runsolver used 1.9677 second user time and 4.6243 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 17:13:38
IDJOB=2060026
IDBENCH=53640
IDSOLVER=738
FILE ID=node11/2060026-1247325218
PBS_JOBID= 9506605
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/QG7/normalized-quasigroup7-10.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-2060026-1247325218/watcher-2060026-1247325218 -o /tmp/evaluation-result-2060026-1247325218/solver-2060026-1247325218 -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-2060026-1247325218.xml

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

MD5SUM BENCH= 66397daf7b6417006d8c79e953125c77
RANDOM SEED=1165228183

node11.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.274
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.274
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:        499608 kB
Buffers:         63176 kB
Cached:         961652 kB
SwapCached:          0 kB
Active:         627888 kB
Inactive:       853028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        499608 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1780 kB
Writeback:           0 kB
Mapped:         476476 kB
Slab:            59732 kB
Committed_AS:   589556 kB
PageTables:       2776 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= 66444 MiB
End job on node11 at 2009-07-11 17:43:41