Trace number 1035094

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.06 1816.92

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-60021_ext.xml
MD5SUM3fac0267769b5685d0439ad78a5552c1
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 benchmark154.041
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 00:31:48 2008
0.00/0.04	c 0	PID 31903
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035094-1214951508.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1035094-1214951508.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	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.78/0.90	c 1	Parsing HOME/temp.csp
1.24/1.35	c 2	parsed 730 expressions
1.24/1.36	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.24/1.36	c 2	Converting to clausal form CSP
1.24/1.38	c 2	converted 73 (10%) expressions
1.24/1.39	c 2	converted 146 (20%) expressions
1.24/1.39	c 2	converted 219 (30%) expressions
1.24/1.39	c 2	converted 292 (40%) expressions
1.33/1.40	c 2	converted 365 (50%) expressions
1.33/1.49	c 2	converted 438 (60%) expressions
1.44/1.52	c 2	converted 511 (70%) expressions
1.44/1.55	c 2	converted 584 (80%) expressions
1.44/1.58	c 2	converted 657 (90%) expressions
1.53/1.61	c 2	converted 730 (100%) expressions
1.53/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.53/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.61	c 2	Propagation in CSP
1.53/1.61	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.53/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.53/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.53/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.67	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.53/1.68	c 2	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.53/1.68	c 2	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.53/1.68	c 2	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.53/1.68	c 2	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.53/1.68	c 2	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.53/1.69	c 2	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.53/1.69	c 2	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.53/1.69	c 2	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.53/1.69	c 2	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.53/1.69	c 2	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.63/1.75	c 2	36 (10%) CSP clauses are encoded (4771 clauses, 75059 bytes)
1.63/1.78	c 2	71 (20%) CSP clauses are encoded (8753 clauses, 143689 bytes)
1.73/1.81	c 2	106 (30%) CSP clauses are encoded (12673 clauses, 214094 bytes)
1.73/1.83	c 2	141 (40%) CSP clauses are encoded (16632 clauses, 290132 bytes)
1.73/1.85	c 2	176 (50%) CSP clauses are encoded (20574 clauses, 365794 bytes)
1.73/1.88	c 2	211 (60%) CSP clauses are encoded (24517 clauses, 441433 bytes)
1.83/1.91	c 2	246 (70%) CSP clauses are encoded (28480 clauses, 517479 bytes)
1.83/1.93	c 2	281 (80%) CSP clauses are encoded (32432 clauses, 593158 bytes)
1.83/1.95	c 2	316 (90%) CSP clauses are encoded (36432 clauses, 669999 bytes)
1.83/1.98	c 2	351 (100%) CSP clauses are encoded (40403 clauses, 746012 bytes)
1.83/1.98	c 2	351 CSP clauses encoded
1.83/1.98	c 2	Writing map file : HOME/temp.map
1.83/1.98	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.83/1.98	c 2	SAT : 702 SAT variables, 40403 SAT clauses, 746012 bytes
1.83/1.98	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.91/2.03	c 2	SOLVING HOME/temp.cnf
1.91/2.03	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.91/2.04	c 2	This is MiniSat 2.0 beta
1.91/2.04	c 2	WARNING: for repeatability, setting FPU to use double precision
1.91/2.04	c 2	============================[ Problem Statistics ]=============================
1.91/2.04	c 2	|                                                                             |
1.91/2.04	c 2	|  Number of variables:  702                                                  |
1.91/2.04	c 2	|  Number of clauses:    40403                                                |
1.91/2.06	c 2	|  Parsing time:         0.02         s                                       |
1.91/2.07	c 2	============================[ Search Statistics ]==============================
1.91/2.07	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.91/2.07	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.91/2.07	c 2	===============================================================================
1.91/2.07	c 2	|         0 |     702    40403   153069 |    13467        0    nan |  0.000 % |
1.91/2.09	c 2	|       100 |     702    40403   153069 |    14814      100     11 |  0.000 % |
1.98/2.13	c 2	|       251 |     702    40403   153069 |    16295      251     13 |  0.004 % |
1.98/2.17	c 2	|       476 |     702    40403   153069 |    17925      476     12 |  0.007 % |
2.08/2.24	c 2	|       813 |     702    40403   153069 |    19718      813     12 |  0.007 % |
2.17/2.35	c 3	|      1321 |     702    40403   153069 |    21689     1321     12 |  0.008 % |
2.37/2.52	c 3	|      2081 |     702    40403   153069 |    23858     2081     12 |  0.009 % |
2.57/2.77	c 3	|      3221 |     702    40403   153069 |    26244     3221     12 |  0.009 % |
2.97/3.18	c 3	|      4932 |     702    40403   153069 |    28869     4932     12 |  0.010 % |
3.66/3.81	c 4	|      7494 |     702    40403   153069 |    31756     7494     13 |  0.006 % |
4.56/4.79	c 5	|     11338 |     702    40403   153069 |    34931    11338     13 |  0.008 % |
6.25/6.41	c 7	|     17107 |     702    40403   153069 |    38424    17107     13 |  0.002 % |
8.92/9.20	c 9	|     25757 |     702    40403   153069 |    42267    25757     14 |  0.003 % |
14.96/15.26	c 15	|     38731 |     702    40403   153069 |    46494    38731     14 |  0.010 % |
23.97/24.35	c 25	|     58192 |     702    40403   153069 |    51143    24475     15 |  0.010 % |
39.22/39.73	c 40	|     87385 |     702    40403   153069 |    56257    15197     16 |  0.008 % |
62.10/62.85	c 63	|    131174 |     702    40403   153069 |    61883    16534     15 |  0.010 % |
97.66/98.77	c 99	|    196859 |     702    40403   153069 |    68071    34159     17 |  0.008 % |
162.54/164.23	c 164	|    295386 |     702    40403   153069 |    74879    26478     15 |  0.008 % |
252.49/255.08	c 255	|    443175 |     702    40403   153069 |    82367    51390     18 |  0.008 % |
405.52/409.53	c 410	|    664860 |     702    40403   153069 |    90603    69620     18 |  0.004 % |
645.03/651.39	c 652	|    997385 |     702    40403   153069 |    99664    19807     18 |  0.005 % |
1012.62/1022.49	c 1023	|   1496173 |     702    40403   153069 |   109630    93625     19 |  0.005 % |
1596.94/1612.31	c 1613	|   2244356 |     702    40403   153069 |   120593    78846     18 |  0.005 % |
1800.02/1816.91	sh: line 1: 31927 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1816.91	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1816.91	c 1817	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.02/1816.92	c ERROR INTERRUPTED
1800.02/1816.92	s UNKNOWN
1800.02/1816.92	c 1817	CPU 1799.79 (0.03 0.01 1799.76 0.23)
1800.02/1816.92	c 1817	END Wed Jul  2 01:02:05 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-1035094-1214951508/watcher-1035094-1214951508 -o /tmp/evaluation-result-1035094-1214951508/solver-1035094-1214951508 -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-1035094-1214951508.xml 

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


