Trace number 1092771

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.07 1808.02

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-19.xml
MD5SUM3bb5219474a31831a39d0d8875f6b80b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints2907
Maximum constraint arity2
Maximum domain size76
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2907
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 Sat Jul  5 19:02:56 2008
0.00/0.04	c 0	PID 14702
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1092771-1215277376.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092771-1215277376.xml' 'HOME/temp.csp'
0.03/0.50	c 0	1 domains, 76 variables, 2 predicates, 0 relations, 2907 constraints
0.03/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	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.03/0.59	c 0	Parsing HOME/temp.csp
0.48/0.77	c 0	parsed 2986 expressions
0.48/0.78	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.48/0.78	c 0	Converting to clausal form CSP
0.48/0.86	c 0	converted 299 (10%) expressions
0.48/0.95	c 1	converted 598 (20%) expressions
0.48/0.97	c 1	converted 896 (30%) expressions
0.48/0.98	c 1	converted 1195 (40%) expressions
0.48/0.99	c 1	converted 1493 (50%) expressions
0.96/1.00	c 1	converted 1792 (60%) expressions
0.96/1.01	c 1	converted 2091 (70%) expressions
0.96/1.02	c 1	converted 2389 (80%) expressions
0.96/1.03	c 1	converted 2688 (90%) expressions
0.96/1.03	c 1	converted 2986 (100%) expressions
0.96/1.03	c 1	CSP : 76 integers, 0 booleans, 2964 clauses, largest domain size 76
0.96/1.03	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.96/1.04	c 1	Propagation in CSP
1.05/1.11	c 1	2508 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.05/1.11	c 1	CSP : 76 integers, 0 booleans, 2964 clauses, largest domain size 70
1.05/1.11	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.05/1.11	c 1	Simplifing CSP by introducing new Boolean variables
1.05/1.19	c 1	CSP : 76 integers, 5700 booleans, 8664 clauses, largest domain size 70
1.05/1.19	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.23	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.14/1.24	c 1	8 (10%) CSP integer variables are encoded (460 clauses, 4912 bytes)
1.14/1.25	c 1	16 (20%) CSP integer variables are encoded (728 clauses, 7860 bytes)
1.14/1.25	c 1	23 (30%) CSP integer variables are encoded (1033 clauses, 11328 bytes)
1.14/1.25	c 1	31 (40%) CSP integer variables are encoded (1397 clauses, 16060 bytes)
1.14/1.25	c 1	38 (50%) CSP integer variables are encoded (1558 clauses, 18153 bytes)
1.14/1.25	c 1	46 (60%) CSP integer variables are encoded (2018 clauses, 24133 bytes)
1.14/1.25	c 1	54 (70%) CSP integer variables are encoded (2286 clauses, 27617 bytes)
1.14/1.25	c 1	61 (80%) CSP integer variables are encoded (2591 clauses, 31582 bytes)
1.14/1.25	c 1	69 (90%) CSP integer variables are encoded (2955 clauses, 36314 bytes)
1.14/1.25	c 1	76 (100%) CSP integer variables are encoded (3116 clauses, 38407 bytes)
1.24/1.33	c 1	867 (10%) CSP clauses are encoded (26462 clauses, 434455 bytes)
1.24/1.37	c 1	1733 (20%) CSP clauses are encoded (44475 clauses, 746771 bytes)
1.34/1.41	c 1	2600 (30%) CSP clauses are encoded (57475 clauses, 970488 bytes)
1.34/1.42	c 1	3466 (40%) CSP clauses are encoded (63718 clauses, 1075742 bytes)
1.34/1.45	c 1	4332 (50%) CSP clauses are encoded (79299 clauses, 1349163 bytes)
1.34/1.49	c 1	5199 (60%) CSP clauses are encoded (99191 clauses, 1718123 bytes)
1.45/1.52	c 1	6065 (70%) CSP clauses are encoded (112057 clauses, 1954938 bytes)
1.45/1.55	c 1	6932 (80%) CSP clauses are encoded (127213 clauses, 2233745 bytes)
1.45/1.59	c 1	7798 (90%) CSP clauses are encoded (145365 clauses, 2568670 bytes)
1.54/1.63	c 1	8664 (100%) CSP clauses are encoded (160908 clauses, 2856206 bytes)
1.54/1.63	c 1	8664 CSP clauses encoded
1.54/1.63	c 1	Writing map file : HOME/temp.map
1.54/1.63	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.63	c 1	SAT : 8892 SAT variables, 160908 SAT clauses, 2856206 bytes
1.54/1.63	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.54/1.66	c 1	SOLVING HOME/temp.cnf
1.54/1.66	c 1	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.00	sh: line 1: 14726 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1808.01	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.01	c 1808	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/1808.01	c ERROR INTERRUPTED
1800.03/1808.01	s UNKNOWN
1800.03/1808.01	c 1808	CPU 1799.09 (0.03 0 1799.06 0.95)
1800.03/1808.01	c 1808	END Sat Jul  5 19:33:04 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-1092771-1215277376/watcher-1092771-1215277376 -o /tmp/evaluation-result-1092771-1215277376/solver-1092771-1215277376 -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-1092771-1215277376.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: 2.00 2.00 2.00 4/72 14702
/proc/meminfo: memFree=1748968/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=12272 CPUtime=0
/proc/14702/stat : 14702 (sugar) R 14700 14702 12855 0 -1 4194304 355 0 0 0 0 0 0 0 18 0 1 0 139732880 12566528 323 996147200 4194304 4206940 548682068608 18446744073709551615 244294421972 0 0 4224 0 0 0 0 17 1 0 0
/proc/14702/statm: 3068 324 244 3 0 168 0

