Trace number 1102188

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 1807.52

General information on the benchmark

Namecsp/rand-2-50-23-fcd/
normalized-rand-2-50-23-587-230-fcd-18_ext.xml
MD5SUM70496b20e073ba23f9b2a144f0f87f85
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark173.837
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints484
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension484
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 Sun Jul  6 00:31:15 2008
0.00/0.04	c 0	PID 17399
0.00/0.04	c 0	HOST node63.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1102188-1215297075.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-1102188-1215297075.xml' 'HOME/temp.csp'
0.03/0.57	c 1	1 domains, 50 variables, 0 predicates, 484 relations, 484 constraints
0.03/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	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.69	c 1	Parsing HOME/temp.csp
1.01/1.16	c 1	parsed 1019 expressions
1.01/1.16	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.16	c 1	Converting to clausal form CSP
1.01/1.19	c 1	converted 102 (10%) expressions
1.01/1.19	c 1	converted 204 (20%) expressions
1.12/1.25	c 1	converted 306 (30%) expressions
1.12/1.25	c 1	converted 408 (40%) expressions
1.12/1.26	c 1	converted 510 (50%) expressions
1.12/1.30	c 1	converted 612 (60%) expressions
1.22/1.33	c 2	converted 714 (70%) expressions
1.22/1.36	c 2	converted 816 (80%) expressions
1.22/1.40	c 2	converted 918 (90%) expressions
1.42/1.53	c 2	converted 1019 (100%) expressions
1.42/1.53	c 2	CSP : 50 integers, 0 booleans, 484 clauses, largest domain size 23
1.42/1.53	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.53	c 2	Propagation in CSP
1.42/1.53	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.53	c 2	CSP : 50 integers, 0 booleans, 484 clauses, largest domain size 23
1.42/1.53	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.53	c 2	Simplifing CSP by introducing new Boolean variables
1.42/1.53	c 2	CSP : 50 integers, 0 booleans, 484 clauses, largest domain size 23
1.42/1.53	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.58	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.59	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.42/1.60	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.52/1.60	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.52/1.60	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.52/1.60	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.52/1.60	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.52/1.61	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.52/1.61	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.52/1.61	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.52/1.61	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.52/1.67	c 2	49 (10%) CSP clauses are encoded (5412 clauses, 84974 bytes)
1.52/1.69	c 2	97 (20%) CSP clauses are encoded (9688 clauses, 162092 bytes)
1.62/1.72	c 2	146 (30%) CSP clauses are encoded (14251 clauses, 249640 bytes)
1.62/1.75	c 2	194 (40%) CSP clauses are encoded (18556 clauses, 332908 bytes)
1.62/1.77	c 2	242 (50%) CSP clauses are encoded (22700 clauses, 412475 bytes)
1.62/1.79	c 2	291 (60%) CSP clauses are encoded (27005 clauses, 495751 bytes)
1.71/1.82	c 2	339 (70%) CSP clauses are encoded (31429 clauses, 581597 bytes)
1.71/1.84	c 2	388 (80%) CSP clauses are encoded (35890 clauses, 667583 bytes)
1.71/1.87	c 2	436 (90%) CSP clauses are encoded (40125 clauses, 749683 bytes)
1.71/1.89	c 2	484 (100%) CSP clauses are encoded (44710 clauses, 841844 bytes)
1.71/1.89	c 2	484 CSP clauses encoded
1.71/1.89	c 2	Writing map file : HOME/temp.map
1.71/1.90	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.71/1.90	c 2	SAT : 1100 SAT variables, 44710 SAT clauses, 841844 bytes
1.71/1.90	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.81/1.92	c 2	SOLVING HOME/temp.cnf
1.81/1.92	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.81/1.92	c 2	This is MiniSat 2.0 beta
1.81/1.92	c 2	WARNING: for repeatability, setting FPU to use double precision
1.81/1.92	c 2	============================[ Problem Statistics ]=============================
1.81/1.92	c 2	|                                                                             |
1.81/1.92	c 2	|  Number of variables:  1100                                                 |
1.81/1.92	c 2	|  Number of clauses:    44710                                                |
1.81/1.94	c 2	|  Parsing time:         0.02         s                                       |
1.81/1.95	c 2	============================[ Search Statistics ]==============================
1.81/1.95	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.81/1.95	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.81/1.95	c 2	===============================================================================
1.81/1.95	c 2	|         0 |    1100    44710   166886 |    14903        0    nan |  0.000 % |
1.81/1.97	c 2	|       100 |    1100    44710   166886 |    16393      100     12 |  0.000 % |
1.81/1.99	c 2	|       250 |    1100    44710   166886 |    18033      250     13 |  0.003 % |
1.83/2.04	c 2	|       475 |    1100    44710   166886 |    19836      475     15 |  0.003 % |
1.83/2.10	c 2	|       813 |    1100    44710   166886 |    21819      813     15 |  0.002 % |
1.83/2.19	c 2	|      1319 |    1100    44710   166886 |    24001     1319     16 |  0.003 % |
2.20/2.33	c 3	|      2079 |    1100    44710   166886 |    26402     2079     16 |  0.004 % |
2.39/2.53	c 3	|      3218 |    1100    44710   166886 |    29042     3218     16 |  0.004 % |
2.69/2.88	c 3	|      4926 |    1100    44710   166886 |    31946     4926     15 |  0.004 % |
3.18/3.39	c 4	|      7488 |    1100    44710   166886 |    35141     7488     16 |  0.004 % |
4.08/4.24	c 4	|     11332 |    1100    44710   166886 |    38655    11332     16 |  0.003 % |
5.67/5.87	c 6	|     17098 |    1100    44710   166886 |    42520    17098     16 |  0.004 % |
8.16/8.32	c 9	|     25747 |    1100    44710   166886 |    46773    25747     17 |  0.004 % |
12.74/12.98	c 13	|     38721 |    1100    44710   166886 |    51450    38721     18 |  0.003 % |
21.39/21.61	c 22	|     58183 |    1100    44710   166886 |    56595    19283     20 |  0.004 % |
36.02/36.31	c 37	|     87377 |    1100    44710   166886 |    62254    48477     19 |  0.004 % |
58.49/58.94	c 59	|    131168 |    1100    44710   166886 |    68480    43235     18 |  0.003 % |
99.60/100.29	c 100	|    196853 |    1100    44710   166886 |    75328    56405     19 |  0.004 % |
163.79/164.70	c 165	|    295380 |    1100    44710   166886 |    82861    38152     17 |  0.004 % |
254.73/256.06	c 256	|    443170 |    1100    44710   166886 |    91147    49924     23 |  0.003 % |
404.83/406.75	c 407	|    664855 |    1100    44710   166886 |   100262    44284     19 |  0.004 % |
654.14/657.02	c 657	|    997380 |    1100    44710   166886 |   110288    45406     22 |  0.004 % |
1049.15/1053.69	c 1054	|   1496168 |    1100    44710   166886 |   121317    86620     23 |  0.003 % |
1691.99/1699.05	c 1699	|   2244351 |    1100    44710   166886 |   133448   102455     25 |  0.003 % |
1800.05/1807.51	sh: line 1: 17423 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.05/1807.51	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1807.51	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.05/1807.51	c ERROR INTERRUPTED
1800.05/1807.52	s UNKNOWN
1800.05/1807.52	c 1808	CPU 1799.89 (0.03 0.01 1799.86 0.17)
1800.05/1807.52	c 1808	END Sun Jul  6 01:01:23 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-1102188-1215297075/watcher-1102188-1215297075 -o /tmp/evaluation-result-1102188-1215297075/solver-1102188-1215297075 -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-1102188-1215297075.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17399
/proc/meminfo: memFree=1633544/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=12272 CPUtime=0
/proc/17399/stat : 17399 (sugar) R 17397 17399 17101 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 141702843 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 244277017189 0 0 4224 0 0 0 0 17 1 0 0
/proc/17399/statm: 3068 328 246 3 0 168 0

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

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

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