[startup+0 s]
/proc/loadavg: 1.95 1.96 1.73 4/74 31903
/proc/meminfo: memFree=1500120/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=12272 CPUtime=0
/proc/31903/stat : 31903 (sugar) R 31901 31903 31471 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 1974126097 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 268583008869 0 0 4224 0 0 0 0 17 1 0 0
/proc/31903/statm: 3068 327 246 3 0 168 0

[startup+0.0594171 s]
/proc/loadavg: 1.95 1.96 1.73 4/74 31903
/proc/meminfo: memFree=1500120/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=0.03
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1974126097 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.106425 s]
/proc/loadavg: 1.95 1.96 1.73 4/74 31903
/proc/meminfo: memFree=1500120/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=0.03
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1974126097 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301464 s]
/proc/loadavg: 1.95 1.96 1.73 4/74 31903
/proc/meminfo: memFree=1500120/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=0.03
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1974126097 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701542 s]
/proc/loadavg: 1.95 1.96 1.73 4/74 31903
/proc/meminfo: memFree=1500120/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=0.03
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1974126097 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5027 s]
/proc/loadavg: 1.95 1.96 1.73 4/85 31925
/proc/meminfo: memFree=1492032/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=0.78
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 973 4831 0 1 3 0 71 4 15 0 1 0 1974126097 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 797 370 3 0 500 0
[pid=31916] ppid=31903 vsize=5356 CPUtime=0
/proc/31916/stat : 31916 (sh) S 31903 31903 31471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974126179 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31916/statm: 1339 233 193 169 0 50 0
[pid=31917] ppid=31916 vsize=864320 CPUtime=0.66
/proc/31917/stat : 31917 (java) S 31916 31903 31471 0 -1 0 6980 0 1 0 61 5 0 0 18 0 9 0 1974126180 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31917/statm: 216080 6266 2540 9 0 210655 0
[pid=31917/tid=31918] ppid=31916 vsize=864320 CPUtime=0.36
/proc/31917/task/31918/stat : 31918 (java) R 31916 31903 31471 0 -1 64 2578 0 1 0 35 1 0 0 22 0 9 0 1974126181 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 101444641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31919] ppid=31916 vsize=864320 CPUtime=0.18
/proc/31917/task/31919/stat : 31919 (java) S 31916 31903 31471 0 -1 64 3367 0 0 0 16 2 0 0 16 0 9 0 1974126182 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31920] ppid=31916 vsize=864320 CPUtime=0
/proc/31917/task/31920/stat : 31920 (java) S 31916 31903 31471 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974126182 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31921] ppid=31916 vsize=864320 CPUtime=0
/proc/31917/task/31921/stat : 31921 (java) S 31916 31903 31471 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974126182 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31922] ppid=31916 vsize=864320 CPUtime=0
/proc/31917/task/31922/stat : 31922 (java) S 31916 31903 31471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974126184 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31923] ppid=31916 vsize=864320 CPUtime=0.08
/proc/31917/task/31923/stat : 31923 (java) S 31916 31903 31471 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1974126184 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31924] ppid=31916 vsize=864320 CPUtime=0
/proc/31917/task/31924/stat : 31924 (java) S 31916 31903 31471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974126184 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31917/tid=31925] ppid=31916 vsize=864320 CPUtime=0
/proc/31917/task/31925/stat : 31925 (java) S 31916 31903 31471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974126184 885063680 6266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883276

