Trace number 2057409

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.14.6+minisat? (TO) 1800.08 1811.92

General information on the benchmark

Namecsp/rand-2-24/
normalized-rand-24-24-276-139-48021_ext.xml
MD5SUM1b7b5d107231d06ed4a84d9ed59024d0
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 benchmark13.8639
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints276
Maximum constraint arity2
Maximum domain size24
Number of constraints which are defined in extension276
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 15:12:48 2009
0.00/0.08	c 0	PID 11874
0.07/0.08	c 0	HOST node11.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2057409-1247317968.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057409-1247317968.xml' 'HOME/temp.csp'
0.07/0.76	c 1	1 domains, 24 variables, 0 predicates, 276 relations, 276 constraints
0.07/0.81	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.81	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.69/0.90	c 1	Parsing HOME/temp.csp
0.95/1.14	c 1	parsed 577 expressions
0.95/1.15	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.95/1.15	c 2	Converting to clausal form CSP
0.95/1.18	c 2	converted 58 (10%) expressions
0.95/1.18	c 2	converted 116 (20%) expressions
1.04/1.23	c 2	converted 174 (30%) expressions
1.04/1.23	c 2	converted 231 (40%) expressions
1.04/1.23	c 2	converted 289 (50%) expressions
1.04/1.27	c 2	converted 347 (60%) expressions
1.04/1.29	c 2	converted 404 (70%) expressions
1.14/1.31	c 2	converted 462 (80%) expressions
1.14/1.33	c 2	converted 520 (90%) expressions
1.24/1.42	c 2	converted 577 (100%) expressions
1.24/1.42	c 2	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
1.24/1.42	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.42	c 2	Propagation in CSP
1.24/1.42	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.42	c 2	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
1.24/1.42	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.42	c 2	Simplifing CSP by introducing new Boolean variables
1.24/1.42	c 2	CSP : 24 integers, 0 booleans, 276 clauses, largest domain size 24
1.24/1.43	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.47	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.47	c 2	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
1.24/1.48	c 2	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
1.24/1.48	c 2	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
1.24/1.48	c 2	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
1.24/1.48	c 2	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
1.24/1.48	c 2	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
1.24/1.48	c 2	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
1.24/1.48	c 2	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
1.24/1.48	c 2	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
1.24/1.49	c 2	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
1.33/1.54	c 2	28 (10%) CSP clauses are encoded (3169 clauses, 48522 bytes)
1.33/1.56	c 2	56 (20%) CSP clauses are encoded (5797 clauses, 93370 bytes)
1.33/1.58	c 2	83 (30%) CSP clauses are encoded (8348 clauses, 137126 bytes)
1.33/1.60	c 2	111 (40%) CSP clauses are encoded (11017 clauses, 186462 bytes)
1.44/1.61	c 2	138 (50%) CSP clauses are encoded (13584 clauses, 235425 bytes)
1.44/1.63	c 2	166 (60%) CSP clauses are encoded (16270 clauses, 286683 bytes)
1.44/1.65	c 2	194 (70%) CSP clauses are encoded (18914 clauses, 337247 bytes)
1.44/1.66	c 2	221 (80%) CSP clauses are encoded (21461 clauses, 385900 bytes)
1.44/1.68	c 2	249 (90%) CSP clauses are encoded (24092 clauses, 436070 bytes)
1.44/1.70	c 2	276 (100%) CSP clauses are encoded (26668 clauses, 485248 bytes)
1.44/1.70	c 2	276 CSP clauses encoded
1.44/1.70	c 2	Writing map file : HOME/temp.map
1.44/1.70	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.70	c 2	SAT : 552 SAT variables, 26668 SAT clauses, 485248 bytes
1.44/1.70	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.53/1.72	c 2	SOLVING HOME/temp.cnf
1.53/1.72	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.53/1.72	c 2	This is MiniSat 2.0 beta
1.53/1.72	c 2	WARNING: for repeatability, setting FPU to use double precision
1.53/1.72	c 2	============================[ Problem Statistics ]=============================
1.53/1.72	c 2	|                                                                             |
1.53/1.72	c 2	|  Number of variables:  552                                                  |
1.53/1.72	c 2	|  Number of clauses:    26668                                                |
1.53/1.73	c 2	|  Parsing time:         0.01         s                                       |
1.53/1.73	c 2	============================[ Search Statistics ]==============================
1.53/1.73	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.53/1.73	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.53/1.73	c 2	===============================================================================
1.53/1.74	c 2	|         0 |     552    26668   100298 |     8889        0    nan |  0.000 % |
1.53/1.75	c 2	|       100 |     552    26668   100298 |     9778      100     10 |  0.000 % |
1.53/1.78	c 2	|       250 |     552    26668   100298 |    10756      250     10 |  0.005 % |
1.55/1.82	c 2	|       475 |     552    26668   100298 |    11831      475     11 |  0.011 % |
1.55/1.87	c 2	|       812 |     552    26668   100298 |    13014      812     11 |  0.011 % |
1.55/1.94	c 2	|      1319 |     552    26668   100298 |    14316     1319     11 |  0.011 % |
1.55/2.05	c 2	|      2080 |     552    26668   100298 |    15747     2080     11 |  0.011 % |
2.02/2.23	c 3	|      3221 |     552    26668   100298 |    17322     3221     11 |  0.011 % |
2.31/2.51	c 3	|      4930 |     552    26668   100298 |    19055     4930     11 |  0.013 % |
2.71/2.95	c 3	|      7494 |     552    26668   100298 |    20960     7494     12 |  0.013 % |
3.40/3.69	c 4	|     11338 |     552    26668   100298 |    23056    11338     12 |  0.011 % |
4.69/4.98	c 5	|     17104 |     552    26668   100298 |    25362    17104     12 |  0.013 % |
7.06/7.34	c 8	|     25753 |     552    26668   100298 |    27898    11954     13 |  0.013 % |
10.32/10.65	c 11	|     38727 |     552    26668   100298 |    30688    24928     13 |  0.011 % |
16.18/16.60	c 17	|     58188 |     552    26668   100298 |    33757    25814     13 |  0.012 % |
24.98/25.46	c 26	|     87382 |     552    26668   100298 |    37132    33036     15 |  0.008 % |
38.75/39.30	c 40	|    131171 |     552    26668   100298 |    40846    26535     15 |  0.012 % |
61.14/61.99	c 62	|    196855 |     552    26668   100298 |    44930    35528     15 |  0.012 % |
97.19/98.35	c 99	|    295381 |     552    26668   100298 |    49423    39090     16 |  0.000 % |
153.16/154.82	c 155	|    443170 |     552    26668   100298 |    54366    41457     16 |  0.006 % |
240.02/242.52	c 243	|    664854 |     552    26668   100298 |    59802    16563     17 |  0.007 % |
380.65/384.60	c 385	|    997382 |     552    26668   100298 |    65783    28167     16 |  0.008 % |
595.68/601.64	c 602	|   1496170 |     551    26587   100065 |    72361    18725     16 |  0.182 % |
941.67/950.99	c 951	|   2244352 |     550    26496    99804 |    79597    69733     18 |  0.363 % |
1509.76/1521.52	c 1522	|   3366627 |     550    26496    99804 |    87557    78186     17 |  0.369 % |
1800.03/1811.91	sh: line 1: 11898 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.03/1811.91	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1811.91	c 1812	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1811.92	c ERROR INTERRUPTED
1800.03/1811.92	s UNKNOWN
1800.03/1811.92	c 1812	CPU 1800.05 (0.05 0.02 1799.78 0.2)
1800.03/1811.92	c 1812	END Sat Jul 11 15:43:00 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2057409-1247317968/watcher-2057409-1247317968 -o /tmp/evaluation-result-2057409-1247317968/solver-2057409-1247317968 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2057409-1247317968.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.59 0.16 0.05 4/84 11874
/proc/meminfo: memFree=951600/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=12268 CPUtime=0
/proc/11874/stat : 11874 (sugar) R 11872 11874 11603 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 18863847 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 262910212709 0 0 4224 0 0 0 0 17 1 0 0
/proc/11874/statm: 3067 316 241 3 0 167 0

