Trace number 1035076

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.1 1801.32

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-63021_ext.xml
MD5SUM63094bb3e0d5b7671c766ca5de694f92
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 benchmark101.245
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:15 2008
0.00/0.04	c 0	PID 31850
0.00/0.05	c 0	HOST node6.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1035076-1214951475.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-1035076-1214951475.xml' 'HOME/temp.csp'
0.03/0.80	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.83	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.83	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.77/0.91	c 1	Parsing HOME/temp.csp
1.21/1.35	c 2	parsed 730 expressions
1.21/1.35	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.21/1.35	c 2	Converting to clausal form CSP
1.21/1.38	c 2	converted 73 (10%) expressions
1.21/1.39	c 2	converted 146 (20%) expressions
1.21/1.39	c 2	converted 219 (30%) expressions
1.21/1.39	c 2	converted 292 (40%) expressions
1.31/1.40	c 2	converted 365 (50%) expressions
1.31/1.49	c 2	converted 438 (60%) expressions
1.42/1.52	c 2	converted 511 (70%) expressions
1.42/1.55	c 2	converted 584 (80%) expressions
1.42/1.57	c 2	converted 657 (90%) expressions
1.51/1.61	c 2	converted 730 (100%) expressions
1.51/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.51/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Propagation in CSP
1.51/1.61	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.51/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.51/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.61	c 2	Simplifing CSP by introducing new Boolean variables
1.51/1.61	c 2	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.51/1.61	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.66	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.51/1.67	c 2	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.51/1.68	c 2	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.51/1.68	c 2	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.51/1.68	c 2	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.51/1.68	c 2	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.51/1.68	c 2	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.51/1.68	c 2	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.51/1.68	c 2	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.51/1.68	c 2	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.51/1.68	c 2	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.60/1.75	c 2	36 (10%) CSP clauses are encoded (4738 clauses, 74575 bytes)
1.60/1.78	c 2	71 (20%) CSP clauses are encoded (8680 clauses, 142410 bytes)
1.70/1.80	c 2	106 (30%) CSP clauses are encoded (12688 clauses, 214336 bytes)
1.70/1.82	c 2	141 (40%) CSP clauses are encoded (16630 clauses, 289926 bytes)
1.70/1.85	c 2	176 (50%) CSP clauses are encoded (20602 clauses, 366132 bytes)
1.70/1.87	c 2	211 (60%) CSP clauses are encoded (24583 clauses, 442451 bytes)
1.70/1.90	c 2	246 (70%) CSP clauses are encoded (28620 clauses, 519950 bytes)
1.80/1.92	c 2	281 (80%) CSP clauses are encoded (32577 clauses, 595817 bytes)
1.80/1.94	c 2	316 (90%) CSP clauses are encoded (36506 clauses, 671189 bytes)
1.80/1.97	c 2	351 (100%) CSP clauses are encoded (40495 clauses, 747705 bytes)
1.80/1.97	c 2	351 CSP clauses encoded
1.80/1.97	c 2	Writing map file : HOME/temp.map
1.80/1.97	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.97	c 2	SAT : 702 SAT variables, 40495 SAT clauses, 747705 bytes
1.80/1.97	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.80/1.99	c 2	SOLVING HOME/temp.cnf
1.80/1.99	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.80/1.99	c 2	This is MiniSat 2.0 beta
1.80/1.99	c 2	WARNING: for repeatability, setting FPU to use double precision
1.80/1.99	c 2	============================[ Problem Statistics ]=============================
1.80/1.99	c 2	|                                                                             |
1.80/1.99	c 2	|  Number of variables:  702                                                  |
1.80/1.99	c 2	|  Number of clauses:    40495                                                |
1.89/2.01	c 2	|  Parsing time:         0.02         s                                       |
1.89/2.01	c 2	============================[ Search Statistics ]==============================
1.89/2.02	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.89/2.02	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.89/2.02	c 2	===============================================================================
1.89/2.02	c 2	|         0 |     702    40495   153366 |    13498        0    nan |  0.000 % |
1.89/2.04	c 2	|       103 |     702    40495   153366 |    14848      103     10 |  0.000 % |
1.89/2.08	c 2	|       255 |     702    40495   153366 |    16332      255      9 |  0.008 % |
1.99/2.13	c 2	|       480 |     702    40495   153366 |    17966      480      9 |  0.008 % |
1.99/2.20	c 2	|       817 |     702    40495   153366 |    19762      817     11 |  0.006 % |
2.08/2.30	c 2	|      1323 |     702    40495   153366 |    21739     1323     11 |  0.009 % |
2.28/2.47	c 3	|      2083 |     702    40495   153366 |    23913     2083     11 |  0.008 % |
2.57/2.73	c 3	|      3222 |     702    40495   153366 |    26304     3222     12 |  0.009 % |
2.97/3.11	c 3	|      4930 |     702    40495   153366 |    28934     4930     12 |  0.009 % |
3.56/3.75	c 4	|      7493 |     702    40495   153366 |    31828     7493     13 |  0.009 % |
4.55/4.79	c 5	|     11337 |     702    40495   153366 |    35011    11337     13 |  0.008 % |
6.34/6.55	c 7	|     17106 |     702    40495   153366 |    38512    17106     14 |  0.005 % |
9.40/9.60	c 10	|     25755 |     702    40495   153366 |    42363    25755     14 |  0.009 % |
15.05/15.34	c 16	|     38729 |     702    40495   153366 |    46599    38729     14 |  0.009 % |
23.78/24.15	c 24	|     58191 |     702    40495   153366 |    51259    24244     15 |  0.009 % |
39.99/40.48	c 41	|     87383 |     702    40495   153366 |    56385    16118     15 |  0.009 % |
63.38/63.80	c 64	|    131172 |     702    40495   153366 |    62024    17913     14 |  0.009 % |
95.06/95.55	c 96	|    196856 |     702    40495   153366 |    68226    34239     17 |  0.009 % |
152.13/152.67	c 153	|    295383 |     702    40495   153366 |    75049    25619     17 |  0.009 % |
239.19/239.76	c 240	|    443173 |     702    40495   153366 |    82554    51007     17 |  0.010 % |
370.73/371.36	c 372	|    664856 |     702    40495   153366 |    90810    67049     18 |  0.005 % |
594.22/594.98	c 595	|    997382 |     702    40495   153366 |    99891    17828     17 |  0.009 % |
940.56/941.44	c 942	|   1496170 |     702    40495   153366 |   109880    93168     19 |  0.005 % |
1530.38/1531.51	c 1532	|   2244352 |     702    40495   153366 |   120868    85272     18 |  0.009 % |
1800.06/1801.31	sh: line 1: 31874 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1801.31	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1801.31	c 1801	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.06/1801.31	c ERROR INTERRUPTED
1800.06/1801.32	s UNKNOWN
1800.06/1801.32	c 1801	CPU 1799.87 (0.04 0.01 1799.83 0.21)
1800.06/1801.32	c 1801	END Wed Jul  2 01:01:16 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-1035076-1214951475/watcher-1035076-1214951475 -o /tmp/evaluation-result-1035076-1214951475/solver-1035076-1214951475 -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-1035076-1214951475.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.91 1.95 1.72 4/81 31850
/proc/meminfo: memFree=1498848/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=18572 CPUtime=0
/proc/31850/stat : 31850 (runsolver) R 31848 31850 31442 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1974122793 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31850/statm: 4643 292 257 25 0 2626 0

