Trace number 2088759

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.13 1804.03

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 benchmark27.4408
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

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 11:06:32 2009
0.05/0.07	c 0	PID 27364
0.05/0.07	c 0	HOST node91.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2088759-1247389591.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088759-1247389591.xml' 'HOME/temp.csp'
0.06/0.58	c 0	1 domains, 50 variables, 0 predicates, 496 relations, 496 constraints
0.06/0.60	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.60	c 0	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.06/0.67	c 0	Parsing HOME/temp.csp
0.56/0.98	c 1	parsed 1043 expressions
0.56/0.98	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.98	c 1	Converting to clausal form CSP
0.95/1.01	c 1	converted 105 (10%) expressions
0.95/1.01	c 1	converted 209 (20%) expressions
0.95/1.02	c 1	converted 313 (30%) expressions
0.95/1.02	c 1	converted 418 (40%) expressions
0.95/1.02	c 1	converted 522 (50%) expressions
0.95/1.06	c 1	converted 626 (60%) expressions
1.04/1.14	c 1	converted 731 (70%) expressions
1.04/1.16	c 1	converted 835 (80%) expressions
1.04/1.19	c 1	converted 939 (90%) expressions
1.13/1.21	c 1	converted 1043 (100%) expressions
1.13/1.21	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.13/1.21	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.22	c 1	Propagation in CSP
1.13/1.22	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.22	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.13/1.22	c 1	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.22	c 1	CSP : 50 integers, 0 booleans, 496 clauses, largest domain size 20
1.13/1.22	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.27	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.13/1.27	c 1	5 (10%) CSP integer variables are encoded (90 clauses, 857 bytes)
1.13/1.28	c 1	10 (20%) CSP integer variables are encoded (180 clauses, 1840 bytes)
1.13/1.28	c 1	15 (30%) CSP integer variables are encoded (270 clauses, 2830 bytes)
1.13/1.28	c 1	20 (40%) CSP integer variables are encoded (360 clauses, 3820 bytes)
1.13/1.28	c 1	25 (50%) CSP integer variables are encoded (450 clauses, 4810 bytes)
1.13/1.28	c 1	30 (60%) CSP integer variables are encoded (540 clauses, 5800 bytes)
1.13/1.28	c 1	35 (70%) CSP integer variables are encoded (630 clauses, 6790 bytes)
1.13/1.29	c 1	40 (80%) CSP integer variables are encoded (720 clauses, 7780 bytes)
1.13/1.29	c 1	45 (90%) CSP integer variables are encoded (810 clauses, 8770 bytes)
1.13/1.29	c 1	50 (100%) CSP integer variables are encoded (900 clauses, 9760 bytes)
1.24/1.35	c 1	50 (10%) CSP clauses are encoded (4197 clauses, 64054 bytes)
1.24/1.37	c 1	100 (20%) CSP clauses are encoded (7618 clauses, 124417 bytes)
1.24/1.39	c 1	149 (30%) CSP clauses are encoded (10910 clauses, 186330 bytes)
1.33/1.41	c 1	199 (40%) CSP clauses are encoded (14221 clauses, 248802 bytes)
1.33/1.43	c 1	248 (50%) CSP clauses are encoded (17498 clauses, 310731 bytes)
1.33/1.45	c 1	298 (60%) CSP clauses are encoded (20914 clauses, 375318 bytes)
1.33/1.47	c 1	348 (70%) CSP clauses are encoded (24194 clauses, 437292 bytes)
1.33/1.49	c 1	397 (80%) CSP clauses are encoded (27489 clauses, 499470 bytes)
1.43/1.51	c 1	447 (90%) CSP clauses are encoded (30890 clauses, 563554 bytes)
1.43/1.53	c 1	496 (100%) CSP clauses are encoded (34241 clauses, 626779 bytes)
1.43/1.53	c 1	496 CSP clauses encoded
1.43/1.53	c 1	Writing map file : HOME/temp.map
1.43/1.53	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.53	c 1	SAT : 950 SAT variables, 34241 SAT clauses, 626779 bytes
1.43/1.53	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.54	c 1	SOLVING HOME/temp.cnf
1.43/1.54	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.54	c 1	This is MiniSat 2.0 beta
1.43/1.54	c 1	WARNING: for repeatability, setting FPU to use double precision
1.43/1.54	c 1	============================[ Problem Statistics ]=============================
1.43/1.54	c 1	|                                                                             |
1.43/1.55	c 1	|  Number of variables:  950                                                  |
1.43/1.55	c 1	|  Number of clauses:    34241                                                |
1.43/1.56	c 1	|  Parsing time:         0.02         s                                       |
1.43/1.56	c 1	============================[ Search Statistics ]==============================
1.43/1.56	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.43/1.56	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.43/1.56	c 1	===============================================================================
1.43/1.56	c 1	|         0 |     950    34241   126850 |    11413        0    nan |  0.000 % |
1.43/1.58	c 1	|       103 |     950    34241   126850 |    12555      103     11 |  0.000 % |
1.48/1.60	c 1	|       253 |     950    34241   126850 |    13810      253     12 |  0.002 % |
1.48/1.63	c 1	|       478 |     950    34241   126850 |    15191      478     11 |  0.005 % |
1.48/1.67	c 1	|       815 |     950    34241   126850 |    16710      815     11 |  0.003 % |
1.48/1.73	c 1	|      1321 |     950    34241   126850 |    18381     1321     10 |  0.004 % |
1.48/1.83	c 1	|      2082 |     950    34241   126850 |    20220     2082     10 |  0.004 % |
1.48/1.99	c 2	|      3223 |     950    34241   126850 |    22242     3223     10 |  0.005 % |
2.13/2.24	c 2	|      4932 |     950    34241   126850 |    24466     4932     10 |  0.005 % |
2.42/2.59	c 2	|      7494 |     950    34241   126850 |    26912     7494     11 |  0.004 % |
3.02/3.17	c 3	|     11338 |     950    34241   126850 |    29604    11338     11 |  0.003 % |
4.01/4.17	c 4	|     17104 |     950    34241   126850 |    32564    17104     12 |  0.003 % |
6.01/6.17	c 6	|     25754 |     950    34241   126850 |    35820    25754     12 |  0.005 % |
9.69/9.88	c 9	|     38728 |     950    34241   126850 |    39403    15034     13 |  0.005 % |
14.76/14.94	c 15	|     58189 |     950    34241   126850 |    43343    34495     13 |  0.006 % |
23.22/23.42	c 23	|     87383 |     949    34136   126548 |    47677     5419     11 |  0.106 % |
35.17/35.49	c 35	|    131174 |     949    34136   126548 |    52445    14824     12 |  0.112 % |
52.19/52.57	c 52	|    196858 |     948    34035   126185 |    57690    43631     14 |  0.212 % |
86.33/86.85	c 86	|    295386 |     948    34035   126185 |    63459    54110     14 |  0.212 % |
141.86/142.61	c 142	|    443178 |     948    34035   126185 |    69804    52843     15 |  0.211 % |
229.23/230.41	c 230	|    664861 |     948    34035   126185 |    76785    49033     18 |  0.213 % |
369.06/370.96	c 371	|    997386 |     945    33741   125190 |    84463    34334     16 |  0.526 % |
597.60/600.41	c 600	|   1496174 |     945    33741   125190 |    92910    44118     14 |  0.528 % |
966.43/970.12	c 970	|   2244357 |     945    33741   125190 |   102201    88634     17 |  0.527 % |
1605.35/1609.23	c 1609	|   3366632 |     945    33741   125190 |   112421    80835     15 |  0.528 % |
1800.09/1804.01	sh: line 1: 27388 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1804.01	c 1804	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1804.01	c 1804	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.09/1804.02	c ERROR INTERRUPTED
1800.09/1804.02	s UNKNOWN
1800.09/1804.02	c 1804	CPU 1800.12 (0.06 0.01 1799.84 0.21)
1800.09/1804.02	c 1804	END Sun Jul 12 11:36:36 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-2088759-1247389591/watcher-2088759-1247389591 -o /tmp/evaluation-result-2088759-1247389591/solver-2088759-1247389591 -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-2088759-1247389591.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: 2.02 2.02 2.00 4/75 27364
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=12132 CPUtime=0
/proc/27364/stat : 27364 (sugar) R 27362 27364 25750 0 -1 4194304 259 0 0 0 0 0 0 0 20 0 1 0 26023774 12423168 227 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 1 0 0
/proc/27364/statm: 3033 227 170 3 0 133 0