[startup+0.0738501 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14702
/proc/meminfo: memFree=1748968/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=0.03
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139732880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101857 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14702
/proc/meminfo: memFree=1748968/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=0.03
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139732880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301894 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14702
/proc/meminfo: memFree=1748968/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=0.03
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 139732880 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701969 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 14702
/proc/meminfo: memFree=1748968/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=0.48
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 973 5385 0 1 3 0 42 3 15 0 1 0 139732880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 14724
/proc/meminfo: memFree=1734864/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=0.48
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 974 5385 0 1 3 0 42 3 15 0 1 0 139732880 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 797 370 3 0 500 0
[pid=14715] ppid=14702 vsize=5356 CPUtime=0
/proc/14715/stat : 14715 (sh) S 14702 14702 12855 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 139732932 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14715/statm: 1339 233 193 169 0 50 0
[pid=14716] ppid=14715 vsize=868496 CPUtime=0.97
/proc/14716/stat : 14716 (java) S 14715 14702 12855 0 -1 0 7283 0 1 0 92 5 0 0 19 0 9 0 139732932 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14716/statm: 217124 6454 2564 9 0 211671 0
[pid=14716/tid=14717] ppid=14715 vsize=868496 CPUtime=0.59
/proc/14716/task/14717/stat : 14717 (java) R 14715 14702 12855 0 -1 64 2774 0 1 0 57 2 0 0 24 0 9 0 139732933 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4126957600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14718] ppid=14715 vsize=868496 CPUtime=0.13
/proc/14716/task/14718/stat : 14718 (java) S 14715 14702 12855 0 -1 64 2335 0 0 0 12 1 0 0 16 0 9 0 139732934 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14719] ppid=14715 vsize=868496 CPUtime=0
/proc/14716/task/14719/stat : 14719 (java) S 14715 14702 12855 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 139732934 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14720] ppid=14715 vsize=868496 CPUtime=0
/proc/14716/task/14720/stat : 14720 (java) S 14715 14702 12855 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 139732934 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14721] ppid=14715 vsize=868496 CPUtime=0
/proc/14716/task/14721/stat : 14721 (java) S 14715 14702 12855 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 139732936 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14722] ppid=14715 vsize=868496 CPUtime=0.21
/proc/14716/task/14722/stat : 14722 (java) S 14715 14702 12855 0 -1 64 1482 0 0 0 21 0 0 0 16 0 9 0 139732936 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14723] ppid=14715 vsize=868496 CPUtime=0
/proc/14716/task/14723/stat : 14723 (java) S 14715 14702 12855 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 139732936 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14716/tid=14724] ppid=14715 vsize=868496 CPUtime=0
/proc/14716/task/14724/stat : 14724 (java) S 14715 14702 12855 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 139732936 889339904 6454 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887452