[startup+0.090596 s]
/proc/loadavg: 1.91 1.95 1.72 4/81 31850
/proc/meminfo: memFree=1498848/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=0.03
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974122793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101595 s]
/proc/loadavg: 1.91 1.95 1.72 4/81 31850
/proc/meminfo: memFree=1498848/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=0.03
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974122793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301635 s]
/proc/loadavg: 1.91 1.95 1.72 4/81 31850
/proc/meminfo: memFree=1498848/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=0.03
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974122793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701715 s]
/proc/loadavg: 1.91 1.95 1.72 4/81 31850
/proc/meminfo: memFree=1498848/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=0.03
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974122793 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50287 s]
/proc/loadavg: 1.91 1.95 1.72 3/92 31872
/proc/meminfo: memFree=1490696/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=0.77
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 973 4834 0 1 3 0 71 3 15 0 1 0 1974122793 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 797 370 3 0 500 0
[pid=31863] ppid=31850 vsize=5356 CPUtime=0
/proc/31863/stat : 31863 (sh) S 31850 31850 31442 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974122877 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31863/statm: 1339 233 193 169 0 50 0
[pid=31864] ppid=31863 vsize=864320 CPUtime=0.65
/proc/31864/stat : 31864 (java) S 31863 31850 31442 0 -1 0 6981 0 1 0 61 4 0 0 18 0 9 0 1974122877 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31864/statm: 216080 6267 2540 9 0 210655 0
[pid=31864/tid=31865] ppid=31863 vsize=864320 CPUtime=0.37
/proc/31864/task/31865/stat : 31865 (java) R 31863 31850 31442 0 -1 64 2578 0 1 0 35 2 0 0 22 0 9 0 1974122878 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 103215090 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31866] ppid=31863 vsize=864320 CPUtime=0.18
/proc/31864/task/31866/stat : 31866 (java) S 31863 31850 31442 0 -1 64 3367 0 0 0 17 1 0 0 16 0 9 0 1974122879 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31867] ppid=31863 vsize=864320 CPUtime=0
/proc/31864/task/31867/stat : 31867 (java) S 31863 31850 31442 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974122880 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31868] ppid=31863 vsize=864320 CPUtime=0
/proc/31864/task/31868/stat : 31868 (java) S 31863 31850 31442 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974122880 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31869] ppid=31863 vsize=864320 CPUtime=0
/proc/31864/task/31869/stat : 31869 (java) S 31863 31850 31442 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974122882 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31870] ppid=31863 vsize=864320 CPUtime=0.08
/proc/31864/task/31870/stat : 31870 (java) S 31863 31850 31442 0 -1 64 338 0 0 0 8 0 0 0 16 0 9 0 1974122882 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31871] ppid=31863 vsize=864320 CPUtime=0
/proc/31864/task/31871/stat : 31871 (java) S 31863 31850 31442 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1974122882 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31864/tid=31872] ppid=31863 vsize=864320 CPUtime=0
/proc/31864/task/31872/stat : 31872 (java) S 31863 31850 31442 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1974122882 885063680 6267 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883276

