Trace number 1036048

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.1 1801.73

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-2-mgd_ext.xml
MD5SUM6cffd350d706cc281e92ff54d514b179
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables56
Number of constraints511
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension511
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.04	c 0	BEGIN Wed Jul  2 01:34:43 2008
0.00/0.04	c 0	PID 9354
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036048-1214955283.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1036048-1214955283.xml' 'HOME/temp.csp'
0.04/0.84	c 1	1 domains, 56 variables, 0 predicates, 511 relations, 511 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.81/0.97	c 1	Parsing HOME/temp.csp
1.59/1.73	c 2	parsed 1079 expressions
1.59/1.73	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.73	c 2	Converting to clausal form CSP
1.59/1.76	c 2	converted 108 (10%) expressions
1.59/1.76	c 2	converted 216 (20%) expressions
1.59/1.78	c 2	converted 324 (30%) expressions
1.59/1.78	c 2	converted 432 (40%) expressions
1.59/1.79	c 2	converted 540 (50%) expressions
1.79/1.91	c 2	converted 648 (60%) expressions
1.79/1.96	c 2	converted 756 (70%) expressions
1.89/2.01	c 2	converted 864 (80%) expressions
1.89/2.05	c 2	converted 972 (90%) expressions
1.89/2.10	c 2	converted 1079 (100%) expressions
1.89/2.10	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.89/2.10	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.89/2.10	c 2	Propagation in CSP
1.99/2.11	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.99/2.11	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.99/2.11	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.11	c 2	Simplifing CSP by introducing new Boolean variables
1.99/2.11	c 2	CSP : 56 integers, 0 booleans, 511 clauses, largest domain size 25
1.99/2.11	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.99/2.18	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.99/2.19	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
1.99/2.19	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.99/2.20	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
1.99/2.20	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
1.99/2.20	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.99/2.20	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
1.99/2.20	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.99/2.20	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
1.99/2.20	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
1.99/2.20	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
2.09/2.28	c 2	52 (10%) CSP clauses are encoded (7280 clauses, 117176 bytes)
2.18/2.31	c 2	103 (20%) CSP clauses are encoded (12830 clauses, 219536 bytes)
2.18/2.35	c 2	154 (30%) CSP clauses are encoded (18768 clauses, 335453 bytes)
2.18/2.39	c 2	205 (40%) CSP clauses are encoded (24474 clauses, 448264 bytes)
2.28/2.43	c 2	256 (50%) CSP clauses are encoded (30157 clauses, 560056 bytes)
2.28/2.46	c 2	307 (60%) CSP clauses are encoded (35877 clauses, 672770 bytes)
2.28/2.49	c 2	358 (70%) CSP clauses are encoded (41578 clauses, 786497 bytes)
2.38/2.53	c 3	409 (80%) CSP clauses are encoded (47283 clauses, 900237 bytes)
2.38/2.56	c 3	460 (90%) CSP clauses are encoded (52986 clauses, 1016156 bytes)
2.47/2.60	c 3	511 (100%) CSP clauses are encoded (58700 clauses, 1141831 bytes)
2.47/2.60	c 3	511 CSP clauses encoded
2.47/2.60	c 3	Writing map file : HOME/temp.map
2.47/2.60	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.60	c 3	SAT : 1344 SAT variables, 58700 SAT clauses, 1141831 bytes
2.47/2.60	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.63	c 3	SOLVING HOME/temp.cnf
2.47/2.63	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.47/2.64	c 3	This is MiniSat 2.0 beta
2.47/2.64	c 3	WARNING: for repeatability, setting FPU to use double precision
2.47/2.64	c 3	============================[ Problem Statistics ]=============================
2.47/2.64	c 3	|                                                                             |
2.47/2.64	c 3	|  Number of variables:  1344                                                 |
2.47/2.64	c 3	|  Number of clauses:    58700                                                |
2.47/2.67	c 3	|  Parsing time:         0.03         s                                       |
2.47/2.67	c 3	============================[ Search Statistics ]==============================
2.47/2.67	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.47/2.67	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.47/2.67	c 3	===============================================================================
2.47/2.67	c 3	|         0 |    1344    58700   220071 |    19566        0    nan |  0.000 % |
2.50/2.70	c 3	|       100 |    1344    58700   220071 |    21523      100     15 |  0.000 % |
2.50/2.73	c 3	|       250 |    1344    58700   220071 |    23675      250     15 |  0.002 % |
2.50/2.79	c 3	|       475 |    1344    58700   220071 |    26043      475     14 |  0.002 % |
2.50/2.88	c 3	|       814 |    1344    58700   220071 |    28647      814     15 |  0.003 % |
2.50/3.00	c 3	|      1320 |    1344    58700   220071 |    31512     1320     15 |  0.002 % |
3.05/3.21	c 3	|      2080 |    1344    58700   220071 |    34663     2080     15 |  0.003 % |
3.34/3.52	c 4	|      3220 |    1344    58700   220071 |    38129     3220     14 |  0.003 % |
3.84/4.01	c 4	|      4930 |    1344    58700   220071 |    41942     4930     15 |  0.003 % |
4.53/4.71	c 5	|      7493 |    1344    58700   220071 |    46137     7493     16 |  0.001 % |
5.82/6.01	c 6	|     11338 |    1344    58700   220071 |    50750    11338     16 |  0.003 % |
7.90/8.15	c 8	|     17104 |    1344    58700   220071 |    55825    17104     17 |  0.003 % |
11.37/11.66	c 12	|     25755 |    1344    58700   220071 |    61408    25755     17 |  0.003 % |
17.90/18.26	c 18	|     38729 |    1344    58700   220071 |    67549    38729     17 |  0.002 % |
30.29/30.76	c 31	|     58190 |    1344    58700   220071 |    74304    58190     17 |  0.002 % |
48.91/49.55	c 50	|     87382 |    1344    58700   220071 |    81734    26320     21 |  0.001 % |
80.71/81.61	c 82	|    131171 |    1344    58700   220071 |    89908    70109     20 |  0.001 % |
124.91/125.96	c 126	|    196856 |    1344    58700   220071 |    98899    59616     21 |  0.000 % |
201.49/202.52	c 203	|    295382 |    1344    58700   220071 |   108789    73792     23 |  0.002 % |
334.54/335.62	c 336	|    443172 |    1344    58700   220071 |   119667    35657     18 |  0.000 % |
535.45/536.66	c 537	|    664855 |    1344    58700   220071 |   131634    53194     22 |  0.002 % |
874.12/875.45	c 875	|    997381 |    1344    58700   220071 |   144798    47745     23 |  0.002 % |
1435.89/1437.46	c 1437	|   1496170 |    1344    58700   220071 |   159278    50554     19 |  0.002 % |
1800.05/1801.71	sh: line 1:  9378 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1801.71	c 1802	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1801.71	c 1802	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.05/1801.72	c ERROR INTERRUPTED
1800.05/1801.72	s UNKNOWN
1800.05/1801.72	c 1802	CPU 1799.81 (0.03 0.01 1799.78 0.25)
1800.05/1801.72	c 1802	END Wed Jul  2 02:04:45 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-1036048-1214955283/watcher-1036048-1214955283 -o /tmp/evaluation-result-1036048-1214955283/solver-1036048-1214955283 -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-1036048-1214955283.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.95 1.98 1.91 4/81 9354
/proc/meminfo: memFree=1673872/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=18572 CPUtime=0
/proc/9354/stat : 9354 (runsolver) R 9352 9354 8765 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 979932915 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9354/statm: 4643 292 257 25 0 2626 0