[startup+0.066545 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 27364
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16476 CPUtime=0.05
/proc/27364/stat : 27364 (sugar) R 27362 27364 25750 0 -1 4194304 1030 0 0 0 5 0 0 0 20 0 1 0 26023774 16871424 998 996147200 4194304 4206940 548682068608 18446744073709551615 251618936112 0 0 4224 0 0 0 0 17 0 0 0
/proc/27364/statm: 4119 998 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101551 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 27364
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=0.06
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26023774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30157 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 27364
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=0.06
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26023774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701617 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 27364
/proc/meminfo: memFree=1678984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=0.56
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1309 4934 0 1 5 1 47 3 16 0 1 0 26023774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.5017 s]
/proc/loadavg: 2.10 2.04 2.01 3/86 27386
/proc/meminfo: memFree=1663856/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=0.56
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1310 4934 0 1 5 1 47 3 15 0 1 0 26023774 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1111 409 3 0 796 0
[pid=27377] ppid=27364 vsize=5356 CPUtime=0
/proc/27377/stat : 27377 (sh) S 27364 27364 25750 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26023834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27377/statm: 1339 233 193 169 0 50 0
[pid=27378] ppid=27377 vsize=864312 CPUtime=0.87
/proc/27378/stat : 27378 (java) S 27377 27364 25750 0 -1 0 7757 0 1 0 83 4 0 0 18 0 9 0 26023835 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27378/statm: 216078 6962 2591 9 0 210555 0
[pid=27378/tid=27379] ppid=27377 vsize=864312 CPUtime=0.52
/proc/27378/task/27379/stat : 27379 (java) R 27377 27364 25750 0 -1 64 2706 0 1 0 50 2 0 0 18 0 9 0 26023835 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4126550888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27380] ppid=27377 vsize=864312 CPUtime=0.24
/proc/27378/task/27380/stat : 27380 (java) S 27377 27364 25750 0 -1 64 4012 0 0 0 23 1 0 0 16 0 9 0 26023836 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27381] ppid=27377 vsize=864312 CPUtime=0
/proc/27378/task/27381/stat : 27381 (java) S 27377 27364 25750 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26023837 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27382] ppid=27377 vsize=864312 CPUtime=0
/proc/27378/task/27382/stat : 27382 (java) S 27377 27364 25750 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26023837 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27383] ppid=27377 vsize=864312 CPUtime=0
/proc/27378/task/27383/stat : 27383 (java) S 27377 27364 25750 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26023839 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27384] ppid=27377 vsize=864312 CPUtime=0.08
/proc/27378/task/27384/stat : 27384 (java) S 27377 27364 25750 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 26023839 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27385] ppid=27377 vsize=864312 CPUtime=0
/proc/27378/task/27385/stat : 27385 (java) S 27377 27364 25750 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26023839 885055488 6962 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27378/tid=27386] ppid=27377 vsize=864312 CPUtime=0
/proc/27378/task/27386/stat : 27386 (java) S 27377 27364 25750 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26023839 885055488 6962 996147200 134512640 134550932 4294955936 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) 886536

