Trace number 1035093

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.08 1801.22

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-60021_ext.xml
MD5SUM3fac0267769b5685d0439ad78a5552c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark154.041
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 00:31:47 2008
0.00/0.04	c 0	PID 14688
0.03/0.05	c 0	HOST node79.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1035093-1214951506.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035093-1214951506.xml' 'HOME/temp.csp'
0.03/0.54	c 0	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.56	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.64	c 0	Parsing HOME/temp.csp
0.94/1.07	c 1	parsed 730 expressions
0.94/1.08	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.94/1.08	c 1	Converting to clausal form CSP
0.94/1.10	c 1	converted 73 (10%) expressions
1.04/1.11	c 1	converted 146 (20%) expressions
1.04/1.11	c 1	converted 219 (30%) expressions
1.04/1.11	c 1	converted 292 (40%) expressions
1.04/1.12	c 1	converted 365 (50%) expressions
1.13/1.20	c 1	converted 438 (60%) expressions
1.13/1.23	c 1	converted 511 (70%) expressions
1.13/1.26	c 1	converted 584 (80%) expressions
1.13/1.28	c 1	converted 657 (90%) expressions
1.23/1.31	c 1	converted 730 (100%) expressions
1.23/1.31	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.23/1.31	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.31	c 1	Propagation in CSP
1.23/1.31	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.31	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.23/1.31	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.31	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.23/1.31	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.36	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.37	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.23/1.37	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.23/1.37	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.23/1.37	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.23/1.38	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.23/1.38	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.23/1.38	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.23/1.38	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.23/1.38	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.23/1.38	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.33/1.44	c 1	36 (10%) CSP clauses are encoded (4771 clauses, 75059 bytes)
1.33/1.46	c 1	71 (20%) CSP clauses are encoded (8753 clauses, 143689 bytes)
1.33/1.49	c 1	106 (30%) CSP clauses are encoded (12673 clauses, 214094 bytes)
1.43/1.51	c 1	141 (40%) CSP clauses are encoded (16632 clauses, 290132 bytes)
1.43/1.53	c 1	176 (50%) CSP clauses are encoded (20574 clauses, 365794 bytes)
1.43/1.56	c 1	211 (60%) CSP clauses are encoded (24517 clauses, 441433 bytes)
1.43/1.58	c 1	246 (70%) CSP clauses are encoded (28480 clauses, 517479 bytes)
1.53/1.60	c 1	281 (80%) CSP clauses are encoded (32432 clauses, 593158 bytes)
1.53/1.62	c 1	316 (90%) CSP clauses are encoded (36432 clauses, 669999 bytes)
1.53/1.64	c 1	351 (100%) CSP clauses are encoded (40403 clauses, 746012 bytes)
1.53/1.64	c 1	351 CSP clauses encoded
1.53/1.65	c 1	Writing map file : HOME/temp.map
1.53/1.65	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.65	c 1	SAT : 702 SAT variables, 40403 SAT clauses, 746012 bytes
1.53/1.65	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.66	c 1	SOLVING HOME/temp.cnf
1.53/1.66	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1801.20	sh: line 1: 14712 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1801.21	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1801.21	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1801.21	c ERROR INTERRUPTED
1800.03/1801.22	s UNKNOWN
1800.03/1801.22	c 1801	CPU 1799.68 (0.03 0 1799.65 0.36)
1800.03/1801.22	c 1801	END Wed Jul  2 01:01:48 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035093-1214951506/watcher-1035093-1214951506 -o /tmp/evaluation-result-1035093-1214951506/solver-1035093-1214951506 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1035093-1214951506.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 1.79 4/81 14688
/proc/meminfo: memFree=995200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=18572 CPUtime=0
/proc/14688/stat : 14688 (runsolver) R 14686 14688 14035 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 618081055 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 234045893927 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14688/statm: 4643 292 257 25 0 2626 0

