Trace number 1034950

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.14 1809.53

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-55021_ext.xml
MD5SUM3b87432a795257e68114fcfea8b43f0c
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 benchmark649.53
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:05:19 2008
0.00/0.04	c 0	PID 7791
0.00/0.04	c 0	HOST node90.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1034950-1214949918.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034950-1214949918.xml' 'HOME/temp.csp'
0.03/0.63	c 0	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.03/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.64	c 0	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.61/0.72	c 0	Parsing HOME/temp.csp
1.05/1.13	c 1	parsed 730 expressions
1.05/1.13	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.05/1.13	c 1	Converting to clausal form CSP
1.05/1.16	c 1	converted 73 (10%) expressions
1.05/1.16	c 1	converted 146 (20%) expressions
1.05/1.17	c 1	converted 219 (30%) expressions
1.05/1.17	c 1	converted 292 (40%) expressions
1.05/1.18	c 1	converted 365 (50%) expressions
1.14/1.26	c 1	converted 438 (60%) expressions
1.14/1.29	c 1	converted 511 (70%) expressions
1.24/1.32	c 1	converted 584 (80%) expressions
1.24/1.34	c 1	converted 657 (90%) expressions
1.24/1.37	c 1	converted 730 (100%) expressions
1.24/1.37	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.24/1.37	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.37	c 1	Propagation in CSP
1.24/1.37	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.24/1.37	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.24/1.37	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.24/1.37	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.37	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.24/1.37	c 1	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.34/1.42	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.43	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.34/1.43	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.34/1.44	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.34/1.44	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.34/1.44	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.34/1.44	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.34/1.44	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.34/1.44	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.34/1.44	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.34/1.44	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.45/1.50	c 1	36 (10%) CSP clauses are encoded (4724 clauses, 74295 bytes)
1.45/1.53	c 1	71 (20%) CSP clauses are encoded (8677 clauses, 142546 bytes)
1.45/1.55	c 1	106 (30%) CSP clauses are encoded (12664 clauses, 213980 bytes)
1.45/1.57	c 1	141 (40%) CSP clauses are encoded (16630 clauses, 290111 bytes)
1.45/1.60	c 1	176 (50%) CSP clauses are encoded (20594 clauses, 366249 bytes)
1.56/1.62	c 1	211 (60%) CSP clauses are encoded (24577 clauses, 442520 bytes)
1.56/1.64	c 1	246 (70%) CSP clauses are encoded (28504 clauses, 517813 bytes)
1.56/1.67	c 1	281 (80%) CSP clauses are encoded (32461 clauses, 593706 bytes)
1.56/1.69	c 1	316 (90%) CSP clauses are encoded (36425 clauses, 669734 bytes)
1.64/1.71	c 1	351 (100%) CSP clauses are encoded (40417 clauses, 746390 bytes)
1.64/1.71	c 1	351 CSP clauses encoded
1.64/1.71	c 1	Writing map file : HOME/temp.map
1.64/1.71	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.71	c 1	SAT : 702 SAT variables, 40417 SAT clauses, 746390 bytes
1.64/1.71	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.64/1.74	c 1	SOLVING HOME/temp.cnf
1.64/1.74	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.64/1.74	c 1	This is MiniSat 2.0 beta
1.64/1.74	c 1	WARNING: for repeatability, setting FPU to use double precision
1.64/1.74	c 1	============================[ Problem Statistics ]=============================
1.64/1.74	c 1	|                                                                             |
1.64/1.74	c 1	|  Number of variables:  702                                                  |
1.64/1.74	c 1	|  Number of clauses:    40417                                                |
1.64/1.76	c 1	|  Parsing time:         0.02         s                                       |
1.64/1.76	c 1	============================[ Search Statistics ]==============================
1.64/1.76	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.64/1.76	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.64/1.76	c 1	===============================================================================
1.64/1.76	c 1	|         0 |     702    40417   153090 |    13472        0    nan |  0.000 % |
1.64/1.79	c 1	|       100 |     702    40417   153090 |    14819      100     11 |  0.000 % |
1.67/1.82	c 1	|       250 |     702    40417   153090 |    16301      250     12 |  0.007 % |
1.67/1.86	c 1	|       477 |     702    40417   153090 |    17931      477     11 |  0.007 % |
1.67/1.92	c 1	|       814 |     702    40417   153090 |    19724      814     11 |  0.007 % |
1.67/2.02	c 1	|      1321 |     702    40417   153090 |    21697     1321     11 |  0.007 % |
2.02/2.16	c 2	|      2080 |     702    40417   153090 |    23867     2080     12 |  0.005 % |
2.21/2.39	c 2	|      3220 |     702    40417   153090 |    26253     3220     12 |  0.007 % |
2.61/2.78	c 2	|      4929 |     702    40417   153090 |    28879     4929     12 |  0.008 % |
3.22/3.35	c 3	|      7493 |     702    40417   153090 |    31767     7493     13 |  0.007 % |
4.12/4.30	c 4	|     11338 |     702    40417   153090 |    34943    11338     13 |  0.008 % |
6.20/6.40	c 6	|     17105 |     702    40417   153090 |    38438    17105     13 |  0.007 % |
9.09/9.28	c 9	|     25755 |     702    40417   153090 |    42281    25755     13 |  0.007 % |
14.36/14.59	c 14	|     38729 |     702    40417   153090 |    46510    38729     14 |  0.007 % |
21.72/21.98	c 21	|     58191 |     702    40417   153090 |    51161    23985     16 |  0.007 % |
35.46/35.74	c 35	|     87383 |     702    40417   153090 |    56277    14307     15 |  0.007 % |
56.77/57.15	c 57	|    131172 |     702    40417   153090 |    61905    15184     15 |  0.002 % |
90.34/90.80	c 90	|    196856 |     702    40417   153090 |    68095    32824     16 |  0.008 % |
150.79/151.54	c 151	|    295384 |     702    40417   153090 |    74905    26480     14 |  0.008 % |
227.87/228.92	c 228	|    443174 |     702    40417   153090 |    82395    51413     18 |  0.001 % |
372.67/374.38	c 374	|    664857 |     702    40417   153090 |    90635    69867     18 |  0.005 % |
589.39/591.98	c 591	|    997382 |     702    40417   153090 |    99698    23186     17 |  0.008 % |
929.51/933.45	c 933	|   1496170 |     702    40417   153090 |   109668    97023     18 |  0.008 % |
1477.55/1484.26	c 1484	|   2244352 |     702    40417   153090 |   120635    95353     16 |  0.009 % |
1800.09/1809.51	sh: line 1:  7815 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1809.51	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1809.51	c 1809	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.09/1809.52	c ERROR INTERRUPTED
1800.09/1809.52	s UNKNOWN
1800.09/1809.52	c 1809	CPU 1799.9 (0.03 0.01 1799.87 0.2)
1800.09/1809.52	c 1809	END Wed Jul  2 00:35:28 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-1034950-1214949918/watcher-1034950-1214949918 -o /tmp/evaluation-result-1034950-1214949918/solver-1034950-1214949918 -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-1034950-1214949918.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: 2.66 2.70 1.32 4/81 7791
/proc/meminfo: memFree=1002316/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=12132 CPUtime=0
/proc/7791/stat : 7791 (sugar) R 7789 7791 7451 0 -1 4194304 281 0 0 0 0 0 0 0 20 0 1 0 650718418 12423168 249 996147200 4194304 4206940 548682068608 18446744073709551615 256384717764 0 0 4224 0 0 0 0 17 1 0 0
/proc/7791/statm: 3033 249 187 3 0 133 0

