Trace number 1082263

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+minisat? (TO) 1800.09 1800.82

General information on the benchmark

Namecsp/langford3/
normalized-langford-3-20.xml
MD5SUMfec005d2a500e2d8486cf239a4a9cc0f
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 variables60
Number of constraints1810
Maximum constraint arity2
Maximum domain size60
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1810
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 03:31:10 2008
0.00/0.04	c 0	PID 12677
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1082263-1215221470.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-1082263-1215221470.xml' 'HOME/temp.csp'
0.03/0.47	c 1	1 domains, 60 variables, 2 predicates, 0 relations, 1810 constraints
0.03/0.51	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.51	c 1	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 1	Parsing HOME/temp.csp
0.44/0.75	c 1	parsed 1873 expressions
0.44/0.75	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.75	c 1	Converting to clausal form CSP
0.44/0.81	c 1	converted 188 (10%) expressions
0.44/0.91	c 1	converted 375 (20%) expressions
0.44/0.93	c 1	converted 562 (30%) expressions
0.44/0.94	c 1	converted 750 (40%) expressions
0.44/0.96	c 1	converted 937 (50%) expressions
0.44/0.97	c 1	converted 1124 (60%) expressions
0.44/0.97	c 1	converted 1312 (70%) expressions
0.44/0.98	c 1	converted 1499 (80%) expressions
0.44/0.99	c 1	converted 1686 (90%) expressions
0.44/0.99	c 1	converted 1873 (100%) expressions
0.44/0.99	c 1	CSP : 60 integers, 0 booleans, 1850 clauses, largest domain size 60
0.44/0.99	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.44/0.99	c 1	Propagation in CSP
0.91/1.04	c 1	1380 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.04	c 1	CSP : 60 integers, 0 booleans, 1850 clauses, largest domain size 56
0.91/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.04	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.08	c 1	CSP : 60 integers, 3540 booleans, 5390 clauses, largest domain size 56
0.91/1.08	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.11	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.13	c 1	6 (10%) CSP integer variables are encoded (294 clauses, 3086 bytes)
1.01/1.13	c 1	12 (20%) CSP integer variables are encoded (516 clauses, 5528 bytes)
1.01/1.13	c 1	18 (30%) CSP integer variables are encoded (666 clauses, 7178 bytes)
1.01/1.13	c 1	24 (40%) CSP integer variables are encoded (904 clauses, 9796 bytes)
1.01/1.13	c 1	30 (50%) CSP integer variables are encoded (1150 clauses, 12855 bytes)
1.01/1.13	c 1	36 (60%) CSP integer variables are encoded (1324 clauses, 15117 bytes)
1.01/1.13	c 1	42 (70%) CSP integer variables are encoded (1506 clauses, 17483 bytes)
1.01/1.14	c 1	48 (80%) CSP integer variables are encoded (1776 clauses, 20993 bytes)
1.01/1.14	c 1	54 (90%) CSP integer variables are encoded (1974 clauses, 23567 bytes)
1.01/1.14	c 1	60 (100%) CSP integer variables are encoded (2100 clauses, 25205 bytes)
1.01/1.18	c 1	539 (10%) CSP clauses are encoded (14831 clauses, 235094 bytes)
1.10/1.22	c 1	1078 (20%) CSP clauses are encoded (25982 clauses, 425800 bytes)
1.10/1.24	c 1	1617 (30%) CSP clauses are encoded (35421 clauses, 587602 bytes)
1.10/1.26	c 1	2156 (40%) CSP clauses are encoded (42312 clauses, 704373 bytes)
1.10/1.28	c 1	2695 (50%) CSP clauses are encoded (46696 clauses, 777951 bytes)
1.10/1.29	c 1	3234 (60%) CSP clauses are encoded (53601 clauses, 896243 bytes)
1.20/1.31	c 2	3773 (70%) CSP clauses are encoded (65320 clauses, 1104185 bytes)
1.20/1.33	c 2	4312 (80%) CSP clauses are encoded (74878 clauses, 1280023 bytes)
1.20/1.35	c 2	4851 (90%) CSP clauses are encoded (81791 clauses, 1406207 bytes)
1.20/1.37	c 2	5390 (100%) CSP clauses are encoded (92437 clauses, 1604167 bytes)
1.20/1.37	c 2	5390 CSP clauses encoded
1.20/1.37	c 2	Writing map file : HOME/temp.map
1.20/1.37	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.20/1.37	c 2	SAT : 5700 SAT variables, 92437 SAT clauses, 1604167 bytes
1.20/1.37	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.28/1.40	c 2	SOLVING HOME/temp.cnf
1.28/1.40	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.28/1.40	c 2	This is MiniSat 2.0 beta
1.28/1.40	c 2	WARNING: for repeatability, setting FPU to use double precision
1.28/1.40	c 2	============================[ Problem Statistics ]=============================
1.28/1.40	c 2	|                                                                             |
1.28/1.41	c 2	|  Number of variables:  5700                                                 |
1.28/1.41	c 2	|  Number of clauses:    92437                                                |
1.28/1.45	c 2	|  Parsing time:         0.04         s                                       |
1.28/1.46	c 2	============================[ Search Statistics ]==============================
1.28/1.46	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.28/1.46	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.28/1.46	c 2	===============================================================================
1.28/1.46	c 2	|         0 |    5482    92219   266296 |    30739        0    nan |  0.000 % |
1.31/1.53	c 2	|       100 |    5482    92219   266296 |    33813      100     12 |  3.825 % |
1.31/1.65	c 2	|       252 |    5482    92219   266296 |    37194      252     12 |  3.825 % |
1.31/1.80	c 2	|       478 |    5482    92219   266296 |    40914      478     16 |  3.825 % |
1.31/1.97	c 2	|       815 |    5482    92219   266296 |    45005      815     17 |  3.825 % |
2.09/2.29	c 2	|      1322 |    5482    92219   266296 |    49506     1322     17 |  3.825 % |
2.69/2.81	c 3	|      2081 |    5482    92219   266296 |    54457     2081     18 |  3.825 % |
3.39/3.55	c 4	|      3221 |    5482    92219   266296 |    59902     3221     19 |  3.825 % |
4.79/4.94	c 5	|      4929 |    5482    92219   266296 |    65893     4929     20 |  3.825 % |
7.29/7.44	c 8	|      7491 |    5482    92219   266296 |    72482     7491     19 |  3.825 % |
10.69/10.89	c 11	|     11335 |    5482    92219   266296 |    79730    11335     19 |  3.825 % |
16.09/16.27	c 16	|     17102 |    5482    92219   266296 |    87703    17102     21 |  3.825 % |
25.38/25.50	c 26	|     25752 |    5482    92219   266296 |    96474    25752     20 |  3.825 % |
41.88/42.07	c 42	|     38727 |    5482    92219   266296 |   106121    38727     20 |  3.825 % |
70.37/70.58	c 71	|     58188 |    5482    92219   266296 |   116733    58188     20 |  3.825 % |
122.75/122.90	c 123	|     87381 |    5482    92219   266296 |   128407    87381     20 |  3.826 % |
215.73/215.93	c 216	|    131171 |    5482    92219   266296 |   141247    16005     19 |  3.826 % |
320.00/320.28	c 320	|    196857 |    5482    92219   266296 |   155372    81691     23 |  3.825 % |
549.74/550.08	c 550	|    295384 |    5480    92176   266170 |   170910    39957     20 |  3.860 % |
864.80/865.36	c 866	|    443173 |    5480    92176   266170 |   188001    29410     22 |  3.861 % |
1318.77/1319.47	c 1320	|    664856 |    5478    92155   266110 |   206801    74857     24 |  3.896 % |
1800.04/1800.81	sh: line 1: 12701 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.04/1800.81	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1800.81	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.04/1800.82	c ERROR INTERRUPTED
1800.04/1800.82	s UNKNOWN
1800.04/1800.82	c 1801	CPU 1799.81 (0.04 0 1799.77 0.25)
1800.04/1800.82	c 1801	END Sat Jul  5 04:01:11 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-1082263-1215221470/watcher-1082263-1215221470 -o /tmp/evaluation-result-1082263-1215221470/solver-1082263-1215221470 -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/minisat -tmp=HOME/temp HOME/instance-1082263-1215221470.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 2.00 4/82 12677
/proc/meminfo: memFree=1690432/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=12272 CPUtime=0
/proc/12677/stat : 12677 (sugar) R 12675 12677 11040 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 687272455 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 226704915200 0 0 4224 0 0 0 0 17 1 0 0
/proc/12677/statm: 3068 327 246 3 0 168 0