[startup+0.0963669 s]
/proc/loadavg: 1.95 1.98 1.91 4/81 9354
/proc/meminfo: memFree=1673872/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=0.04
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 979932915 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101364 s]
/proc/loadavg: 1.95 1.98 1.91 4/81 9354
/proc/meminfo: memFree=1673872/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=0.04
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 979932915 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301387 s]
/proc/loadavg: 1.95 1.98 1.91 4/81 9354
/proc/meminfo: memFree=1673872/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=0.04
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 979932915 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701431 s]
/proc/loadavg: 1.95 1.98 1.91 4/81 9354
/proc/meminfo: memFree=1673872/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=0.04
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 979932915 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50251 s]
/proc/loadavg: 1.95 1.98 1.91 5/92 9376
/proc/meminfo: memFree=1666352/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=0.81
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 973 5022 0 1 3 1 73 4 16 0 1 0 979932915 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 797 370 3 0 500 0
[pid=9367] ppid=9354 vsize=5356 CPUtime=0
/proc/9367/stat : 9367 (sh) S 9354 9354 8765 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 979933004 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9367/statm: 1339 233 193 169 0 50 0
[pid=9368] ppid=9367 vsize=864040 CPUtime=0.58
/proc/9368/stat : 9368 (java) S 9367 9354 8765 0 -1 0 6092 0 1 0 55 3 0 0 18 0 9 0 979933004 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9368/statm: 216010 5387 2532 9 0 210592 0
[pid=9368/tid=9369] ppid=9367 vsize=864040 CPUtime=0.41
/proc/9368/task/9369/stat : 9369 (java) R 9367 9354 8765 0 -1 64 2452 0 1 0 40 1 0 0 20 0 9 0 979933005 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4126469010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9370] ppid=9367 vsize=864040 CPUtime=0.1
/proc/9368/task/9370/stat : 9370 (java) S 9367 9354 8765 0 -1 64 2617 0 0 0 9 1 0 0 16 0 9 0 979933006 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9371] ppid=9367 vsize=864040 CPUtime=0
/proc/9368/task/9371/stat : 9371 (java) S 9367 9354 8765 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 979933006 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9372] ppid=9367 vsize=864040 CPUtime=0
/proc/9368/task/9372/stat : 9372 (java) S 9367 9354 8765 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 979933006 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9373] ppid=9367 vsize=864040 CPUtime=0
/proc/9368/task/9373/stat : 9373 (java) S 9367 9354 8765 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 979933008 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9374] ppid=9367 vsize=864040 CPUtime=0.05
/proc/9368/task/9374/stat : 9374 (java) S 9367 9354 8765 0 -1 64 325 0 0 0 5 0 0 0 17 0 9 0 979933008 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9375] ppid=9367 vsize=864040 CPUtime=0
/proc/9368/task/9375/stat : 9375 (java) S 9367 9354 8765 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 979933008 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9368/tid=9376] ppid=9367 vsize=864040 CPUtime=0
/proc/9368/task/9376/stat : 9376 (java) S 9367 9354 8765 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 979933008 884776960 5387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 882996