[startup+0.0835321 s]
/proc/loadavg: 0.59 0.16 0.05 4/84 11874
/proc/meminfo: memFree=951600/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16740 CPUtime=0.07
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 18863847 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101653 s]
/proc/loadavg: 0.59 0.16 0.05 4/84 11874
/proc/meminfo: memFree=951600/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=0.07
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18863847 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301678 s]
/proc/loadavg: 0.59 0.16 0.05 4/84 11874
/proc/meminfo: memFree=951600/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=0.07
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18863847 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701759 s]
/proc/loadavg: 0.59 0.16 0.05 4/84 11874
/proc/meminfo: memFree=951600/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=0.07
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18863847 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50291 s]
/proc/loadavg: 0.59 0.16 0.05 5/95 11896
/proc/meminfo: memFree=942296/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=0.69
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1310 4788 0 1 5 2 59 3 15 0 1 0 18863847 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1111 409 3 0 796 0
[pid=11887] ppid=11874 vsize=5356 CPUtime=0
/proc/11887/stat : 11887 (sh) S 11874 11874 11603 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18863928 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11887/statm: 1339 233 193 169 0 50 0
[pid=11888] ppid=11887 vsize=864448 CPUtime=0.64
/proc/11888/stat : 11888 (java) S 11887 11874 11603 0 -1 0 7021 0 1 0 60 4 0 0 19 0 9 0 18863929 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11888/statm: 216112 6280 2590 9 0 210589 0
[pid=11888/tid=11889] ppid=11887 vsize=864448 CPUtime=0.33
/proc/11888/task/11889/stat : 11889 (java) R 11887 11874 11603 0 -1 64 2715 0 1 0 31 2 0 0 18 0 9 0 18863930 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4125950705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11890] ppid=11887 vsize=864448 CPUtime=0.22
/proc/11888/task/11890/stat : 11890 (java) S 11887 11874 11603 0 -1 64 3284 0 0 0 21 1 0 0 17 0 9 0 18863931 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11891] ppid=11887 vsize=864448 CPUtime=0
/proc/11888/task/11891/stat : 11891 (java) S 11887 11874 11603 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18863931 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11892] ppid=11887 vsize=864448 CPUtime=0
/proc/11888/task/11892/stat : 11892 (java) S 11887 11874 11603 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 18863931 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11893] ppid=11887 vsize=864448 CPUtime=0
/proc/11888/task/11893/stat : 11893 (java) S 11887 11874 11603 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 18863934 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11894] ppid=11887 vsize=864448 CPUtime=0.06
/proc/11888/task/11894/stat : 11894 (java) S 11887 11874 11603 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 18863934 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11895] ppid=11887 vsize=864448 CPUtime=0
/proc/11888/task/11895/stat : 11895 (java) S 11887 11874 11603 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 18863934 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11888/tid=11896] ppid=11887 vsize=864448 CPUtime=0
/proc/11888/task/11896/stat : 11896 (java) S 11887 11874 11603 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18863934 885194752 6280 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 886672