[startup+0.096724 s]
/proc/loadavg: 1.92 2.01 2.00 4/82 12677
/proc/meminfo: memFree=1690432/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 687272455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101721 s]
/proc/loadavg: 1.92 2.01 2.00 4/82 12677
/proc/meminfo: memFree=1690432/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 687272455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301748 s]
/proc/loadavg: 1.92 2.01 2.00 4/82 12677
/proc/meminfo: memFree=1690432/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.03
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 687272455 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701799 s]
/proc/loadavg: 1.92 2.01 2.00 4/82 12677
/proc/meminfo: memFree=1690432/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=0.44
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 973 5038 0 1 3 0 39 2 15 0 1 0 687272455 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.92 2.01 2.00 4/93 12699
/proc/meminfo: memFree=1676264/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 13600

[startup+3.1011 s]
/proc/loadavg: 1.92 2.01 2.00 3/85 12701
/proc/meminfo: memFree=1680488/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 15 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=6560 CPUtime=1.68
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 1507 0 0 0 167 1 0 0 25 0 1 0 687272596 6717440 1493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 1640 1493 75 150 0 1487 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 25516

[startup+6.30249 s]
/proc/loadavg: 1.93 2.01 2.00 3/85 12701
/proc/meminfo: memFree=1679976/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=6956 CPUtime=4.88
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 1611 0 0 0 487 1 0 0 25 0 1 0 687272596 7122944 1597 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 1739 1597 75 150 0 1586 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 25912