[startup+0.076779 s]
/proc/loadavg: 2.66 2.70 1.32 4/81 7791
/proc/meminfo: memFree=1002316/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=0.03
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 650718418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101778 s]
/proc/loadavg: 2.66 2.70 1.32 4/81 7791
/proc/meminfo: memFree=1002316/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=0.03
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 650718418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.3018 s]
/proc/loadavg: 2.66 2.70 1.32 4/81 7791
/proc/meminfo: memFree=1002316/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=0.03
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 900 127 0 0 3 0 0 0 18 0 1 0 650718418 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701845 s]
/proc/loadavg: 2.66 2.70 1.32 4/81 7791
/proc/meminfo: memFree=1002316/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=0.61
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 956 4833 0 1 3 1 54 3 16 0 1 0 650718418 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 13600

[startup+1.50293 s]
/proc/loadavg: 2.68 2.71 1.33 4/92 7813
/proc/meminfo: memFree=989876/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=0.61
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 974 4833 0 1 3 1 54 3 15 0 1 0 650718418 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 797 370 3 0 500 0
[pid=7804] ppid=7791 vsize=5356 CPUtime=0
/proc/7804/stat : 7804 (sh) S 7791 7791 7451 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 650718482 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/7804/statm: 1339 233 193 169 0 50 0
[pid=7805] ppid=7804 vsize=864308 CPUtime=0.84
/proc/7805/stat : 7805 (java) S 7804 7791 7451 0 -1 0 7958 0 1 0 80 4 0 0 20 0 9 0 650718482 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7805/statm: 216077 7205 2564 9 0 210624 0
[pid=7805/tid=7806] ppid=7804 vsize=864308 CPUtime=0.45
/proc/7805/task/7806/stat : 7806 (java) R 7804 7791 7451 0 -1 64 2655 0 1 0 44 1 0 0 25 0 9 0 650718483 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4126581283 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7807] ppid=7804 vsize=864308 CPUtime=0.26
/proc/7805/task/7807/stat : 7807 (java) S 7804 7791 7451 0 -1 64 4246 0 0 0 25 1 0 0 16 0 9 0 650718484 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7808] ppid=7804 vsize=864308 CPUtime=0
/proc/7805/task/7808/stat : 7808 (java) S 7804 7791 7451 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 650718485 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7809] ppid=7804 vsize=864308 CPUtime=0
/proc/7805/task/7809/stat : 7809 (java) S 7804 7791 7451 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 650718485 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7810] ppid=7804 vsize=864308 CPUtime=0
/proc/7805/task/7810/stat : 7810 (java) S 7804 7791 7451 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 650718486 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7811] ppid=7804 vsize=864308 CPUtime=0.1
/proc/7805/task/7811/stat : 7811 (java) S 7804 7791 7451 0 -1 64 360 0 0 0 10 0 0 0 16 0 9 0 650718486 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7812] ppid=7804 vsize=864308 CPUtime=0
/proc/7805/task/7812/stat : 7812 (java) S 7804 7791 7451 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 650718486 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7805/tid=7813] ppid=7804 vsize=864308 CPUtime=0
/proc/7805/task/7813/stat : 7813 (java) S 7804 7791 7451 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 650718487 885051392 7205 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883264