[startup+3.10123 s]
/proc/loadavg: 0.70 0.19 0.06 3/87 11898
/proc/meminfo: memFree=945304/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 15 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=3744 CPUtime=1.36
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 723 0 0 0 136 0 0 0 25 0 1 0 18864019 3833856 709 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 936 709 75 150 0 783 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 25968

[startup+6.30186 s]
/proc/loadavg: 0.70 0.19 0.06 3/87 11898
/proc/meminfo: memFree=943768/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=4864 CPUtime=4.52
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 1004 0 0 0 452 0 0 0 25 0 1 0 18864019 4980736 990 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 1216 990 75 150 0 1063 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 27088

[startup+12.7011 s]
/proc/loadavg: 0.90 0.25 0.08 3/87 11898
/proc/meminfo: memFree=942424/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=5960 CPUtime=10.86
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 1244 0 0 0 1086 0 0 0 25 0 1 0 18864019 6103040 1230 996147200 134512640 135127466 4294956256 18446744073709551615 134523538 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 1490 1230 75 150 0 1337 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 28184

[startup+25.5026 s]
/proc/loadavg: 1.07 0.31 0.10 3/87 11898
/proc/meminfo: memFree=941464/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=6900 CPUtime=23.53
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 1475 0 0 0 2352 1 0 0 25 0 1 0 18864019 7065600 1461 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 1725 1461 75 150 0 1572 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 29124

