Trace number 1096292

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.05 1805.82

General information on the benchmark

Namecsp/geom/
normalized-geo50-20-d4-75-94_ext.xml
MD5SUMedcea5f07ea32046e9d2a4753997c78c
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 benchmark33.3469
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints496
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension496
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 Sat Jul  5 20:00:53 2008
0.00/0.04	c 0	PID 27341
0.03/0.05	c 0	HOST node21.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1096292-1215280853.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-1096292-1215280853.xml' 'HOME/temp.csp'
0.03/0.76	c 0	1 domains, 50 variables, 0 predicates, 496 relations, 496 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	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.73/0.86	c 1	Parsing HOME/temp.csp
1.13/1.26	c 1	parsed 1043 expressions
1.13/1.26	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.26	c 1	Converting to clausal form CSP
1.13/1.29	c 1	converted 105 (10%) expressions
1.13/1.29	c 1	converted 209 (20%) expressions
1.13/1.30	c 1	converted 313 (30%) expressions
1.23/1.31	c 1	converted 418 (40%) expressions
1.23/1.31	c 1	converted 522 (50%) expressions
1.23/1.34	c 1	converted 626 (60%) expressions
1.33/1.42	c 1	converted 731 (70%) expressions
1.33/1.45	c 1	converted 835 (80%) expressions
1.33/1.47	c 1	converted 939 (90%) expressions
1.43/1.50	c 1	converted 1043 (100%) expressions
1.43/1.50	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.43/1.50	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.50	c 1	Propagation in CSP
1.43/1.50	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.50	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.43/1.50	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.50	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.43/1.50	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.43/1.55	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.56	c 1	5 (10%) CSP integer variables are encoded (90 clauses, 857 bytes)
1.43/1.57	c 1	10 (20%) CSP integer variables are encoded (180 clauses, 1840 bytes)
1.43/1.57	c 1	15 (30%) CSP integer variables are encoded (270 clauses, 2830 bytes)
1.43/1.57	c 1	20 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
1.43/1.57	c 1	25 (50%) CSP integer variables are encoded (450 clauses, 4810 bytes)
1.43/1.57	c 1	30 (60%) CSP integer variables are encoded (540 clauses, 5800 bytes)
1.43/1.57	c 1	35 (70%) CSP integer variables are encoded (630 clauses, 6790 bytes)
1.43/1.57	c 1	40 (80%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.43/1.57	c 1	45 (90%) CSP integer variables are encoded (810 clauses, 8770 bytes)
1.43/1.58	c 1	50 (100%) CSP integer variables are encoded (900 clauses, 9760 bytes)
1.52/1.63	c 1	50 (10%) CSP clauses are encoded (4197 clauses, 64054 bytes)
1.52/1.66	c 1	100 (20%) CSP clauses are encoded (7618 clauses, 124417 bytes)
1.52/1.68	c 1	149 (30%) CSP clauses are encoded (10910 clauses, 186330 bytes)
1.62/1.70	c 1	199 (40%) CSP clauses are encoded (14221 clauses, 248802 bytes)
1.62/1.72	c 1	248 (50%) CSP clauses are encoded (17498 clauses, 310731 bytes)
1.62/1.74	c 1	298 (60%) CSP clauses are encoded (20914 clauses, 375318 bytes)
1.62/1.76	c 1	348 (70%) CSP clauses are encoded (24194 clauses, 437292 bytes)
1.62/1.78	c 2	397 (80%) CSP clauses are encoded (27489 clauses, 499470 bytes)
1.73/1.80	c 2	447 (90%) CSP clauses are encoded (30890 clauses, 563554 bytes)
1.73/1.82	c 2	496 (100%) CSP clauses are encoded (34241 clauses, 626779 bytes)
1.73/1.82	c 2	496 CSP clauses encoded
1.73/1.82	c 2	Writing map file : HOME/temp.map
1.73/1.83	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 2	SAT : 950 SAT variables, 34241 SAT clauses, 626779 bytes
1.73/1.83	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.88	c 2	SOLVING HOME/temp.cnf
1.73/1.88	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.88	c 2	This is MiniSat 2.0 beta
1.73/1.88	c 2	WARNING: for repeatability, setting FPU to use double precision
1.73/1.88	c 2	============================[ Problem Statistics ]=============================
1.73/1.88	c 2	|                                                                             |
1.73/1.89	c 2	|  Number of variables:  950                                                  |
1.73/1.89	c 2	|  Number of clauses:    34241                                                |
1.78/1.90	c 2	|  Parsing time:         0.02         s                                       |
1.78/1.91	c 2	============================[ Search Statistics ]==============================
1.78/1.91	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.78/1.91	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.78/1.91	c 2	===============================================================================
1.78/1.91	c 2	|         0 |     950    34241   126850 |    11413        0    nan |  0.000 % |
1.78/1.92	c 2	|       103 |     950    34241   126850 |    12555      103     11 |  0.000 % |
1.78/1.94	c 2	|       253 |     950    34241   126850 |    13810      253     12 |  0.002 % |
1.78/1.97	c 2	|       478 |     950    34241   126850 |    15191      478     11 |  0.005 % |
1.78/2.01	c 2	|       815 |     950    34241   126850 |    16710      815     11 |  0.003 % |
1.78/2.08	c 2	|      1321 |     950    34241   126850 |    18381     1321     10 |  0.004 % |
1.98/2.19	c 2	|      2082 |     950    34241   126850 |    20220     2082     10 |  0.004 % |
2.18/2.35	c 2	|      3223 |     950    34241   126850 |    22242     3223     10 |  0.005 % |
2.48/2.61	c 2	|      4932 |     950    34241   126850 |    24466     4932     10 |  0.005 % |
2.78/2.97	c 3	|      7494 |     950    34241   126850 |    26912     7494     11 |  0.004 % |
3.36/3.59	c 3	|     11338 |     950    34241   126850 |    29604    11338     11 |  0.003 % |
4.45/4.64	c 4	|     17104 |     950    34241   126850 |    32564    17104     12 |  0.003 % |
6.53/6.75	c 6	|     25754 |     950    34241   126850 |    35820    25754     12 |  0.005 % |
10.37/10.68	c 10	|     38728 |     950    34241   126850 |    39403    15034     13 |  0.005 % |
15.62/15.99	c 16	|     58189 |     950    34241   126850 |    43343    34495     13 |  0.006 % |
24.34/24.76	c 24	|     87383 |     949    34136   126548 |    47677     5419     11 |  0.106 % |
36.82/37.40	c 37	|    131174 |     949    34136   126548 |    52445    14824     12 |  0.112 % |
54.55/55.24	c 55	|    196858 |     948    34035   126185 |    57690    43631     14 |  0.212 % |
89.91/90.99	c 91	|    295386 |     948    34035   126185 |    63459    54110     14 |  0.212 % |
147.46/149.02	c 149	|    443178 |     948    34035   126185 |    69804    52843     15 |  0.211 % |
238.29/240.70	c 240	|    664861 |     948    34035   126185 |    76785    49033     18 |  0.213 % |
383.02/386.87	c 387	|    997386 |     945    33741   125190 |    84463    34334     16 |  0.526 % |
615.84/621.11	c 621	|   1496174 |     945    33741   125190 |    92910    44118     14 |  0.528 % |
970.68/976.14	c 976	|   2244357 |     945    33741   125190 |   102201    88634     17 |  0.527 % |
1568.80/1574.60	c 1574	|   3366632 |     945    33741   125190 |   112421    80835     15 |  0.528 % |
1800.01/1805.81	sh: line 1: 27365 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.01/1805.81	c 1806	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1805.81	c 1806	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.01/1805.82	c ERROR INTERRUPTED
1800.01/1805.82	s UNKNOWN
1800.01/1805.82	c 1806	CPU 1799.68 (0.03 0.01 1799.65 0.33)
1800.01/1805.82	c 1806	END Sat Jul  5 20:30:59 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-1096292-1215280853/watcher-1096292-1215280853 -o /tmp/evaluation-result-1096292-1215280853/solver-1096292-1215280853 -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-1096292-1215280853.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.99 1.99 1.99 4/72 27341
/proc/meminfo: memFree=1388872/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=18572 CPUtime=0
/proc/27341/stat : 27341 (runsolver) R 27339 27341 23995 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2007059540 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27341/statm: 4643 292 257 25 0 2626 0

[startup+0.050237 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 27341
/proc/meminfo: memFree=1388872/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=0.03
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007059540 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101085 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 27341
/proc/meminfo: memFree=1388872/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=0.03
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007059540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301125 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 27341
/proc/meminfo: memFree=1388872/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=0.03
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007059540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701199 s]
/proc/loadavg: 1.99 1.99 1.99 4/72 27341
/proc/meminfo: memFree=1388872/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=0.03
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007059540 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50235 s]
/proc/loadavg: 1.99 1.99 1.99 3/83 27363
/proc/meminfo: memFree=1379952/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=0.73
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 973 4871 0 1 3 0 66 4 15 0 1 0 2007059540 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 797 370 3 0 500 0
[pid=27354] ppid=27341 vsize=5356 CPUtime=0
/proc/27354/stat : 27354 (sh) S 27341 27341 23995 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007059618 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27354/statm: 1339 233 193 169 0 50 0
[pid=27355] ppid=27354 vsize=864324 CPUtime=0.7
/proc/27355/stat : 27355 (java) S 27354 27341 23995 0 -1 0 7575 0 1 0 67 3 0 0 18 0 9 0 2007059619 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27355/statm: 216081 6856 2540 9 0 210656 0
[pid=27355/tid=27356] ppid=27354 vsize=864324 CPUtime=0.4
/proc/27355/task/27356/stat : 27356 (java) R 27354 27341 23995 0 -1 64 2585 0 1 0 39 1 0 0 22 0 9 0 2007059620 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 103215093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27357] ppid=27354 vsize=864324 CPUtime=0.19
/proc/27355/task/27357/stat : 27357 (java) S 27354 27341 23995 0 -1 64 3954 0 0 0 19 0 0 0 16 0 9 0 2007059621 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27358] ppid=27354 vsize=864324 CPUtime=0
/proc/27355/task/27358/stat : 27358 (java) S 27354 27341 23995 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007059621 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27359] ppid=27354 vsize=864324 CPUtime=0
/proc/27355/task/27359/stat : 27359 (java) S 27354 27341 23995 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2007059621 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27360] ppid=27354 vsize=864324 CPUtime=0
/proc/27355/task/27360/stat : 27360 (java) S 27354 27341 23995 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007059623 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27361] ppid=27354 vsize=864324 CPUtime=0.08
/proc/27355/task/27361/stat : 27361 (java) S 27354 27341 23995 0 -1 64 339 0 0 0 8 0 0 0 16 0 9 0 2007059623 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27362] ppid=27354 vsize=864324 CPUtime=0
/proc/27355/task/27362/stat : 27362 (java) S 27354 27341 23995 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007059623 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27355/tid=27363] ppid=27354 vsize=864324 CPUtime=0
/proc/27355/task/27363/stat : 27363 (java) S 27354 27341 23995 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007059623 885067776 6856 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883280