[startup+3.10188 s]
/proc/loadavg: 2.10 2.04 2.01 3/78 27388
/proc/meminfo: memFree=1671984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 15 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=4288 CPUtime=1.54
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 897 0 0 0 154 0 0 0 25 0 1 0 26023929 4390912 883 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 1072 883 75 150 0 919 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 26512

[startup+6.30224 s]
/proc/loadavg: 2.10 2.04 2.01 3/78 27388
/proc/meminfo: memFree=1670320/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=5692 CPUtime=4.73
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 1218 0 0 0 472 1 0 0 25 0 1 0 26023929 5828608 1204 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 1423 1204 75 150 0 1270 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 27916

[startup+12.702 s]
/proc/loadavg: 2.23 2.07 2.02 3/78 27388
/proc/meminfo: memFree=1668976/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=6520 CPUtime=11.09
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 1439 0 0 0 1108 1 0 0 25 0 1 0 26023929 6676480 1425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 1630 1425 75 150 0 1477 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 28744

[startup+25.5014 s]
/proc/loadavg: 2.20 2.06 2.01 3/78 27388
/proc/meminfo: memFree=1668016/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=7664 CPUtime=23.83
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 1695 0 0 0 2382 1 0 0 25 0 1 0 26023929 7847936 1681 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 1916 1681 75 150 0 1763 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 29888

[startup+51.1012 s]
/proc/loadavg: 2.13 2.06 2.01 3/78 27388
/proc/meminfo: memFree=1667120/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=8624 CPUtime=49.31
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 1931 0 0 0 4929 2 0 0 25 0 1 0 26023929 8830976 1917 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 2156 1917 75 150 0 2003 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 30848

[startup+102.306 s]
/proc/loadavg: 2.05 2.05 2.01 3/79 27389
/proc/meminfo: memFree=1664360/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=11272 CPUtime=100.28
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 2596 0 0 0 10025 3 0 0 25 0 1 0 26023929 11542528 2582 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 2818 2582 75 150 0 2665 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 33496