[startup+51.1016 s]
/proc/loadavg: 1.39 0.44 0.15 3/87 11898
/proc/meminfo: memFree=940056/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=8036 CPUtime=48.9
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 1770 0 0 0 4888 2 0 0 25 0 1 0 18864019 8228864 1756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 2009 1756 75 150 0 1856 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 30260

[startup+102.307 s]
/proc/loadavg: 1.75 0.70 0.26 3/87 11898
/proc/meminfo: memFree=938264/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=9976 CPUtime=99.6
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 2241 0 0 0 9958 2 0 0 25 0 1 0 18864019 10215424 2227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 2494 2227 75 150 0 2341 0
Current children cumulated CPU time (s) 101.15
Current children cumulated vsize (KiB) 32200

[startup+162.302 s]
/proc/loadavg: 1.91 0.94 0.36 3/87 11898
/proc/meminfo: memFree=936472/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=11320 CPUtime=159.04
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 2581 0 0 0 15901 3 0 0 25 0 1 0 18864019 11591680 2567 996147200 134512640 135127466 4294956256 18446744073709551615 134528300 0 0 4096 3 0 0 0 17 1 0 0
/proc/11898/statm: 2830 2567 75 150 0 2677 0
Current children cumulated CPU time (s) 160.59
Current children cumulated vsize (KiB) 33544

[startup+222.302 s]
/proc/loadavg: 1.96 1.13 0.46 3/87 11898
/proc/meminfo: memFree=935704/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0

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

[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=23108 CPUtime=1289.12
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5392 0 0 0 128906 6 0 0 25 0 1 0 18864019 23662592 5378 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 5777 5378 75 150 0 5624 0
Current children cumulated CPU time (s) 1290.67
Current children cumulated vsize (KiB) 45332

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.52 3/87 11898
/proc/meminfo: memFree=813592/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=23756 CPUtime=1349.09
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5548 0 0 0 134903 6 0 0 25 0 1 0 18864019 24326144 5534 996147200 134512640 135127466 4294956256 18446744073709551615 134522955 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 5939 5534 75 150 0 5786 0
Current children cumulated CPU time (s) 1350.64
Current children cumulated vsize (KiB) 45980

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.55 3/87 11898
/proc/meminfo: memFree=813272/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=24200 CPUtime=1409.06
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5616 0 0 0 140900 6 0 0 25 0 1 0 18864019 24780800 5602 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6050 5602 75 150 0 5897 0
Current children cumulated CPU time (s) 1410.61
Current children cumulated vsize (KiB) 46424

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.57 3/87 11898
/proc/meminfo: memFree=813080/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=24352 CPUtime=1469.03
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5663 0 0 0 146897 6 0 0 25 0 1 0 18864019 24936448 5649 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6088 5649 75 150 0 5935 0
Current children cumulated CPU time (s) 1470.58
Current children cumulated vsize (KiB) 46576

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.59 3/87 11898
/proc/meminfo: memFree=812632/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=24916 CPUtime=1529
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5791 0 0 0 152893 7 0 0 25 0 1 0 18864019 25513984 5777 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6229 5777 75 150 0 6076 0
Current children cumulated CPU time (s) 1530.55
Current children cumulated vsize (KiB) 47140

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.62 3/87 11898
/proc/meminfo: memFree=812376/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=25208 CPUtime=1588.97
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5852 0 0 0 158890 7 0 0 25 0 1 0 18864019 25812992 5838 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6302 5838 75 150 0 6149 0
Current children cumulated CPU time (s) 1590.52
Current children cumulated vsize (KiB) 47432

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/87 11898
/proc/meminfo: memFree=812184/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=25352 CPUtime=1648.94
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 5884 0 0 0 164887 7 0 0 25 0 1 0 18864019 25960448 5870 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6338 5870 75 150 0 6185 0
Current children cumulated CPU time (s) 1650.49
Current children cumulated vsize (KiB) 47576

[startup+1722.3 s]
/proc/loadavg: 2.03 1.99 1.66 3/87 11898
/proc/meminfo: memFree=811288/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=26260 CPUtime=1708.92
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 6125 0 0 0 170884 8 0 0 25 0 1 0 18864019 26890240 6111 996147200 134512640 135127466 4294956256 18446744073709551615 134523403 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6565 6111 75 150 0 6412 0
Current children cumulated CPU time (s) 1710.47
Current children cumulated vsize (KiB) 48484

[startup+1782.3 s]
/proc/loadavg: 1.95 1.97 1.67 3/77 11951
/proc/meminfo: memFree=1000744/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=26760 CPUtime=1768.89
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 6224 0 0 0 176880 9 0 0 25 0 1 0 18864019 27402240 6210 996147200 134512640 135127466 4294956256 18446744073709551615 134530742 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6690 6210 75 150 0 6537 0
Current children cumulated CPU time (s) 1770.44
Current children cumulated vsize (KiB) 48984



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.9 s]
/proc/loadavg: 1.97 1.97 1.68 3/77 11951
/proc/meminfo: memFree=999784/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=27076 CPUtime=1798.48
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 6278 0 0 0 179839 9 0 0 25 0 1 0 18864019 27725824 6264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6769 6264 75 150 0 6616 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 49300

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

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