[startup+3.10224 s]
/proc/loadavg: 2.68 2.71 1.33 3/84 7815
/proc/meminfo: memFree=995892/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 15 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=4280 CPUtime=1.34
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 924 0 0 0 134 0 0 0 25 0 1 0 650718592 4382720 910 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 1070 910 75 150 0 917 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 23236

[startup+6.30157 s]
/proc/loadavg: 2.68 2.71 1.33 3/84 7815
/proc/meminfo: memFree=994740/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=5232 CPUtime=4.53
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 1149 0 0 0 452 1 0 0 25 0 1 0 650718592 5357568 1135 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 1308 1135 75 150 0 1155 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 24188

[startup+12.7021 s]
/proc/loadavg: 2.58 2.68 1.34 3/84 7815
/proc/meminfo: memFree=992948/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=6872 CPUtime=10.9
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 1541 0 0 0 1088 2 0 0 25 0 1 0 650718592 7036928 1527 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 1718 1527 75 150 0 1565 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 25828

[startup+25.5014 s]
/proc/loadavg: 2.49 2.66 1.35 3/84 7815
/proc/meminfo: memFree=991604/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=8104 CPUtime=23.64
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 1854 0 0 0 2362 2 0 0 25 0 1 0 650718592 8298496 1840 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 2026 1840 75 150 0 1873 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 27060