[startup+12.7013 s]
/proc/loadavg: 1.93 2.01 2.00 3/85 12701
/proc/meminfo: memFree=1679144/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=7760 CPUtime=11.27
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 1812 0 0 0 1126 1 0 0 25 0 1 0 687272596 7946240 1798 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 1940 1798 75 150 0 1787 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 26716

[startup+25.5019 s]
/proc/loadavg: 1.95 2.01 2.00 3/85 12701
/proc/meminfo: memFree=1677736/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=9212 CPUtime=24.07
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 2158 0 0 0 2405 2 0 0 25 0 1 0 687272596 9433088 2144 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 2303 2144 75 150 0 2150 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 28168

[startup+51.101 s]
/proc/loadavg: 1.96 2.00 2.00 3/85 12701
/proc/meminfo: memFree=1675688/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=11436 CPUtime=49.66
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 2695 0 0 0 4963 3 0 0 25 0 1 0 687272596 11710464 2681 996147200 134512640 135127466 4294956256 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 2859 2681 75 150 0 2706 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 30392

[startup+102.306 s]
/proc/loadavg: 1.98 2.00 2.00 3/85 12701
/proc/meminfo: memFree=1672040/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=14988 CPUtime=100.86
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 3591 0 0 0 10081 5 0 0 25 0 1 0 687272596 15347712 3577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 3747 3577 75 150 0 3594 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 33944

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 12701
/proc/meminfo: memFree=1668456/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=18496 CPUtime=160.83
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 4461 0 0 0 16077 6 0 0 25 0 1 0 687272596 18939904 4447 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 4624 4447 75 150 0 4471 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 37452

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 12701
/proc/meminfo: memFree=1665512/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=21272 CPUtime=220.82
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 5163 0 0 0 22075 7 0 0 25 0 1 0 687272596 21782528 5149 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 5318 5149 75 150 0 5165 0
Current children cumulated CPU time (s) 222.13
Current children cumulated vsize (KiB) 40228