[startup+1811.9 s]
/proc/loadavg: 1.97 1.97 1.68 3/77 11951
/proc/meminfo: memFree=999784/2055920 swapFree=4192956/4192956
[pid=11874] ppid=11872 vsize=16868 CPUtime=1.55
/proc/11874/stat : 11874 (sugar) S 11872 11874 11603 0 -1 4194304 1374 12160 0 2 5 2 139 9 16 0 1 0 18863847 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11874/statm: 4217 1112 409 3 0 796 0
[pid=11897] ppid=11874 vsize=5356 CPUtime=0
/proc/11897/stat : 11897 (sh) S 11874 11874 11603 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18864019 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11897/statm: 1339 232 193 169 0 50 0
[pid=11898] ppid=11897 vsize=27076 CPUtime=1798.48
/proc/11898/stat : 11898 (minisat) R 11897 11874 11603 0 -1 4194304 6278 0 0 0 179839 9 0 0 25 0 1 0 18864019 27725824 6264 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11898/statm: 6769 6264 75 150 0 6616 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 49300

Child status: 0
Real time (s): 1811.92
CPU time (s): 1800.08
CPU user time (s): 1799.85
CPU system time (s): 0.235964
CPU usage (%): 99.3465
Max. virtual memory (cumulated for all children) (KiB): 886672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.235964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20746
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= 1615
involuntary context switches= 51750

runsolver used 2.06968 second user time and 6.18306 second system time

The end

Launcher Data

Begin job on node11 at 2009-07-11 15:12:48
IDJOB=2057409
IDBENCH=53367
IDSOLVER=739
FILE ID=node11/2057409-1247317968
PBS_JOBID= 9506605
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-24/normalized-rand-24-24-276-139-48021_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2057409-1247317968/watcher-2057409-1247317968 -o /tmp/evaluation-result-2057409-1247317968/solver-2057409-1247317968 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2057409-1247317968.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1b7b5d107231d06ed4a84d9ed59024d0
RANDOM SEED=1832342503

node11.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.274
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.274
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:        952080 kB
Buffers:         58776 kB
Cached:         868132 kB
SwapCached:          0 kB
Active:         182544 kB
Inactive:       848092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        952080 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1516 kB
Writeback:           0 kB
Mapped:         119376 kB
Slab:            58340 kB
Committed_AS:   823684 kB
PageTables:       2032 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= 66444 MiB
End job on node11 at 2009-07-11 15:43:02