[startup+0.702296 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 17399
/proc/meminfo: memFree=1633544/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=0.55
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 973 4927 0 1 3 0 49 3 16 0 1 0 141702843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 13600

[startup+1.50145 s]
/proc/loadavg: 2.00 2.00 2.00 3/103 17421
/proc/meminfo: memFree=1618992/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=0.56
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 973 4927 0 1 3 1 49 3 15 0 1 0 141702843 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 797 370 3 0 500 0
[pid=17412] ppid=17399 vsize=5356 CPUtime=0
/proc/17412/stat : 17412 (sh) S 17399 17399 17101 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 141702905 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17412/statm: 1339 233 193 169 0 50 0
[pid=17413] ppid=17412 vsize=864200 CPUtime=0.86
/proc/17413/stat : 17413 (java) S 17412 17399 17101 0 -1 0 8378 0 1 0 83 3 0 0 20 0 9 0 141702906 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17413/statm: 216050 7645 2540 9 0 210625 0
[pid=17413/tid=17414] ppid=17412 vsize=864200 CPUtime=0.46
/proc/17413/task/17414/stat : 17414 (java) R 17412 17399 17101 0 -1 64 2685 0 1 0 45 1 0 0 25 0 9 0 141702906 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17415] ppid=17412 vsize=864200 CPUtime=0.3
/proc/17413/task/17415/stat : 17415 (java) R 17412 17399 17101 0 -1 64 4654 0 0 0 29 1 0 0 16 0 9 0 141702907 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 102723215 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17416] ppid=17412 vsize=864200 CPUtime=0
/proc/17413/task/17416/stat : 17416 (java) S 17412 17399 17101 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 141702908 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17417] ppid=17412 vsize=864200 CPUtime=0
/proc/17413/task/17417/stat : 17417 (java) S 17412 17399 17101 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 141702908 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17418] ppid=17412 vsize=864200 CPUtime=0
/proc/17413/task/17418/stat : 17418 (java) S 17412 17399 17101 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 141702909 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17419] ppid=17412 vsize=864200 CPUtime=0.07
/proc/17413/task/17419/stat : 17419 (java) S 17412 17399 17101 0 -1 64 342 0 0 0 7 0 0 0 16 0 9 0 141702910 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17420] ppid=17412 vsize=864200 CPUtime=0
/proc/17413/task/17420/stat : 17420 (java) S 17412 17399 17101 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 141702910 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17413/tid=17421] ppid=17412 vsize=864200 CPUtime=0
/proc/17413/task/17421/stat : 17421 (java) S 17412 17399 17101 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 141702910 884940800 7645 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883156