[startup+162.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/79 27389
/proc/meminfo: memFree=1662568/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=13044 CPUtime=159.98
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 3016 0 0 0 15995 3 0 0 25 0 1 0 26023929 13357056 3002 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 3261 3002 75 150 0 3108 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 35268

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/79 27389
/proc/meminfo: memFree=1661096/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.48
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 5 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0

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

[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=24768 CPUtime=1237.06
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 5774 0 0 0 123697 9 0 0 25 0 1 0 26023929 25362432 5760 996147200 134512640 135127466 4294956256 18446744073709551615 134530647 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6192 5760 75 150 0 6039 0
Current children cumulated CPU time (s) 1238.55
Current children cumulated vsize (KiB) 46992

[startup+1302.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1783464/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=25480 CPUtime=1297.04
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 5935 0 0 0 129695 9 0 0 25 0 1 0 26023929 26091520 5921 996147200 134512640 135127466 4294956256 18446744073709551615 134530755 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6370 5921 75 150 0 6217 0
Current children cumulated CPU time (s) 1298.53
Current children cumulated vsize (KiB) 47704

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1724200/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=25768 CPUtime=1357.02
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6006 0 0 0 135693 9 0 0 25 0 1 0 26023929 26386432 5992 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6442 5992 75 150 0 6289 0
Current children cumulated CPU time (s) 1358.51
Current children cumulated vsize (KiB) 47992

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1724008/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=25768 CPUtime=1417
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6008 0 0 0 141691 9 0 0 25 0 1 0 26023929 26386432 5994 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6442 5994 75 150 0 6289 0
Current children cumulated CPU time (s) 1418.49
Current children cumulated vsize (KiB) 47992

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1723816/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=25928 CPUtime=1476.98
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6040 0 0 0 147689 9 0 0 25 0 1 0 26023929 26550272 6026 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6482 6026 75 150 0 6329 0
Current children cumulated CPU time (s) 1478.47
Current children cumulated vsize (KiB) 48152

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1723624/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=25928 CPUtime=1536.96
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6070 0 0 0 153687 9 0 0 25 0 1 0 26023929 26550272 6056 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6482 6056 75 150 0 6329 0
Current children cumulated CPU time (s) 1538.45
Current children cumulated vsize (KiB) 48152

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1723368/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=26248 CPUtime=1596.95
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6137 0 0 0 159686 9 0 0 25 0 1 0 26023929 26877952 6123 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6562 6123 75 150 0 6409 0
Current children cumulated CPU time (s) 1598.44
Current children cumulated vsize (KiB) 48472

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1722984/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=26580 CPUtime=1656.93
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6220 0 0 0 165683 10 0 0 25 0 1 0 26023929 27217920 6206 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6645 6206 75 150 0 6492 0
Current children cumulated CPU time (s) 1658.42
Current children cumulated vsize (KiB) 48804

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1722728/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=26900 CPUtime=1716.92
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6275 0 0 0 171682 10 0 0 25 0 1 0 26023929 27545600 6261 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6725 6261 75 150 0 6572 0
Current children cumulated CPU time (s) 1718.41
Current children cumulated vsize (KiB) 49124

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1721896/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=27688 CPUtime=1776.89
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6462 0 0 0 177679 10 0 0 25 0 1 0 26023929 28352512 6448 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6922 6448 75 150 0 6769 0
Current children cumulated CPU time (s) 1778.38
Current children cumulated vsize (KiB) 49912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.01 s]
/proc/loadavg: 1.99 1.98 1.99 3/88 27560
/proc/meminfo: memFree=1721896/2055920 swapFree=4192812/4192956
[pid=27364] ppid=27362 vsize=16868 CPUtime=1.49
/proc/27364/stat : 27364 (sugar) S 27362 27364 25750 0 -1 4194304 1376 13000 0 2 6 1 133 9 16 0 1 0 26023774 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27364/statm: 4217 1113 409 3 0 796 0
[pid=27387] ppid=27364 vsize=5356 CPUtime=0
/proc/27387/stat : 27387 (sh) S 27364 27364 25750 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26023928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27387/statm: 1339 232 193 169 0 50 0
[pid=27388] ppid=27387 vsize=27688 CPUtime=1798.6
/proc/27388/stat : 27388 (minisat) R 27387 27364 25750 0 -1 4194304 6474 0 0 0 179850 10 0 0 25 0 1 0 26023929 28352512 6460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27388/statm: 6922 6460 75 150 0 6769 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 49912

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): 1804.03
CPU time (s): 1800.13
CPU user time (s): 1799.9
CPU system time (s): 0.225965
CPU usage (%): 99.7839
Max. virtual memory (cumulated for all children) (KiB): 886536

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

runsolver used 2.39864 second user time and 5.35518 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 11:06:32
IDJOB=2088759
IDBENCH=58990
IDSOLVER=739
FILE ID=node91/2088759-1247389591
PBS_JOBID= 9507307
Free space on /tmp= 66208 MiB

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

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

MD5SUM BENCH= edcea5f07ea32046e9d2a4753997c78c
RANDOM SEED=1483061720

node91.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.241
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.241
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:       1679400 kB
Buffers:         16944 kB
Cached:          80976 kB
SwapCached:          0 kB
Active:         299048 kB
Inactive:        26668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679400 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1604 kB
Writeback:           0 kB
Mapped:         238440 kB
Slab:            35308 kB
Committed_AS:   506460 kB
PageTables:       2416 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= 66220 MiB
End job on node91 at 2009-07-12 11:36:38