[startup+0.0464091 s]
/proc/loadavg: 1.92 2.01 1.79 4/81 14688
/proc/meminfo: memFree=995200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=0.03
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 837 0 0 0 3 0 0 0 21 0 1 0 618081055 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101743 s]
/proc/loadavg: 1.92 2.01 1.79 4/81 14688
/proc/meminfo: memFree=995200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=0.03
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 618081055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301765 s]
/proc/loadavg: 1.92 2.01 1.79 4/81 14688
/proc/meminfo: memFree=995200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=0.03
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 900 127 0 0 3 0 0 0 23 0 1 0 618081055 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701805 s]
/proc/loadavg: 1.92 2.01 1.79 4/81 14688
/proc/meminfo: memFree=995200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=0.52
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 973 4831 0 1 3 0 45 4 15 0 1 0 618081055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 1.92 2.01 1.79 3/92 14710
/proc/meminfo: memFree=981800/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=0.52
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 974 4831 0 1 3 0 45 4 15 0 1 0 618081055 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 797 370 3 0 500 0
[pid=14701] ppid=14688 vsize=5356 CPUtime=0
/proc/14701/stat : 14701 (sh) S 14688 14688 14035 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 618081112 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14701/statm: 1339 233 193 169 0 50 0
[pid=14702] ppid=14701 vsize=864308 CPUtime=0.91
/proc/14702/stat : 14702 (java) S 14701 14688 14035 0 -1 0 7973 0 1 0 88 3 0 0 20 0 9 0 618081112 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14702/statm: 216077 7205 2564 9 0 210624 0
[pid=14702/tid=14703] ppid=14701 vsize=864308 CPUtime=0.52
/proc/14702/task/14703/stat : 14703 (java) R 14701 14688 14035 0 -1 64 2671 0 1 0 51 1 0 0 25 0 9 0 618081113 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14704] ppid=14701 vsize=864308 CPUtime=0.26
/proc/14702/task/14704/stat : 14704 (java) R 14701 14688 14035 0 -1 64 4246 0 0 0 25 1 0 0 16 0 9 0 618081114 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 102385832 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14705] ppid=14701 vsize=864308 CPUtime=0
/proc/14702/task/14705/stat : 14705 (java) S 14701 14688 14035 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 618081114 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14706] ppid=14701 vsize=864308 CPUtime=0
/proc/14702/task/14706/stat : 14706 (java) S 14701 14688 14035 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 618081114 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14707] ppid=14701 vsize=864308 CPUtime=0
/proc/14702/task/14707/stat : 14707 (java) S 14701 14688 14035 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 618081116 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14708] ppid=14701 vsize=864308 CPUtime=0.1
/proc/14702/task/14708/stat : 14708 (java) S 14701 14688 14035 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 618081116 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14709] ppid=14701 vsize=864308 CPUtime=0
/proc/14702/task/14709/stat : 14709 (java) S 14701 14688 14035 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 618081116 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14702/tid=14710] ppid=14701 vsize=864308 CPUtime=0
/proc/14702/task/14710/stat : 14710 (java) S 14701 14688 14035 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 618081116 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883264

[startup+3.10106 s]
/proc/loadavg: 1.92 2.01 1.79 3/84 14712
/proc/meminfo: memFree=990248/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=2452 CPUtime=1.42
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 538 0 0 0 120 22 0 0 25 0 1 0 618081221 2510848 524 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 613 524 42 102 0 508 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 21408

[startup+6.30239 s]
/proc/loadavg: 1.93 2.01 1.79 3/84 14712
/proc/meminfo: memFree=989224/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=3012 CPUtime=4.61
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 677 0 0 0 439 22 0 0 25 0 1 0 618081221 3084288 661 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 753 661 48 102 0 648 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 21968

[startup+12.7021 s]
/proc/loadavg: 1.93 2.01 1.79 3/84 14712
/proc/meminfo: memFree=988904/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=3144 CPUtime=10.98
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 729 0 0 0 1076 22 0 0 25 0 1 0 618081221 3219456 713 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 786 713 48 102 0 681 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 22100

[startup+25.5014 s]
/proc/loadavg: 1.95 2.01 1.80 3/84 14712
/proc/meminfo: memFree=988392/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=3780 CPUtime=23.73
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 864 0 0 0 2351 22 0 0 25 0 1 0 618081221 3870720 848 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 945 848 48 102 0 840 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 22736

[startup+51.1011 s]
/proc/loadavg: 1.96 2.01 1.80 3/84 14712
/proc/meminfo: memFree=987944/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=4156 CPUtime=49.22
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 986 0 0 0 4900 22 0 0 25 0 1 0 618081221 4255744 969 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 1039 969 48 102 0 934 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 23112

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 1.81 3/84 14712
/proc/meminfo: memFree=987112/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=4924 CPUtime=100.22
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 1178 0 0 0 10000 22 0 0 25 0 1 0 618081221 5042176 1111 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14712/statm: 1231 1111 48 102 0 1126 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 23880

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 1.82 3/76 14739
/proc/meminfo: memFree=1017904/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=5532 CPUtime=160
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 1439 0 0 0 15977 23 0 0 25 0 1 0 618081221 5664768 1234 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 1383 1234 48 102 0 1278 0
Current children cumulated CPU time (s) 161.59
Current children cumulated vsize (KiB) 24488

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.83 3/76 14739
/proc/meminfo: memFree=1017200/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=9688 CPUtime=1239.69
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 4937 0 0 0 123944 25 0 0 25 0 1 0 618081221 9920512 2266 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2422 2266 48 102 0 2317 0
Current children cumulated CPU time (s) 1241.28
Current children cumulated vsize (KiB) 28644