[startup+3.10301 s]
/proc/loadavg: 1.95 1.96 1.73 3/77 31927
/proc/meminfo: memFree=1493504/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.93
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 0 179 11 15 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=4148 CPUtime=1.04
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 894 0 0 0 104 0 0 0 25 0 1 0 1974126301 4247552 880 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 1037 880 75 150 0 884 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23104

[startup+6.30165 s]
/proc/loadavg: 1.95 1.96 1.73 3/77 31927
/proc/meminfo: memFree=1491904/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=5248 CPUtime=4.21
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 1145 0 0 0 421 0 0 0 25 0 1 0 1974126301 5373952 1131 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 1312 1131 75 150 0 1159 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 24204

[startup+12.7019 s]
/proc/loadavg: 1.96 1.96 1.73 3/77 31927
/proc/meminfo: memFree=1489920/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=6876 CPUtime=10.54
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 1542 0 0 0 1054 0 0 0 25 0 1 0 1974126301 7041024 1528 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 1719 1528 75 150 0 1566 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25832

[startup+25.5014 s]
/proc/loadavg: 1.96 1.96 1.73 3/77 31927
/proc/meminfo: memFree=1488448/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=8144 CPUtime=23.22
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 1853 0 0 0 2322 0 0 0 25 0 1 0 1974126301 8339456 1839 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 2036 1839 75 150 0 1883 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 27100

[startup+51.1015 s]
/proc/loadavg: 1.98 1.96 1.74 3/77 31927
/proc/meminfo: memFree=1486400/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=8936 CPUtime=48.57
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 2078 0 0 0 4857 0 0 0 25 0 1 0 1974126301 9150464 2064 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 2234 2064 75 150 0 2081 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 27892

[startup+102.307 s]
/proc/loadavg: 1.99 1.97 1.75 3/77 31927
/proc/meminfo: memFree=1482560/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=10948 CPUtime=99.29
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 2563 0 0 0 9928 1 0 0 25 0 1 0 1974126301 11210752 2549 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 2737 2549 75 150 0 2584 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 29904

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/77 31927
/proc/meminfo: memFree=1480000/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=12328 CPUtime=158.72
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 2900 0 0 0 15870 2 0 0 25 0 1 0 1974126301 12623872 2886 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 3082 2886 75 150 0 2929 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 31284

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.77 3/77 31927
/proc/meminfo: memFree=1478592/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=25556 CPUtime=1287.93
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6066 0 0 0 128785 8 0 0 25 0 1 0 1974126301 26169344 6052 996147200 134512640 135127466 4294956272 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6389 6052 75 150 0 6236 0
Current children cumulated CPU time (s) 1289.87
Current children cumulated vsize (KiB) 44512

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1453440/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=25996 CPUtime=1347.36
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6177 0 0 0 134728 8 0 0 25 0 1 0 1974126301 26619904 6163 996147200 134512640 135127466 4294956272 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6499 6163 75 150 0 6346 0
Current children cumulated CPU time (s) 1349.3
Current children cumulated vsize (KiB) 44952

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1452736/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=26276 CPUtime=1406.8
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6256 0 0 0 140671 9 0 0 25 0 1 0 1974126301 26906624 6242 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6569 6242 75 150 0 6416 0
Current children cumulated CPU time (s) 1408.74
Current children cumulated vsize (KiB) 45232

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1452096/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=26812 CPUtime=1466.23
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6362 0 0 0 146614 9 0 0 25 0 1 0 1974126301 27455488 6348 996147200 134512640 135127466 4294956272 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6703 6348 75 150 0 6550 0
Current children cumulated CPU time (s) 1468.17
Current children cumulated vsize (KiB) 45768

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1451392/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=27144 CPUtime=1525.66
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6431 0 0 0 152557 9 0 0 25 0 1 0 1974126301 27795456 6417 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6786 6417 75 150 0 6633 0
Current children cumulated CPU time (s) 1527.6
Current children cumulated vsize (KiB) 46100

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1450816/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=27608 CPUtime=1585.09
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6559 0 0 0 158500 9 0 0 25 0 1 0 1974126301 28270592 6545 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 6902 6545 75 150 0 6749 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 46564

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1449984/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=28020 CPUtime=1644.52
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6657 0 0 0 164443 9 0 0 25 0 1 0 1974126301 28692480 6643 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 7005 6643 75 150 0 6852 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 46976

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1449600/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=28312 CPUtime=1703.96
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6724 0 0 0 170387 9 0 0 25 0 1 0 1974126301 28991488 6710 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31927/statm: 7078 6710 75 150 0 6925 0
Current children cumulated CPU time (s) 1705.9
Current children cumulated vsize (KiB) 47268