[startup+3.10143 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1741456/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=7688 CPUtime=1.42
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 1598 0 0 0 68 74 0 0 25 0 1 0 139733047 7872512 1584 996147200 134512640 134931368 4294956256 18446744073709551615 134525825 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 1922 1584 42 102 0 1817 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26644

[startup+6.30203 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1737168/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=7820 CPUtime=4.61
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 1636 0 0 0 387 74 0 0 25 0 1 0 139733047 8007680 1622 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 1955 1622 42 102 0 1850 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 26776

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1736920/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=8084 CPUtime=10.98
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 1713 0 0 0 1024 74 0 0 25 0 1 0 139733047 8278016 1699 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 2021 1699 42 102 0 1916 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 27040

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1736408/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=8612 CPUtime=23.73
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 1852 0 0 0 2299 74 0 0 25 0 1 0 139733047 8818688 1838 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 2153 1838 42 102 0 2048 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 27568

[startup+51.1015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1735320/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=9668 CPUtime=49.23
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 2134 0 0 0 4848 75 0 0 25 0 1 0 139733047 9900032 2120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 2417 2120 42 102 0 2312 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 28624

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1734168/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=10728 CPUtime=100.23
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 2432 0 0 0 9948 75 0 0 25 0 1 0 139733047 10985472 2369 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 2682 2369 48 102 0 2577 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 29684

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1734040/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=10992 CPUtime=159.98
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 2540 0 0 0 15923 75 0 0 25 0 1 0 139733047 11255808 2439 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 2748 2439 48 102 0 2643 0
Current children cumulated CPU time (s) 161.57
Current children cumulated vsize (KiB) 29948

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1733984/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=13888 CPUtime=1235.68
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 3884 0 0 0 123491 77 0 0 25 0 1 0 139733047 14221312 3159 996147200 134512640 134931368 4294956256 18446744073709551615 134525659 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 3472 3159 48 102 0 3367 0
Current children cumulated CPU time (s) 1237.27
Current children cumulated vsize (KiB) 32844

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1730216/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14020 CPUtime=1295.46
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 3936 0 0 0 129468 78 0 0 25 0 1 0 139733047 14356480 3211 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 3505 3211 48 102 0 3400 0
Current children cumulated CPU time (s) 1297.05
Current children cumulated vsize (KiB) 32976

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14726
/proc/meminfo: memFree=1729960/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14020 CPUtime=1355.21
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4012 0 0 0 135443 78 0 0 25 0 1 0 139733047 14356480 3217 996147200 134512640 134931368 4294956256 18446744073709551615 134525781 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 3505 3217 48 102 0 3400 0
Current children cumulated CPU time (s) 1356.8
Current children cumulated vsize (KiB) 32976

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 14754
/proc/meminfo: memFree=1703592/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14020 CPUtime=1414.91
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4012 0 0 0 141413 78 0 0 25 0 1 0 139733047 14356480 3217 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3505 3217 48 102 0 3400 0
Current children cumulated CPU time (s) 1416.5
Current children cumulated vsize (KiB) 32976

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/86 14886
/proc/meminfo: memFree=1494608/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14548 CPUtime=1474.51
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4214 0 0 0 147369 82 0 0 25 0 1 0 139733047 14897152 3345 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3637 3345 48 102 0 3532 0
Current children cumulated CPU time (s) 1476.1
Current children cumulated vsize (KiB) 33504

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/86 14886
/proc/meminfo: memFree=1293904/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14548 CPUtime=1534.2
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4214 0 0 0 153338 82 0 0 25 0 1 0 139733047 14897152 3345 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/14726/statm: 3637 3345 48 102 0 3532 0
Current children cumulated CPU time (s) 1535.79
Current children cumulated vsize (KiB) 33504

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.01 4/86 14886
/proc/meminfo: memFree=1084496/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14548 CPUtime=1593.94
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4215 0 0 0 159312 82 0 0 25 0 1 0 139733047 14897152 3346 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3637 3346 48 102 0 3532 0
Current children cumulated CPU time (s) 1595.53
Current children cumulated vsize (KiB) 33504

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/86 14886
/proc/meminfo: memFree=1048720/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14680 CPUtime=1653.69
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4321 0 0 0 165286 83 0 0 25 0 1 0 139733047 15032320 3375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3670 3375 48 102 0 3565 0
Current children cumulated CPU time (s) 1655.28
Current children cumulated vsize (KiB) 33636

[startup+1722.3 s]
/proc/loadavg: 2.40 2.12 2.03 3/86 14886
/proc/meminfo: memFree=1048144/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14680 CPUtime=1713.43
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4321 0 0 0 171260 83 0 0 25 0 1 0 139733047 15032320 3375 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3670 3375 48 102 0 3565 0
Current children cumulated CPU time (s) 1715.02
Current children cumulated vsize (KiB) 33636

[startup+1782.3 s]
/proc/loadavg: 2.21 2.13 2.04 3/75 14950
/proc/meminfo: memFree=1725416/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14680 CPUtime=1772.93
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4333 0 0 0 177210 83 0 0 25 0 1 0 139733047 15032320 3387 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3670 3387 48 102 0 3565 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 33636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808 s]
/proc/loadavg: 2.14 2.12 2.04 3/75 14950
/proc/meminfo: memFree=1722024/2055920 swapFree=4191676/4192956
[pid=14702] ppid=14700 vsize=13600 CPUtime=1.59
/proc/14702/stat : 14702 (sugar) S 14700 14702 12855 0 -1 4194304 1022 13014 0 2 3 0 146 10 16 0 1 0 139732880 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14702/statm: 3400 798 370 3 0 500 0
[pid=14725] ppid=14702 vsize=5356 CPUtime=0
/proc/14725/stat : 14725 (sh) S 14702 14702 12855 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 139733047 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14725/statm: 1339 232 193 169 0 50 0
[pid=14726] ppid=14725 vsize=14812 CPUtime=1798.44
/proc/14726/stat : 14726 (picosat) R 14725 14702 12855 0 -1 4194304 4474 0 0 0 179760 84 0 0 25 0 1 0 139733047 15167488 3447 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14726/statm: 3703 3447 48 102 0 3598 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 33768

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): 1808.02
CPU time (s): 1800.07
CPU user time (s): 1799.1
CPU system time (s): 0.963853
CPU usage (%): 99.56
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 0.963853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19243
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= 2701
involuntary context switches= 27578

runsolver used 1.74273 second user time and 4.87926 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-05 19:02:56
IDJOB=1092771
IDBENCH=58656
IDSOLVER=345
FILE ID=node63/1092771-1215277376
PBS_JOBID= 7882160
Free space on /tmp= 66524 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-19.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-1092771-1215277376/watcher-1092771-1215277376 -o /tmp/evaluation-result-1092771-1215277376/solver-1092771-1215277376 -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-1092771-1215277376.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3bb5219474a31831a39d0d8875f6b80b
RANDOM SEED=558277987

node63.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.256
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.256
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:       1749384 kB
Buffers:         42868 kB
Cached:         179300 kB
SwapCached:        260 kB
Active:         161172 kB
Inactive:        85236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749384 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1600 kB
Writeback:           0 kB
Mapped:          36884 kB
Slab:            45696 kB
Committed_AS:   413760 kB
PageTables:       1588 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-05 19:33:06