[startup+1302.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14739
/proc/meminfo: memFree=1013104/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=9820 CPUtime=1299.69
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5081 0 0 0 129943 26 0 0 25 0 1 0 618081221 10055680 2331 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2455 2331 48 102 0 2350 0
Current children cumulated CPU time (s) 1301.28
Current children cumulated vsize (KiB) 28776

[startup+1362.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14740
/proc/meminfo: memFree=1012976/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=9688 CPUtime=1359.67
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5258 0 0 0 135941 26 0 0 25 0 1 0 618081221 9920512 2305 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2422 2305 48 102 0 2317 0
Current children cumulated CPU time (s) 1361.26
Current children cumulated vsize (KiB) 28644

[startup+1422.31 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012656/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10084 CPUtime=1419.65
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5435 0 0 0 141939 26 0 0 25 0 1 0 618081221 10326016 2399 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2521 2399 48 102 0 2416 0
Current children cumulated CPU time (s) 1421.24
Current children cumulated vsize (KiB) 29040

[startup+1482.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012464/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10216 CPUtime=1479.63
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5559 0 0 0 147937 26 0 0 25 0 1 0 618081221 10461184 2440 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2554 2440 48 102 0 2449 0
Current children cumulated CPU time (s) 1481.22
Current children cumulated vsize (KiB) 29172

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012336/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10348 CPUtime=1539.61
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5678 0 0 0 153935 26 0 0 25 0 1 0 618081221 10596352 2476 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2587 2476 48 102 0 2482 0
Current children cumulated CPU time (s) 1541.2
Current children cumulated vsize (KiB) 29304

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012528/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10112 CPUtime=1599.59
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5761 0 0 0 159933 26 0 0 25 0 1 0 618081221 10354688 2419 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2528 2419 48 102 0 2423 0
Current children cumulated CPU time (s) 1601.18
Current children cumulated vsize (KiB) 29068

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012336/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10376 CPUtime=1659.58
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 5902 0 0 0 165932 26 0 0 25 0 1 0 618081221 10625024 2473 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2594 2473 48 102 0 2489 0
Current children cumulated CPU time (s) 1661.17
Current children cumulated vsize (KiB) 29332

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14741
/proc/meminfo: memFree=1012144/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10508 CPUtime=1719.56
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 6029 0 0 0 171930 26 0 0 25 0 1 0 618081221 10760192 2513 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2627 2513 48 102 0 2522 0
Current children cumulated CPU time (s) 1721.15
Current children cumulated vsize (KiB) 29464

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14747
/proc/meminfo: memFree=1012272/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10424 CPUtime=1779.54
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 6116 0 0 0 177928 26 0 0 25 0 1 0 618081221 10674176 2505 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2606 2505 48 102 0 2501 0
Current children cumulated CPU time (s) 1781.13
Current children cumulated vsize (KiB) 29380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 14747
/proc/meminfo: memFree=1012144/2055920 swapFree=4180532/4192956
[pid=14688] ppid=14686 vsize=13600 CPUtime=1.59
/proc/14688/stat : 14688 (sugar) S 14686 14688 14035 0 -1 4194304 1022 13141 0 2 3 0 147 9 16 0 1 0 618081055 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14688/statm: 3400 798 370 3 0 500 0
[pid=14711] ppid=14688 vsize=5356 CPUtime=0
/proc/14711/stat : 14711 (sh) S 14688 14688 14035 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 618081221 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14711/statm: 1339 232 193 169 0 50 0
[pid=14712] ppid=14711 vsize=10424 CPUtime=1798.44
/proc/14712/stat : 14712 (picosat) R 14711 14688 14035 0 -1 4194304 6203 0 0 0 179818 26 0 0 25 0 1 0 618081221 10674176 2505 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14712/statm: 2606 2505 48 102 0 2501 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 29380

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

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

Child status: 0
Real time (s): 1801.22
CPU time (s): 1800.08
CPU user time (s): 1799.69
CPU system time (s): 0.381941
CPU usage (%): 99.9364
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.381941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21115
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= 2081
involuntary context switches= 10160

runsolver used 1.84072 second user time and 4.72528 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-02 00:31:46
IDJOB=1035093
IDBENCH=53378
IDSOLVER=345
FILE ID=node79/1035093-1214951506
PBS_JOBID= 7870177
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-60021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1035093-1214951506/watcher-1035093-1214951506 -o /tmp/evaluation-result-1035093-1214951506/solver-1035093-1214951506 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1035093-1214951506.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fac0267769b5685d0439ad78a5552c1
RANDOM SEED=1949151133

node79.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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        995680 kB
Buffers:         64196 kB
Cached:         873268 kB
SwapCached:       6580 kB
Active:         148456 kB
Inactive:       832388 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        995680 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            3984 kB
Writeback:           0 kB
Mapped:          59816 kB
Slab:            64636 kB
Committed_AS:  1663952 kB
PageTables:       1840 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= 66532 MiB
End job on node79 at 2008-07-02 01:01:50