[startup+282.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 12701
/proc/meminfo: memFree=1665448/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=21272 CPUtime=280.8
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 5171 0 0 0 28073 7 0 0 25 0 1 0 687272596 21782528 5157 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 5318 5157 75 150 0 5165 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 40228


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

[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33268 CPUtime=1240.38
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8121 0 0 0 124025 13 0 0 25 0 1 0 687272596 34066432 8107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8317 8107 75 150 0 8164 0
Current children cumulated CPU time (s) 1241.69
Current children cumulated vsize (KiB) 52224

[startup+1302.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 12805
/proc/meminfo: memFree=1584472/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33268 CPUtime=1300.37
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8121 0 0 0 130024 13 0 0 25 0 1 0 687272596 34066432 8107 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8317 8107 75 150 0 8164 0
Current children cumulated CPU time (s) 1301.68
Current children cumulated vsize (KiB) 52224

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 12805
/proc/meminfo: memFree=1584344/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33268 CPUtime=1360.35
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8121 0 0 0 136022 13 0 0 25 0 1 0 687272596 34066432 8107 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8317 8107 75 150 0 8164 0
Current children cumulated CPU time (s) 1361.66
Current children cumulated vsize (KiB) 52224

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1584280/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33268 CPUtime=1420.34
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8122 0 0 0 142021 13 0 0 25 0 1 0 687272596 34066432 8108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8317 8108 75 150 0 8164 0
Current children cumulated CPU time (s) 1421.65
Current children cumulated vsize (KiB) 52224

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1584280/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33268 CPUtime=1480.31
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8122 0 0 0 148018 13 0 0 25 0 1 0 687272596 34066432 8108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8317 8108 75 150 0 8164 0
Current children cumulated CPU time (s) 1481.62
Current children cumulated vsize (KiB) 52224

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1583832/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=33532 CPUtime=1540.3
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8198 0 0 0 154017 13 0 0 25 0 1 0 687272596 34336768 8184 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8383 8184 75 150 0 8230 0
Current children cumulated CPU time (s) 1541.61
Current children cumulated vsize (KiB) 52488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1581592/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=35720 CPUtime=1600.28
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 8743 0 0 0 160014 14 0 0 25 0 1 0 687272596 36577280 8729 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 8930 8729 75 150 0 8777 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 54676

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1580312/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=37664 CPUtime=1660.27
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 9106 0 0 0 166012 15 0 0 25 0 1 0 687272596 38567936 9092 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 9416 9092 75 150 0 9263 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 56620

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1580248/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=37664 CPUtime=1720.25
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 9106 0 0 0 172010 15 0 0 25 0 1 0 687272596 38567936 9092 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 9416 9092 75 150 0 9263 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 56620

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12805
/proc/meminfo: memFree=1580056/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=37664 CPUtime=1780.24
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 9117 0 0 0 178009 15 0 0 25 0 1 0 687272596 38567936 9103 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 9416 9103 75 150 0 9263 0
Current children cumulated CPU time (s) 1781.55
Current children cumulated vsize (KiB) 56620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 12811
/proc/meminfo: memFree=1579928/2055920 swapFree=4146972/4192956
[pid=12677] ppid=12675 vsize=13600 CPUtime=1.31
/proc/12677/stat : 12677 (sugar) S 12675 12677 11040 0 -1 4194304 1032 12172 0 2 4 0 118 9 16 0 1 0 687272455 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12677/statm: 3400 798 370 3 0 500 0
[pid=12700] ppid=12677 vsize=5356 CPUtime=0
/proc/12700/stat : 12700 (sh) S 12677 12677 11040 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 687272596 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12700/statm: 1339 232 193 169 0 50 0
[pid=12701] ppid=12700 vsize=37664 CPUtime=1798.73
/proc/12701/stat : 12701 (minisat) R 12700 12677 11040 0 -1 4194304 9129 0 0 0 179858 15 0 0 25 0 1 0 687272596 38567936 9115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12701/statm: 9416 9115 75 150 0 9263 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 56620

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.82
CPU time (s): 1800.09
CPU user time (s): 1799.82
CPU system time (s): 0.269958
CPU usage (%): 99.9592
Max. virtual memory (cumulated for all children) (KiB): 887336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22981
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= 2341
involuntary context switches= 25295

runsolver used 2.02369 second user time and 5.75812 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-05 03:31:10
IDJOB=1082263
IDBENCH=57194
IDSOLVER=346
FILE ID=node80/1082263-1215221470
PBS_JOBID= 7881741
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/langford3/normalized-langford-3-20.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1082263-1215221470/watcher-1082263-1215221470 -o /tmp/evaluation-result-1082263-1215221470/solver-1082263-1215221470 -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/minisat" -tmp="HOME/temp" HOME/instance-1082263-1215221470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fec005d2a500e2d8486cf239a4a9cc0f
RANDOM SEED=18816873

node80.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.232
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.232
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:       1690848 kB
Buffers:         42324 kB
Cached:         138056 kB
SwapCached:      39872 kB
Active:         193860 kB
Inactive:       118208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690848 kB
SwapTotal:     4192956 kB
SwapFree:      4146972 kB
Dirty:            1500 kB
Writeback:           0 kB
Mapped:         147300 kB
Slab:            37892 kB
Committed_AS:  1225408 kB
PageTables:       2076 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 node80 at 2008-07-05 04:01:13