[startup+3.10119 s]
/proc/loadavg: 1.91 1.95 1.72 3/84 31874
/proc/meminfo: memFree=1492360/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.89
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 3 0 176 10 15 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=4152 CPUtime=1.08
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 892 0 0 0 108 0 0 0 25 0 1 0 1974122993 4251648 878 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/31874/statm: 1038 878 75 150 0 885 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 23108

[startup+6.30282 s]
/proc/loadavg: 1.92 1.95 1.72 3/84 31874
/proc/meminfo: memFree=1491208/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.89
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 3 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=5248 CPUtime=4.25
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 1151 0 0 0 425 0 0 0 25 0 1 0 1974122993 5373952 1137 996147200 134512640 135127466 4294956272 18446744073709551615 134530736 0 0 4096 3 0 0 0 17 1 0 0
/proc/31874/statm: 1312 1137 75 150 0 1159 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24204

[startup+12.7011 s]
/proc/loadavg: 1.93 1.95 1.72 3/84 31874
/proc/meminfo: memFree=1489544/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.89
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 3 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=6772 CPUtime=10.58
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 1518 0 0 0 1058 0 0 0 25 0 1 0 1974122993 6934528 1504 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/31874/statm: 1693 1504 75 150 0 1540 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 25728

[startup+25.5026 s]
/proc/loadavg: 1.94 1.96 1.73 3/84 31874
/proc/meminfo: memFree=1488136/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=8052 CPUtime=23.26
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 1850 0 0 0 2325 1 0 0 25 0 1 0 1974122993 8245248 1836 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31874/statm: 2013 1836 75 150 0 1860 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 27008

[startup+51.1026 s]
/proc/loadavg: 1.96 1.96 1.73 3/77 31927
/proc/meminfo: memFree=1488960/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=9120 CPUtime=48.79
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 2107 0 0 0 4876 3 0 0 25 0 1 0 1974122993 9338880 2093 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 2280 2093 75 150 0 2127 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 28076

[startup+102.308 s]
/proc/loadavg: 1.98 1.96 1.74 3/77 31927
/proc/meminfo: memFree=1484928/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=11036 CPUtime=99.97
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 2561 0 0 0 9993 4 0 0 25 0 1 0 1974122993 11300864 2547 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 2759 2547 75 150 0 2606 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 29992

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/77 31927
/proc/meminfo: memFree=1481216/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=12584 CPUtime=159.93
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 2937 0 0 0 15989 4 0 0 25 0 1 0 1974122993 12886016 2923 996147200 134512640 135127466 4294956272 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 3146 2923 75 150 0 2993 0
Current children cumulated CPU time (s) 161.83
Current children cumulated vsize (KiB) 31540

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/77 31927
/proc/meminfo: memFree=1479488/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=25688 CPUtime=1299.39
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6104 0 0 0 129930 9 0 0 25 0 1 0 1974122993 26304512 6090 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6422 6090 75 150 0 6269 0
Current children cumulated CPU time (s) 1301.29
Current children cumulated vsize (KiB) 44644