[startup+3.10268 s]
/proc/loadavg: 1.95 1.98 1.91 3/92 9376
/proc/meminfo: memFree=1644784/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 15 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 13600

[startup+6.30202 s]
/proc/loadavg: 2.03 2.00 1.91 4/84 9378
/proc/meminfo: memFree=1664560/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=5996 CPUtime=3.62
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 1412 0 0 0 361 1 0 0 25 0 1 0 979933178 6139904 1398 996147200 134512640 135127466 4294956272 18446744073709551615 134522666 0 0 4096 3 0 0 0 17 1 0 0
/proc/9378/statm: 1499 1398 75 150 0 1346 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 24952

[startup+12.7027 s]
/proc/loadavg: 2.03 2.00 1.91 3/84 9378
/proc/meminfo: memFree=1662896/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=7704 CPUtime=9.95
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 1819 0 0 0 994 1 0 0 25 0 1 0 979933178 7888896 1805 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/9378/statm: 1926 1805 75 150 0 1773 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 26660

[startup+25.502 s]
/proc/loadavg: 2.02 2.00 1.91 3/84 9378
/proc/meminfo: memFree=1660592/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=9780 CPUtime=22.64
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 2354 0 0 0 2262 2 0 0 25 0 1 0 979933178 10014720 2340 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/9378/statm: 2445 2340 75 150 0 2292 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 28736

