Trace number 1037560

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

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-57021_ext.xml
MD5SUM957324b5ff6c2ae9da4db29517ba03bc
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark276.757
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
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/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 03:23:39 2008
0.00/0.05	c 0	PID 14900
0.03/0.05	c 0	HOST node66.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1037560-1214961819.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-1037560-1214961819.xml' 'HOME/temp.csp'
0.03/0.78	c 0	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.03/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.74/0.91	c 1	Parsing HOME/temp.csp
1.38/1.51	c 1	parsed 677 expressions
1.38/1.51	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.38/1.51	c 1	Converting to clausal form CSP
1.38/1.54	c 1	converted 68 (10%) expressions
1.38/1.55	c 1	converted 136 (20%) expressions
1.38/1.55	c 1	converted 204 (30%) expressions
1.38/1.55	c 1	converted 271 (40%) expressions
1.38/1.56	c 1	converted 339 (50%) expressions
1.38/1.59	c 1	converted 407 (60%) expressions
1.48/1.68	c 1	converted 474 (70%) expressions
1.58/1.70	c 1	converted 542 (80%) expressions
1.58/1.73	c 1	converted 610 (90%) expressions
1.58/1.76	c 1	converted 677 (100%) expressions
1.58/1.76	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.58/1.76	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.76	c 1	Propagation in CSP
1.58/1.76	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.58/1.76	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.58/1.76	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.58/1.76	c 1	Simplifing CSP by introducing new Boolean variables
1.58/1.77	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.58/1.77	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.67/1.81	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.67/1.82	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.67/1.83	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.67/1.83	c 1	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.67/1.83	c 1	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.67/1.83	c 1	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.67/1.83	c 1	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.67/1.83	c 1	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.67/1.83	c 1	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.67/1.83	c 1	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.67/1.83	c 1	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.67/1.90	c 2	33 (10%) CSP clauses are encoded (4178 clauses, 65201 bytes)
1.78/1.92	c 2	65 (20%) CSP clauses are encoded (7590 clauses, 123745 bytes)
1.78/1.94	c 2	98 (30%) CSP clauses are encoded (11091 clauses, 185064 bytes)
1.78/1.96	c 2	130 (40%) CSP clauses are encoded (14497 clauses, 250322 bytes)
1.78/1.98	c 2	163 (50%) CSP clauses are encoded (18000 clauses, 317367 bytes)
1.87/2.00	c 2	195 (60%) CSP clauses are encoded (21395 clauses, 382471 bytes)
1.87/2.03	c 2	228 (70%) CSP clauses are encoded (24939 clauses, 450301 bytes)
1.87/2.05	c 2	260 (80%) CSP clauses are encoded (28363 clauses, 515963 bytes)
1.87/2.07	c 2	293 (90%) CSP clauses are encoded (31882 clauses, 583365 bytes)
1.87/2.09	c 2	325 (100%) CSP clauses are encoded (35267 clauses, 648115 bytes)
1.87/2.09	c 2	325 CSP clauses encoded
1.87/2.09	c 2	Writing map file : HOME/temp.map
1.87/2.09	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.87/2.09	c 2	SAT : 650 SAT variables, 35267 SAT clauses, 648115 bytes
1.87/2.09	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.97/2.14	c 2	SOLVING HOME/temp.cnf
1.97/2.14	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.97/2.15	c 2	This is MiniSat 2.0 beta
1.97/2.15	c 2	WARNING: for repeatability, setting FPU to use double precision
1.97/2.15	c 2	============================[ Problem Statistics ]=============================
1.97/2.15	c 2	|                                                                             |
1.97/2.15	c 2	|  Number of variables:  650                                                  |
1.97/2.15	c 2	|  Number of clauses:    35267                                                |
1.97/2.17	c 2	|  Parsing time:         0.02         s                                       |
1.97/2.17	c 2	============================[ Search Statistics ]==============================
1.97/2.17	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.97/2.17	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.97/2.17	c 2	===============================================================================
1.97/2.17	c 2	|         0 |     650    35267   133266 |    11755        0    nan |  0.000 % |
1.97/2.19	c 2	|       100 |     650    35267   133266 |    12931      100     11 |  0.000 % |
1.99/2.22	c 2	|       251 |     650    35267   133266 |    14224      251     12 |  0.005 % |
1.99/2.26	c 2	|       476 |     650    35267   133266 |    15646      476     12 |  0.006 % |
1.99/2.33	c 2	|       813 |     650    35267   133266 |    17211      813     12 |  0.006 % |
1.99/2.43	c 2	|      1319 |     650    35267   133266 |    18932     1319     12 |  0.009 % |
1.99/2.58	c 2	|      2079 |     650    35267   133266 |    20825     2079     12 |  0.008 % |
1.99/2.83	c 2	|      3218 |     650    35267   133266 |    22908     3218     12 |  0.008 % |
1.99/3.17	c 3	|      4926 |     650    35267   133266 |    25199     4926     12 |  0.008 % |
3.52/3.72	c 3	|      7488 |     650    35267   133266 |    27719     7488     12 |  0.005 % |
4.41/4.63	c 4	|     11334 |     650    35267   133266 |    30491    11334     13 |  0.008 % |
5.89/6.12	c 6	|     17100 |     650    35267   133266 |    33540    17100     13 |  0.006 % |
8.37/8.68	c 8	|     25751 |     650    35267   133266 |    36894    25751     14 |  0.008 % |
13.32/13.67	c 13	|     38725 |     650    35267   133266 |    40583    13562     13 |  0.007 % |
19.86/20.26	c 20	|     58186 |     650    35267   133266 |    44642    33023     15 |  0.005 % |
30.46/30.92	c 31	|     87379 |     650    35267   133266 |    49106    29217     16 |  0.007 % |
48.68/49.40	c 49	|    131169 |     650    35267   133266 |    54016    37169     15 |  0.009 % |
79.40/80.38	c 80	|    196856 |     650    35267   133266 |    59418    22709     15 |  0.009 % |
124.17/125.50	c 125	|    295382 |     650    35267   133266 |    65360    29189     15 |  0.009 % |
200.35/202.40	c 202	|    443173 |     650    35267   133266 |    71896    23761     16 |  0.009 % |
321.31/324.57	c 324	|    664856 |     650    35267   133266 |    79086    17401     15 |  0.009 % |
502.19/507.16	c 507	|    997383 |     650    35267   133266 |    86994    26102     18 |  0.009 % |
807.69/815.51	c 815	|   1496172 |     650    35267   133266 |    95694    16996     15 |  0.009 % |
1265.83/1274.88	c 1275	|   2244356 |     650    35267   133266 |   105263    35082     17 |  0.010 % |
1800.03/1809.21	sh: line 1: 14924 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1809.21	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1809.21	c 1809	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/1809.21	c ERROR INTERRUPTED
1800.03/1809.21	s UNKNOWN
1800.03/1809.21	c 1809	CPU 1799.8 (0.03 0.01 1799.77 0.23)
1800.03/1809.21	c 1809	END Wed Jul  2 03:53: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-1037560-1214961819/watcher-1037560-1214961819 -o /tmp/evaluation-result-1037560-1214961819/solver-1037560-1214961819 -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-1037560-1214961819.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.93 1.99 1.99 4/81 14900
/proc/meminfo: memFree=1869896/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=12000 CPUtime=0
/proc/14900/stat : 14900 (sugar) R 14898 14900 12835 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 1975151553 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 227621763840 0 0 4224 0 0 0 0 17 1 0 0
/proc/14900/statm: 3000 178 139 3 0 100 0