[startup+3.10265 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27365
/proc/meminfo: memFree=1383024/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 15 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=4156 CPUtime=1.19
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 850 0 0 0 119 0 0 0 25 0 1 0 2007059729 4255744 836 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1039 836 75 150 0 886 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23112

[startup+6.30126 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27365
/proc/meminfo: memFree=1381488/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=5428 CPUtime=4.35
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 1170 0 0 0 435 0 0 0 25 0 1 0 2007059729 5558272 1156 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1357 1156 75 150 0 1204 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24384

[startup+12.7025 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1380272/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=6520 CPUtime=10.67
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 1431 0 0 0 1067 0 0 0 25 0 1 0 2007059729 6676480 1417 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1630 1417 75 150 0 1477 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 25476

[startup+25.5019 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1379632/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=7664 CPUtime=23.35
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 1695 0 0 0 2334 1 0 0 25 0 1 0 2007059729 7847936 1681 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 1916 1681 75 150 0 1763 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 26620

[startup+51.1017 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1378928/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=8456 CPUtime=48.71
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 1916 0 0 0 4869 2 0 0 25 0 1 0 2007059729 8658944 1902 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 2114 1902 75 150 0 1961 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 27412

[startup+102.306 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1376304/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=11272 CPUtime=99.43
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 2569 0 0 0 9940 3 0 0 25 0 1 0 2007059729 11542528 2555 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 2818 2555 75 150 0 2665 0
Current children cumulated CPU time (s) 101.21
Current children cumulated vsize (KiB) 30228

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1374448/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=13044 CPUtime=158.85
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 3014 0 0 0 15882 3 0 0 25 0 1 0 2007059729 13357056 3000 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/27365/statm: 3261 3000 75 150 0 3108 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 32000

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 27371
/proc/meminfo: memFree=1373168/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=24768 CPUtime=1234.97
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 5782 0 0 0 123477 20 0 0 25 0 1 0 2007059729 25362432 5768 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6192 5768 75 150 0 6039 0
Current children cumulated CPU time (s) 1236.75
Current children cumulated vsize (KiB) 43724

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1351336/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25480 CPUtime=1294.95
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 5960 0 0 0 129474 21 0 0 25 0 1 0 2007059729 26091520 5946 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6370 5946 75 150 0 6217 0
Current children cumulated CPU time (s) 1296.73
Current children cumulated vsize (KiB) 44436

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1351144/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25768 CPUtime=1354.92
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6008 0 0 0 135471 21 0 0 25 0 1 0 2007059729 26386432 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6442 5994 75 150 0 6289 0
Current children cumulated CPU time (s) 1356.7
Current children cumulated vsize (KiB) 44724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1351144/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25768 CPUtime=1414.89
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6013 0 0 0 141468 21 0 0 25 0 1 0 2007059729 26386432 5999 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6442 5999 75 150 0 6289 0
Current children cumulated CPU time (s) 1416.67
Current children cumulated vsize (KiB) 44724

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1351080/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=25928 CPUtime=1474.86
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6048 0 0 0 147465 21 0 0 25 0 1 0 2007059729 26550272 6034 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6482 6034 75 150 0 6329 0
Current children cumulated CPU time (s) 1476.64
Current children cumulated vsize (KiB) 44884

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1350824/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=26088 CPUtime=1534.84
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6108 0 0 0 153462 22 0 0 25 0 1 0 2007059729 26714112 6094 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6522 6094 75 150 0 6369 0
Current children cumulated CPU time (s) 1536.62
Current children cumulated vsize (KiB) 45044

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1350632/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=26248 CPUtime=1594.81
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6153 0 0 0 159459 22 0 0 25 0 1 0 2007059729 26877952 6139 996147200 134512640 135127466 4294956256 18446744073709551615 134530650 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6562 6139 75 150 0 6409 0
Current children cumulated CPU time (s) 1596.59
Current children cumulated vsize (KiB) 45204

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1350248/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=26724 CPUtime=1654.78
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6258 0 0 0 165456 22 0 0 25 0 1 0 2007059729 27365376 6244 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6681 6244 75 150 0 6528 0
Current children cumulated CPU time (s) 1656.56
Current children cumulated vsize (KiB) 45680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1349544/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27540 CPUtime=1714.75
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6436 0 0 0 171453 22 0 0 25 0 1 0 2007059729 28200960 6422 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6885 6422 75 150 0 6732 0
Current children cumulated CPU time (s) 1716.53
Current children cumulated vsize (KiB) 46496

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1349224/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27688 CPUtime=1774.73
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6488 0 0 0 177451 22 0 0 25 0 1 0 2007059729 28352512 6474 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6922 6474 75 150 0 6769 0
Current children cumulated CPU time (s) 1776.51
Current children cumulated vsize (KiB) 46644



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28256
/proc/meminfo: memFree=1349160/2055920 swapFree=4180412/4192956
[pid=27341] ppid=27339 vsize=13600 CPUtime=1.78
/proc/27341/stat : 27341 (sugar) S 27339 27341 23995 0 -1 4194304 1031 12885 0 2 3 1 164 10 16 0 1 0 2007059540 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27341/statm: 3400 798 370 3 0 500 0
[pid=27364] ppid=27341 vsize=5356 CPUtime=0
/proc/27364/stat : 27364 (sh) S 27341 27341 23995 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007059729 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27364/statm: 1339 232 193 169 0 50 0
[pid=27365] ppid=27364 vsize=27688 CPUtime=1798.23
/proc/27365/stat : 27365 (minisat) R 27364 27341 23995 0 -1 4194304 6488 0 0 0 179800 23 0 0 25 0 1 0 2007059729 28352512 6474 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/27365/statm: 6922 6474 75 150 0 6769 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 46644

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): 1805.82
CPU time (s): 1800.05
CPU user time (s): 1799.69
CPU system time (s): 0.354946
CPU usage (%): 99.6801
Max. virtual memory (cumulated for all children) (KiB): 883392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.69
system time used= 0.354946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21021
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= 2034
involuntary context switches= 18635

runsolver used 2.24066 second user time and 5.98309 second system time

The end

Launcher Data (download as text)

Begin job on node21 at 2008-07-05 20:00:53
IDJOB=1096292
IDBENCH=58990
IDSOLVER=346
FILE ID=node21/1096292-1215280853
PBS_JOBID= 7882151
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/geom/normalized-geo50-20-d4-75-94_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-1096292-1215280853/watcher-1096292-1215280853 -o /tmp/evaluation-result-1096292-1215280853/solver-1096292-1215280853 -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-1096292-1215280853.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edcea5f07ea32046e9d2a4753997c78c
RANDOM SEED=1766504917

node21.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.263
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.263
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:       1389352 kB
Buffers:        113372 kB
Cached:         468560 kB
SwapCached:       6472 kB
Active:         247300 kB
Inactive:       347348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389352 kB
SwapTotal:     4192956 kB
SwapFree:      4180412 kB
Dirty:            2280 kB
Writeback:           0 kB
Mapped:          19320 kB
Slab:            57184 kB
Committed_AS:  3672464 kB
PageTables:       1768 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= 66480 MiB
End job on node21 at 2008-07-05 20:31:01