[startup+51.1011 s]
/proc/loadavg: 2.32 2.61 1.36 3/84 7815
/proc/meminfo: memFree=990452/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=9312 CPUtime=49.13
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 2164 0 0 0 4910 3 0 0 25 0 1 0 650718592 9535488 2150 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 2328 2150 75 150 0 2175 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 28268

[startup+102.306 s]
/proc/loadavg: 2.13 2.50 1.40 3/84 7815
/proc/meminfo: memFree=988468/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=11196 CPUtime=100.13
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 2606 0 0 0 10009 4 0 0 25 0 1 0 650718592 11464704 2592 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 2799 2592 75 150 0 2646 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 30152

[startup+162.302 s]
/proc/loadavg: 2.04 2.41 1.43 3/84 7815
/proc/meminfo: memFree=987060/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=12540 CPUtime=159.87
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 2936 0 0 0 15983 4 0 0 25 0 1 0 650718592 12840960 2922 996147200 134512640 135127466 4294956272 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 3135 2922 75 150 0 2982 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 31496

[startup+222.302 s]
/proc/loadavg: 2.01 2.33 1.46 3/84 7815
/proc/meminfo: memFree=985396/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=25860 CPUtime=1235.49
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6101 0 0 0 123540 9 0 0 25 0 1 0 650718592 26480640 6087 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 6465 6087 75 150 0 6312 0
Current children cumulated CPU time (s) 1237.16
Current children cumulated vsize (KiB) 44816

[startup+1302.3 s]
/proc/loadavg: 2.20 2.12 1.86 3/84 7816
/proc/meminfo: memFree=973876/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=25860 CPUtime=1295.24
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6101 0 0 0 129515 9 0 0 25 0 1 0 650718592 26480640 6087 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 6465 6087 75 150 0 6312 0
Current children cumulated CPU time (s) 1296.91
Current children cumulated vsize (KiB) 44816

[startup+1362.3 s]
/proc/loadavg: 2.07 2.10 1.86 3/84 7816
/proc/meminfo: memFree=973876/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=25860 CPUtime=1355
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6122 0 0 0 135491 9 0 0 25 0 1 0 650718592 26480640 6108 996147200 134512640 135127466 4294956272 18446744073709551615 134528965 0 0 4096 3 0 0 0 17 0 0 0
/proc/7815/statm: 6465 6108 75 150 0 6312 0
Current children cumulated CPU time (s) 1356.67
Current children cumulated vsize (KiB) 44816

[startup+1422.3 s]
/proc/loadavg: 2.60 2.21 1.91 3/83 7854
/proc/meminfo: memFree=929788/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=26144 CPUtime=1414.54
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6175 0 0 0 141445 9 0 0 25 0 1 0 650718592 26771456 6161 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 6536 6161 75 150 0 6383 0
Current children cumulated CPU time (s) 1416.21
Current children cumulated vsize (KiB) 45100

[startup+1482.3 s]
/proc/loadavg: 2.22 2.17 1.91 3/83 7854
/proc/meminfo: memFree=927356/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=26432 CPUtime=1473.99
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6261 0 0 0 147390 9 0 0 25 0 1 0 650718592 27066368 6247 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 6608 6247 75 150 0 6455 0
Current children cumulated CPU time (s) 1475.66
Current children cumulated vsize (KiB) 45388

[startup+1542.31 s]
/proc/loadavg: 2.08 2.13 1.91 3/83 7854
/proc/meminfo: memFree=926716/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=27056 CPUtime=1533.49
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6430 0 0 0 153339 10 0 0 25 0 1 0 650718592 27705344 6416 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 6764 6416 75 150 0 6611 0
Current children cumulated CPU time (s) 1535.16
Current children cumulated vsize (KiB) 46012