[startup+0.0506799 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 14900
/proc/meminfo: memFree=1869896/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=0.03
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1975151553 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10273 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 14900
/proc/meminfo: memFree=1869896/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=0.03
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975151553 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302754 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 14900
/proc/meminfo: memFree=1869896/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=0.03
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975151553 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702802 s]
/proc/loadavg: 1.93 1.99 1.99 4/81 14900
/proc/meminfo: memFree=1869896/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=0.03
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975151553 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.93 1.99 1.99 4/92 14922
/proc/meminfo: memFree=1862192/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=0.74
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 973 4800 0 1 3 0 67 4 16 0 1 0 1975151553 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 797 370 3 0 500 0
[pid=14913] ppid=14900 vsize=5356 CPUtime=0
/proc/14913/stat : 14913 (sh) S 14900 14900 12835 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975151637 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14913/statm: 1339 233 193 169 0 50 0
[pid=14914] ppid=14913 vsize=864040 CPUtime=0.64
/proc/14914/stat : 14914 (java) S 14913 14900 12835 0 -1 0 5995 0 1 0 62 2 0 0 18 0 9 0 1975151638 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14914/statm: 216010 5291 2532 9 0 210592 0
[pid=14914/tid=14915] ppid=14913 vsize=864040 CPUtime=0.47
/proc/14914/task/14915/stat : 14915 (java) R 14913 14900 12835 0 -1 64 2451 0 1 0 46 1 0 0 21 0 9 0 1975151639 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14916] ppid=14913 vsize=864040 CPUtime=0.08
/proc/14914/task/14916/stat : 14916 (java) S 14913 14900 12835 0 -1 64 2518 0 0 0 8 0 0 0 16 0 9 0 1975151640 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14917] ppid=14913 vsize=864040 CPUtime=0
/proc/14914/task/14917/stat : 14917 (java) S 14913 14900 12835 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975151640 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14918] ppid=14913 vsize=864040 CPUtime=0
/proc/14914/task/14918/stat : 14918 (java) S 14913 14900 12835 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975151640 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14919] ppid=14913 vsize=864040 CPUtime=0
/proc/14914/task/14919/stat : 14919 (java) S 14913 14900 12835 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975151642 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14920] ppid=14913 vsize=864040 CPUtime=0.07
/proc/14914/task/14920/stat : 14920 (java) R 14913 14900 12835 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 1975151642 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 102097101 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14921] ppid=14913 vsize=864040 CPUtime=0
/proc/14914/task/14921/stat : 14921 (java) S 14913 14900 12835 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975151642 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14914/tid=14922] ppid=14913 vsize=864040 CPUtime=0
/proc/14914/task/14922/stat : 14922 (java) S 14913 14900 12835 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975151642 884776960 5291 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 882996