[startup+1362.3 s]
/proc/loadavg: 1.99 1.97 1.90 3/77 31929
/proc/meminfo: memFree=1454208/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=26100 CPUtime=1359.37
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6218 0 0 0 135928 9 0 0 25 0 1 0 1974122993 26726400 6204 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6525 6204 75 150 0 6372 0
Current children cumulated CPU time (s) 1361.27
Current children cumulated vsize (KiB) 45056

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1452992/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=27072 CPUtime=1419.34
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6428 0 0 0 141925 9 0 0 25 0 1 0 1974122993 27721728 6414 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6768 6414 75 150 0 6615 0
Current children cumulated CPU time (s) 1421.24
Current children cumulated vsize (KiB) 46028

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1452608/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=27212 CPUtime=1479.31
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6462 0 0 0 147922 9 0 0 25 0 1 0 1974122993 27865088 6448 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6803 6448 75 150 0 6650 0
Current children cumulated CPU time (s) 1481.21
Current children cumulated vsize (KiB) 46168

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1451520/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=27600 CPUtime=1539.28
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6570 0 0 0 153919 9 0 0 25 0 1 0 1974122993 28262400 6556 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6900 6556 75 150 0 6747 0
Current children cumulated CPU time (s) 1541.18
Current children cumulated vsize (KiB) 46556

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1451072/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=27736 CPUtime=1599.25
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6602 0 0 0 159916 9 0 0 25 0 1 0 1974122993 28401664 6588 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 6934 6588 75 150 0 6781 0
Current children cumulated CPU time (s) 1601.15
Current children cumulated vsize (KiB) 46692

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1450560/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=28056 CPUtime=1659.23
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6659 0 0 0 165913 10 0 0 25 0 1 0 1974122993 28729344 6645 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 7014 6645 75 150 0 6861 0
Current children cumulated CPU time (s) 1661.13
Current children cumulated vsize (KiB) 47012

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1449792/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=28332 CPUtime=1719.2
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6724 0 0 0 171910 10 0 0 25 0 1 0 1974122993 29011968 6710 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 7083 6710 75 150 0 6930 0
Current children cumulated CPU time (s) 1721.1
Current children cumulated vsize (KiB) 47288

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31929
/proc/meminfo: memFree=1449088/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=28640 CPUtime=1779.17
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6792 0 0 0 177907 10 0 0 25 0 1 0 1974122993 29327360 6778 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 7160 6778 75 150 0 7007 0
Current children cumulated CPU time (s) 1781.07
Current children cumulated vsize (KiB) 47596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31935
/proc/meminfo: memFree=1448696/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=28640 CPUtime=1798.16
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6794 0 0 0 179806 10 0 0 25 0 1 0 1974122993 29327360 6780 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 7160 6780 75 150 0 7007 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 47596

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

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

[startup+1801.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/77 31935
/proc/meminfo: memFree=1448696/2055924 swapFree=4180432/4192956
[pid=31850] ppid=31848 vsize=13600 CPUtime=1.9
/proc/31850/stat : 31850 (sugar) S 31848 31850 31442 0 -1 4194304 1031 13144 0 2 4 0 176 10 16 0 1 0 1974122793 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31850/statm: 3400 798 370 3 0 500 0
[pid=31873] ppid=31850 vsize=5356 CPUtime=0
/proc/31873/stat : 31873 (sh) S 31850 31850 31442 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974122993 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31873/statm: 1339 232 193 169 0 50 0
[pid=31874] ppid=31873 vsize=28640 CPUtime=1798.16
/proc/31874/stat : 31874 (minisat) R 31873 31850 31442 0 -1 4194304 6794 0 0 0 179806 10 0 0 25 0 1 0 1974122993 29327360 6780 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31874/statm: 7160 6780 75 150 0 7007 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 47596

Child status: 0
Real time (s): 1801.32
CPU time (s): 1800.1
CPU user time (s): 1799.88
CPU system time (s): 0.226965
CPU usage (%): 99.9324
Max. virtual memory (cumulated for all children) (KiB): 883388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21629
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= 1876
involuntary context switches= 9385

runsolver used 2.19367 second user time and 6.01109 second system time

The end

Launcher Data (download as text)

Begin job on node6 at 2008-07-02 00:31:15
IDJOB=1035076
IDBENCH=53377
IDSOLVER=346
FILE ID=node6/1035076-1214951475
PBS_JOBID= 7870321
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-63021_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-1035076-1214951475/watcher-1035076-1214951475 -o /tmp/evaluation-result-1035076-1214951475/solver-1035076-1214951475 -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-1035076-1214951475.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 63094bb3e0d5b7671c766ca5de694f92
RANDOM SEED=915360163

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:       1499328 kB
Buffers:         51792 kB
Cached:         402984 kB
SwapCached:       6536 kB
Active:          64212 kB
Inactive:       413620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1499328 kB
SwapTotal:     4192956 kB
SwapFree:      4180432 kB
Dirty:            1632 kB
Writeback:           0 kB
Mapped:          39224 kB
Slab:            63808 kB
Committed_AS:  3191952 kB
PageTables:       2000 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:01:18