[startup+1602.3 s]
/proc/loadavg: 2.03 2.11 1.91 3/83 7854
/proc/meminfo: memFree=926332/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=27416 CPUtime=1592.98
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6479 0 0 0 159288 10 0 0 25 0 1 0 650718592 28073984 6465 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 6854 6465 75 150 0 6701 0
Current children cumulated CPU time (s) 1594.65
Current children cumulated vsize (KiB) 46372

[startup+1662.3 s]
/proc/loadavg: 2.01 2.08 1.91 3/83 7854
/proc/meminfo: memFree=925820/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=27884 CPUtime=1652.47
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6615 0 0 0 165237 10 0 0 25 0 1 0 650718592 28553216 6601 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 6971 6601 75 150 0 6818 0
Current children cumulated CPU time (s) 1654.14
Current children cumulated vsize (KiB) 46840

[startup+1722.3 s]
/proc/loadavg: 2.00 2.07 1.91 3/83 7854
/proc/meminfo: memFree=923516/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=28344 CPUtime=1711.96
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6696 0 0 0 171186 10 0 0 25 0 1 0 650718592 29024256 6682 996147200 134512640 135127466 4294956272 18446744073709551615 134527210 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 7086 6682 75 150 0 6933 0
Current children cumulated CPU time (s) 1713.63
Current children cumulated vsize (KiB) 47300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.05 1.91 3/83 7854
/proc/meminfo: memFree=922492/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=29300 CPUtime=1771.45
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6914 0 0 0 177134 11 0 0 25 0 1 0 650718592 30003200 6900 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 7325 6900 75 150 0 7172 0
Current children cumulated CPU time (s) 1773.12
Current children cumulated vsize (KiB) 48256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.5 s]
/proc/loadavg: 2.00 2.05 1.91 3/83 7854
/proc/meminfo: memFree=922492/2055920 swapFree=4149804/4192956
[pid=7791] ppid=7789 vsize=13600 CPUtime=1.67
/proc/7791/stat : 7791 (sugar) S 7789 7791 7451 0 -1 4194304 1031 13143 0 2 3 1 155 8 16 0 1 0 650718418 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 256373731426 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7791/statm: 3400 798 370 3 0 500 0
[pid=7814] ppid=7791 vsize=5356 CPUtime=0
/proc/7814/stat : 7814 (sh) S 7791 7791 7451 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 650718592 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 256364831556 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7814/statm: 1339 232 193 169 0 50 0
[pid=7815] ppid=7814 vsize=29300 CPUtime=1798.42
/proc/7815/stat : 7815 (minisat) R 7814 7791 7451 0 -1 4194304 6928 0 0 0 179831 11 0 0 25 0 1 0 650718592 30003200 6914 996147200 134512640 135127466 4294956272 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/7815/statm: 7325 6914 75 150 0 7172 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 48256

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): 1809.53
CPU time (s): 1800.14
CPU user time (s): 1799.91
CPU system time (s): 0.224965
CPU usage (%): 99.481
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21826
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= 2046
involuntary context switches= 29619

runsolver used 1.79073 second user time and 5.05523 second system time

The end

Launcher Data (download as text)

Begin job on node90 at 2008-07-02 00:05:18
IDJOB=1034950
IDBENCH=53370
IDSOLVER=346
FILE ID=node90/1034950-1214949918
PBS_JOBID= 7870156
Free space on /tmp= 65540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3b87432a795257e68114fcfea8b43f0c
RANDOM SEED=1509695425

node90.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.236
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.236
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:       1002796 kB
Buffers:         55972 kB
Cached:         858188 kB
SwapCached:      37432 kB
Active:         405904 kB
Inactive:       569992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1002796 kB
SwapTotal:     4192956 kB
SwapFree:      4149804 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          77668 kB
Slab:            62340 kB
Committed_AS:   800368 kB
PageTables:       1988 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= 65532 MiB
End job on node90 at 2008-07-02 00:35:30