[startup+3.10108 s]
/proc/loadavg: 1.93 1.99 1.99 2/92 14922
/proc/meminfo: memFree=1848944/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 15 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 13600

[startup+6.30147 s]
/proc/loadavg: 1.94 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1862640/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=5108 CPUtime=4.1
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 1084 0 0 0 410 0 0 0 25 0 1 0 1975151769 5230592 1070 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 1277 1070 75 150 0 1124 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 24064

[startup+12.7012 s]
/proc/loadavg: 1.94 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1861040/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=6784 CPUtime=10.44
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 1495 0 0 0 1044 0 0 0 25 0 1 0 1975151769 6946816 1481 996147200 134512640 135127466 4294956272 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 1696 1481 75 150 0 1543 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 25740

[startup+25.5027 s]
/proc/loadavg: 1.95 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1859760/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=8076 CPUtime=23.12
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 1810 0 0 0 2311 1 0 0 25 0 1 0 1975151769 8269824 1796 996147200 134512640 135127466 4294956272 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 2019 1796 75 150 0 1866 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 27032

[startup+51.1028 s]
/proc/loadavg: 1.97 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1858736/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=9148 CPUtime=48.47
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 2070 0 0 0 4846 1 0 0 25 0 1 0 1975151769 9367552 2056 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 2287 2056 75 150 0 2134 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 28104

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1856944/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=10628 CPUtime=99.2
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 2463 0 0 0 9918 2 0 0 25 0 1 0 1975151769 10883072 2449 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 2657 2449 75 150 0 2504 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 29584