[startup+51.1017 s]
/proc/loadavg: 2.01 2.00 1.91 3/84 9378
/proc/meminfo: memFree=1657904/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=12504 CPUtime=47.99
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 3027 0 0 0 4797 2 0 0 25 0 1 0 979933178 12804096 3013 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/9378/statm: 3126 3013 75 150 0 2973 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 31460

[startup+102.307 s]
/proc/loadavg: 1.98 2.00 1.91 3/76 9430
/proc/meminfo: memFree=1657200/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=15604 CPUtime=98.83
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 3769 0 0 0 9879 4 0 0 25 0 1 0 979933178 15978496 3755 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 3901 3755 75 150 0 3748 0
Current children cumulated CPU time (s) 101.33
Current children cumulated vsize (KiB) 34560

[startup+162.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 9430
/proc/meminfo: memFree=1640368/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=18108 CPUtime=158.81
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 4362 0 0 0 15875 6 0 0 25 0 1 0 979933178 18542592 4348 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 4527 4348 75 150 0 4374 0
Current children cumulated CPU time (s) 161.31
Current children cumulated vsize (KiB) 37064

[startup+222.301 s]
/proc/loadavg: 1.99 2.00 1.91 3/76 9430
/proc/meminfo: memFree=1629680/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=19220 CPUtime=218.78
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 4609 0 0 0 21872 6 0 0 25 0 1 0 979933178 19681280 4595 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 4805 4595 75 150 0 4652 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 38176

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

[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=28884 CPUtime=1298.35
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 6963 0 0 0 129825 10 0 0 25 0 1 0 979933178 29577216 6949 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7221 6949 75 150 0 7068 0
Current children cumulated CPU time (s) 1300.85
Current children cumulated vsize (KiB) 47840

[startup+1362.3 s]
/proc/loadavg: 2.12 2.06 2.00 3/76 9432
/proc/meminfo: memFree=1551024/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=29228 CPUtime=1358.33
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7057 0 0 0 135822 11 0 0 25 0 1 0 979933178 29929472 7043 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7307 7043 75 150 0 7154 0
Current children cumulated CPU time (s) 1360.83
Current children cumulated vsize (KiB) 48184

[startup+1422.31 s]
/proc/loadavg: 2.11 2.06 2.00 3/76 9432
/proc/meminfo: memFree=1542896/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=29228 CPUtime=1418.31
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7060 0 0 0 141820 11 0 0 25 0 1 0 979933178 29929472 7046 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7307 7046 75 150 0 7154 0
Current children cumulated CPU time (s) 1420.81
Current children cumulated vsize (KiB) 48184

[startup+1482.3 s]
/proc/loadavg: 2.24 2.11 2.02 3/76 9432
/proc/meminfo: memFree=1534128/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=29228 CPUtime=1478.28
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7060 0 0 0 147817 11 0 0 25 0 1 0 979933178 29929472 7046 996147200 134512640 135127466 4294956272 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7307 7046 75 150 0 7154 0
Current children cumulated CPU time (s) 1480.78
Current children cumulated vsize (KiB) 48184

[startup+1542.3 s]
/proc/loadavg: 2.09 2.09 2.01 3/76 9432
/proc/meminfo: memFree=1533296/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=29380 CPUtime=1538.25
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7077 0 0 0 153814 11 0 0 25 0 1 0 979933178 30085120 7063 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7345 7063 75 150 0 7192 0
Current children cumulated CPU time (s) 1540.75
Current children cumulated vsize (KiB) 48336

[startup+1602.3 s]
/proc/loadavg: 2.03 2.07 2.01 3/76 9438
/proc/meminfo: memFree=1532208/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30284 CPUtime=1598.22
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7304 0 0 0 159811 11 0 0 25 0 1 0 979933178 31010816 7290 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7571 7290 75 150 0 7418 0
Current children cumulated CPU time (s) 1600.72
Current children cumulated vsize (KiB) 49240

[startup+1662.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/76 9438
/proc/meminfo: memFree=1532144/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30460 CPUtime=1658.21
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7335 0 0 0 165809 12 0 0 25 0 1 0 979933178 31191040 7321 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7615 7321 75 150 0 7462 0
Current children cumulated CPU time (s) 1660.71
Current children cumulated vsize (KiB) 49416

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/76 9438
/proc/meminfo: memFree=1531888/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30760 CPUtime=1718.18
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7401 0 0 0 171806 12 0 0 25 0 1 0 979933178 31498240 7387 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7690 7387 75 150 0 7537 0
Current children cumulated CPU time (s) 1720.68
Current children cumulated vsize (KiB) 49716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 9438
/proc/meminfo: memFree=1531696/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30760 CPUtime=1778.16
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7402 0 0 0 177804 12 0 0 25 0 1 0 979933178 31498240 7388 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7690 7388 75 150 0 7537 0
Current children cumulated CPU time (s) 1780.66
Current children cumulated vsize (KiB) 49716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 9438
/proc/meminfo: memFree=1531696/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30760 CPUtime=1797.55
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7402 0 0 0 179743 12 0 0 25 0 1 0 979933178 31498240 7388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7690 7388 75 150 0 7537 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49716

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

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

[startup+1801.7 s]
/proc/loadavg: 2.00 2.03 2.00 3/76 9438
/proc/meminfo: memFree=1531696/2055920 swapFree=4179100/4192956
[pid=9354] ppid=9352 vsize=13600 CPUtime=2.5
/proc/9354/stat : 9354 (sugar) S 9352 9354 8765 0 -1 4194304 1031 15200 0 2 3 1 234 12 16 0 1 0 979932915 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9354/statm: 3400 798 370 3 0 500 0
[pid=9377] ppid=9354 vsize=5356 CPUtime=0
/proc/9377/stat : 9377 (sh) S 9354 9354 8765 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 979933178 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9377/statm: 1339 232 193 169 0 50 0
[pid=9378] ppid=9377 vsize=30760 CPUtime=1797.55
/proc/9378/stat : 9378 (minisat) R 9377 9354 8765 0 -1 4194304 7402 0 0 0 179743 12 0 0 25 0 1 0 979933178 31498240 7388 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/9378/statm: 7690 7388 75 150 0 7537 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49716

Child status: 0
Real time (s): 1801.73
CPU time (s): 1800.1
CPU user time (s): 1799.82
CPU system time (s): 0.276957
CPU usage (%): 99.9097
Max. virtual memory (cumulated for all children) (KiB): 883312

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

runsolver used 2.04269 second user time and 6.16406 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-02 01:34:43
IDJOB=1036048
IDBENCH=53431
IDSOLVER=346
FILE ID=node2/1036048-1214955283
PBS_JOBID= 7870329
Free space on /tmp= 66556 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-2-mgd_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-1036048-1214955283/watcher-1036048-1214955283 -o /tmp/evaluation-result-1036048-1214955283/solver-1036048-1214955283 -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-1036048-1214955283.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6cffd350d706cc281e92ff54d514b179
RANDOM SEED=1970515135

node2.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.236
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.236
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:       1674352 kB
Buffers:         39152 kB
Cached:         264100 kB
SwapCached:       7712 kB
Active:          78320 kB
Inactive:       254156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674352 kB
SwapTotal:     4192956 kB
SwapFree:      4179100 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          43548 kB
Slab:            33964 kB
Committed_AS:  1453520 kB
PageTables:       2080 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-02 02:04:47