[startup+1782.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/83 31976
/proc/meminfo: memFree=1439872/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=28664 CPUtime=1763.49
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6829 0 0 0 176338 11 0 0 25 0 1 0 1974126301 29351936 6815 996147200 134512640 135127466 4294956272 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/31927/statm: 7166 6815 75 150 0 7013 0
Current children cumulated CPU time (s) 1765.43
Current children cumulated vsize (KiB) 47620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.9 s]
/proc/loadavg: 2.03 1.99 1.91 3/83 31976
/proc/meminfo: memFree=1439808/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=29096 CPUtime=1798.08
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6913 0 0 0 179797 11 0 0 25 0 1 0 1974126301 29794304 6899 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31927/statm: 7274 6899 75 150 0 7121 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48052

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

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

[startup+1816.9 s]
/proc/loadavg: 2.03 1.99 1.91 3/83 31976
/proc/meminfo: memFree=1439808/2055924 swapFree=4180432/4192956
[pid=31903] ppid=31901 vsize=13600 CPUtime=1.94
/proc/31903/stat : 31903 (sugar) S 31901 31903 31471 0 -1 4194304 1031 13140 0 2 3 1 179 11 16 0 1 0 1974126097 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31903/statm: 3400 798 370 3 0 500 0
[pid=31926] ppid=31903 vsize=5356 CPUtime=0
/proc/31926/stat : 31926 (sh) S 31903 31903 31471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974126301 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31926/statm: 1339 232 193 169 0 50 0
[pid=31927] ppid=31926 vsize=29096 CPUtime=1798.08
/proc/31927/stat : 31927 (minisat) R 31926 31903 31471 0 -1 4194304 6913 0 0 0 179797 11 0 0 25 0 1 0 1974126301 29794304 6899 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31927/statm: 7274 6899 75 150 0 7121 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 48052

Child status: 0
Real time (s): 1816.92
CPU time (s): 1800.06
CPU user time (s): 1799.81
CPU system time (s): 0.252961
CPU usage (%): 99.0719
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.81
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21972
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= 1812
involuntary context switches= 39968

runsolver used 2.13068 second user time and 6.10207 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 00:31:48
IDJOB=1035094
IDBENCH=53378
IDSOLVER=346
FILE ID=node6/1035094-1214951508
PBS_JOBID= 7870322
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-60021_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-1035094-1214951508/watcher-1035094-1214951508 -o /tmp/evaluation-result-1035094-1214951508/solver-1035094-1214951508 -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-1035094-1214951508.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3fac0267769b5685d0439ad78a5552c1
RANDOM SEED=1573808586

node6.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.265
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.265
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:      2055924 kB
MemFree:       1500664 kB
Buffers:         51896 kB
Cached:         404716 kB
SwapCached:       6536 kB
Active:          63000 kB
Inactive:       413620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1500664 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            4400 kB
Writeback:           0 kB
Mapped:          27204 kB
Slab:            63832 kB
Committed_AS:  3155812 kB
PageTables:       1968 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= 66548 MiB
End job on node6 at 2008-07-02 01:02:07