[startup+162.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1855472/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=12136 CPUtime=158.63
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 2818 0 0 0 15861 2 0 0 25 0 1 0 1975151769 12427264 2804 996147200 134512640 135127466 4294956272 18446744073709551615 134529610 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 3034 2804 75 150 0 2881 0
Current children cumulated CPU time (s) 160.62
Current children cumulated vsize (KiB) 31092

[startup+222.303 s]
/proc/loadavg: 1.99 1.99 1.99 3/84 14924
/proc/meminfo: memFree=1854832/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=1.99
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 0 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=12992 CPUtime=218.07
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 2994 0 0 0 21804 3 0 0 25 0 1 0 1975151769 13303808 2980 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14924/statm: 3248 2980 75 150 0 3095 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 31948

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

[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=23580 CPUtime=1231.34
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5552 0 0 0 123124 10 0 0 25 0 1 0 1975151769 24145920 5538 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 5895 5538 75 150 0 5742 0
Current children cumulated CPU time (s) 1233.34
Current children cumulated vsize (KiB) 42536

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1848368/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=23872 CPUtime=1291.32
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5598 0 0 0 129122 10 0 0 25 0 1 0 1975151769 24444928 5584 996147200 134512640 135127466 4294956272 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 5968 5584 75 150 0 5815 0
Current children cumulated CPU time (s) 1293.32
Current children cumulated vsize (KiB) 42828

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1847856/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=24268 CPUtime=1351.3
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5728 0 0 0 135119 11 0 0 25 0 1 0 1975151769 24850432 5714 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6067 5714 75 150 0 5914 0
Current children cumulated CPU time (s) 1353.3
Current children cumulated vsize (KiB) 43224

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1847472/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=24700 CPUtime=1411.28
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5820 0 0 0 141117 11 0 0 25 0 1 0 1975151769 25292800 5806 996147200 134512640 135127466 4294956272 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6175 5806 75 150 0 6022 0
Current children cumulated CPU time (s) 1413.28
Current children cumulated vsize (KiB) 43656

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1847216/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=24868 CPUtime=1471.25
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5865 0 0 0 147114 11 0 0 25 0 1 0 1975151769 25464832 5851 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6217 5851 75 150 0 6064 0
Current children cumulated CPU time (s) 1473.25
Current children cumulated vsize (KiB) 43824

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1847088/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=25016 CPUtime=1531.22
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5892 0 0 0 153111 11 0 0 25 0 1 0 1975151769 25616384 5878 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6254 5878 75 150 0 6101 0
Current children cumulated CPU time (s) 1533.22
Current children cumulated vsize (KiB) 43972

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1846768/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=25156 CPUtime=1591.21
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 5932 0 0 0 159109 12 0 0 25 0 1 0 1975151769 25759744 5918 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6289 5918 75 150 0 6136 0
Current children cumulated CPU time (s) 1593.21
Current children cumulated vsize (KiB) 44112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1846320/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=25472 CPUtime=1651.19
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 6016 0 0 0 165107 12 0 0 25 0 1 0 1975151769 26083328 6002 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6368 6002 75 150 0 6215 0
Current children cumulated CPU time (s) 1653.19
Current children cumulated vsize (KiB) 44428

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1846000/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=25904 CPUtime=1711.16
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 6102 0 0 0 171104 12 0 0 25 0 1 0 1975151769 26525696 6088 996147200 134512640 135127466 4294956272 18446744073709551615 134530809 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6476 6088 75 150 0 6323 0
Current children cumulated CPU time (s) 1713.16
Current children cumulated vsize (KiB) 44860

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1845872/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=26036 CPUtime=1771.14
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 6141 0 0 0 177102 12 0 0 25 0 1 0 1975151769 26660864 6127 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6509 6127 75 150 0 6356 0
Current children cumulated CPU time (s) 1773.14
Current children cumulated vsize (KiB) 44992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 14997
/proc/meminfo: memFree=1845872/2055920 swapFree=4179760/4192956
[pid=14900] ppid=14898 vsize=13600 CPUtime=2
/proc/14900/stat : 14900 (sugar) S 14898 14900 12835 0 -1 4194304 1031 12812 0 2 3 1 186 10 16 0 1 0 1975151553 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14900/statm: 3400 798 370 3 0 500 0
[pid=14923] ppid=14900 vsize=5356 CPUtime=0
/proc/14923/stat : 14923 (sh) S 14900 14900 12835 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975151768 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14923/statm: 1339 232 193 169 0 50 0
[pid=14924] ppid=14923 vsize=26036 CPUtime=1798.03
/proc/14924/stat : 14924 (minisat) R 14923 14900 12835 0 -1 4194304 6142 0 0 0 179791 12 0 0 25 0 1 0 1975151769 26660864 6128 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14924/statm: 6509 6128 75 150 0 6356 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 44992

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): 1809.22
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.249962
CPU usage (%): 99.4941
Max. virtual memory (cumulated for all children) (KiB): 883272

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

runsolver used 1.86871 second user time and 5.58415 second system time

The end

Launcher Data (download as text)

Begin job on node66 at 2008-07-02 03:23:39
IDJOB=1037560
IDBENCH=53515
IDSOLVER=346
FILE ID=node66/1037560-1214961819
PBS_JOBID= 7870201
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-57021_ext.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-1037560-1214961819/watcher-1037560-1214961819 -o /tmp/evaluation-result-1037560-1214961819/solver-1037560-1214961819 -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-1037560-1214961819.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 957324b5ff6c2ae9da4db29517ba03bc
RANDOM SEED=941821573

node66.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1870376 kB
Buffers:         21488 kB
Cached:          79744 kB
SwapCached:       7024 kB
Active:          87156 kB
Inactive:        35080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1870376 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          37048 kB
Slab:            48252 kB
Committed_AS:  3941092 kB
PageTables:       1924 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= 66528 MiB
End job on node66 at 2008-07-02 03:53:50