[startup+3.10176 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 17423
/proc/meminfo: memFree=1626536/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 15 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=4664 CPUtime=1.15
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 1019 0 0 0 115 0 0 0 25 0 1 0 141703036 4775936 1005 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 1166 1005 75 150 0 1013 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23620

[startup+6.30237 s]
/proc/loadavg: 2.08 2.02 2.01 3/95 17423
/proc/meminfo: memFree=1624936/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=5924 CPUtime=4.33
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 1341 0 0 0 433 0 0 0 25 0 1 0 141703036 6066176 1327 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 1481 1327 75 150 0 1328 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 24880

[startup+12.7016 s]
/proc/loadavg: 2.07 2.02 2.00 3/95 17423
/proc/meminfo: memFree=1622696/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=8072 CPUtime=10.71
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 1874 0 0 0 1070 1 0 0 25 0 1 0 141703036 8265728 1860 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 2018 1860 75 150 0 1865 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 27028

[startup+25.503 s]
/proc/loadavg: 2.06 2.01 2.00 3/95 17423
/proc/meminfo: memFree=1621096/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=9604 CPUtime=23.44
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 2249 0 0 0 2343 1 0 0 25 0 1 0 141703036 9834496 2235 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 2401 2235 75 150 0 2248 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 28560

[startup+51.1029 s]
/proc/loadavg: 2.04 2.01 2.00 3/95 17423
/proc/meminfo: memFree=1619432/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=11440 CPUtime=48.9
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 2677 0 0 0 4889 1 0 0 25 0 1 0 141703036 11714560 2663 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 2860 2663 75 150 0 2707 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 30396

[startup+102.303 s]
/proc/loadavg: 2.01 2.01 2.00 3/95 17423
/proc/meminfo: memFree=1617896/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=12844 CPUtime=99.86
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 3021 0 0 0 9984 2 0 0 25 0 1 0 141703036 13152256 3007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/17423/statm: 3211 3007 75 150 0 3058 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 31800

[startup+162.302 s]
/proc/loadavg: 1.96 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1713432/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=14068 CPUtime=159.58
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 3341 0 0 0 15956 2 0 0 25 0 1 0 141703036 14405632 3327 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 3517 3327 75 150 0 3364 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 33024

[startup+222.306 s]
/proc/loadavg: 1.98 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1711896/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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

[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=26576 CPUtime=1235.28
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6327 0 0 0 123522 6 0 0 25 0 1 0 141703036 27213824 6313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6644 6313 75 150 0 6491 0
Current children cumulated CPU time (s) 1237.11
Current children cumulated vsize (KiB) 45532

[startup+1302.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1701016/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=26712 CPUtime=1295.04
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6362 0 0 0 129498 6 0 0 25 0 1 0 141703036 27353088 6348 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6678 6348 75 150 0 6525 0
Current children cumulated CPU time (s) 1296.87
Current children cumulated vsize (KiB) 45668

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1700504/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27116 CPUtime=1354.8
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6464 0 0 0 135474 6 0 0 25 0 1 0 141703036 27766784 6450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6779 6450 75 150 0 6626 0
Current children cumulated CPU time (s) 1356.63
Current children cumulated vsize (KiB) 46072

[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1700248/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27268 CPUtime=1414.57
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6501 0 0 0 141451 6 0 0 25 0 1 0 141703036 27922432 6487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6817 6487 75 150 0 6664 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 46224

[startup+1482.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1700248/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27268 CPUtime=1474.32
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6501 0 0 0 147426 6 0 0 25 0 1 0 141703036 27922432 6487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6817 6487 75 150 0 6664 0
Current children cumulated CPU time (s) 1476.15
Current children cumulated vsize (KiB) 46224

[startup+1542.31 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1700184/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27408 CPUtime=1534.09
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6540 0 0 0 153403 6 0 0 25 0 1 0 141703036 28065792 6526 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6852 6526 75 150 0 6699 0
Current children cumulated CPU time (s) 1535.92
Current children cumulated vsize (KiB) 46364

[startup+1602.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17454
/proc/meminfo: memFree=1699992/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27580 CPUtime=1593.85
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6578 0 0 0 159379 6 0 0 25 0 1 0 141703036 28241920 6564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6895 6564 75 150 0 6742 0
Current children cumulated CPU time (s) 1595.68
Current children cumulated vsize (KiB) 46536

[startup+1662.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17456
/proc/meminfo: memFree=1699800/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=27824 CPUtime=1653.6
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6642 0 0 0 165354 6 0 0 25 0 1 0 141703036 28491776 6628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 6956 6628 75 150 0 6803 0
Current children cumulated CPU time (s) 1655.43
Current children cumulated vsize (KiB) 46780

[startup+1722.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17456
/proc/meminfo: memFree=1698584/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=29156 CPUtime=1713.36
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 6975 0 0 0 171330 6 0 0 25 0 1 0 141703036 29855744 6961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 7289 6961 75 150 0 7136 0
Current children cumulated CPU time (s) 1715.19
Current children cumulated vsize (KiB) 48112

[startup+1782.3 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17456
/proc/meminfo: memFree=1697304/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=30376 CPUtime=1773.13
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 7282 0 0 0 177306 7 0 0 25 0 1 0 141703036 31105024 7268 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 7594 7268 75 150 0 7441 0
Current children cumulated CPU time (s) 1774.96
Current children cumulated vsize (KiB) 49332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 17462
/proc/meminfo: memFree=1697112/2055920 swapFree=4191676/4192956
[pid=17399] ppid=17397 vsize=13600 CPUtime=1.83
/proc/17399/stat : 17399 (sugar) S 17397 17399 17101 0 -1 4194304 1031 13952 0 2 3 1 170 9 16 0 1 0 141702843 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 244285747298 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17399/statm: 3400 798 370 3 0 500 0
[pid=17422] ppid=17399 vsize=5356 CPUtime=0
/proc/17422/stat : 17422 (sh) S 17399 17399 17101 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 141703036 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 244276847428 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17422/statm: 1339 232 193 169 0 50 0
[pid=17423] ppid=17422 vsize=30544 CPUtime=1798.22
/proc/17423/stat : 17423 (minisat) R 17422 17399 17101 0 -1 4194304 7308 0 0 0 179815 7 0 0 25 0 1 0 141703036 31277056 7294 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17423/statm: 7636 7294 75 150 0 7483 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 49500

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): 1807.52
CPU time (s): 1800.09
CPU user time (s): 1799.9
CPU system time (s): 0.188971
CPU usage (%): 99.5889
Max. virtual memory (cumulated for all children) (KiB): 883268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.9
system time used= 0.188971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22951
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= 2153
involuntary context switches= 24791

runsolver used 1.77373 second user time and 4.90325 second system time

The end

Launcher Data (download as text)

Begin job on node63 at 2008-07-06 00:31:15
IDJOB=1102188
IDBENCH=60107
IDSOLVER=346
FILE ID=node63/1102188-1215297075
PBS_JOBID= 7882408
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23-fcd/normalized-rand-2-50-23-587-230-fcd-18_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-1102188-1215297075/watcher-1102188-1215297075 -o /tmp/evaluation-result-1102188-1215297075/solver-1102188-1215297075 -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-1102188-1215297075.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 70496b20e073ba23f9b2a144f0f87f85
RANDOM SEED=1033383145

node63.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.256
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1633960 kB
Buffers:         58644 kB
Cached:         206024 kB
SwapCached:        260 kB
Active:         271152 kB
Inactive:        88488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1633960 kB
SwapTotal:     4192956 kB
SwapFree:      4191676 kB
Dirty:            1696 kB
Writeback:           0 kB
Mapped:         117000 kB
Slab:            47112 kB
Committed_AS:  1098380 kB
PageTables:       1996 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66520 MiB
End job on node63 at 2008-07-06 01:01:25