Trace number 1037542

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.05 1814.72

General information on the benchmark

Namecsp/rand-2-26/
normalized-rand-26-26-325-155-53021_ext.xml
MD5SUM7106feca84657f34d6cb166bf13cd802
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 benchmark74.5067
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension325
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.05	c 0	BEGIN Wed Jul  2 03:20:00 2008
0.00/0.05	c 0	PID 22402
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1037542-1214961599.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-1037542-1214961599.xml' 'HOME/temp.csp'
0.03/0.72	c 0	1 domains, 26 variables, 0 predicates, 325 relations, 325 constraints
0.03/0.73	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.69/0.81	c 0	Parsing HOME/temp.csp
1.14/1.23	c 1	parsed 677 expressions
1.14/1.23	c 1	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.14/1.23	c 1	Converting to clausal form CSP
1.14/1.26	c 1	converted 68 (10%) expressions
1.14/1.26	c 1	converted 136 (20%) expressions
1.14/1.26	c 1	converted 204 (30%) expressions
1.14/1.27	c 1	converted 271 (40%) expressions
1.14/1.27	c 1	converted 339 (50%) expressions
1.23/1.31	c 1	converted 407 (60%) expressions
1.23/1.40	c 1	converted 474 (70%) expressions
1.33/1.42	c 1	converted 542 (80%) expressions
1.33/1.45	c 1	converted 610 (90%) expressions
1.33/1.48	c 1	converted 677 (100%) expressions
1.33/1.48	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.33/1.48	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.48	c 1	Propagation in CSP
1.33/1.48	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.48	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.33/1.48	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.48	c 1	Simplifing CSP by introducing new Boolean variables
1.33/1.48	c 1	CSP : 26 integers, 0 booleans, 325 clauses, largest domain size 26
1.33/1.48	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.53	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.54	c 1	3 (10%) CSP integer variables are encoded (72 clauses, 695 bytes)
1.42/1.54	c 1	6 (20%) CSP integer variables are encoded (144 clauses, 1440 bytes)
1.42/1.54	c 1	8 (30%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.42/1.54	c 1	11 (40%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.42/1.55	c 1	13 (50%) CSP integer variables are encoded (312 clauses, 3288 bytes)
1.42/1.55	c 1	16 (60%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.42/1.55	c 1	19 (70%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.42/1.55	c 1	21 (80%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.42/1.55	c 1	24 (90%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.42/1.55	c 1	26 (100%) CSP integer variables are encoded (624 clauses, 6720 bytes)
1.53/1.61	c 1	33 (10%) CSP clauses are encoded (4171 clauses, 64964 bytes)
1.53/1.63	c 1	65 (20%) CSP clauses are encoded (7601 clauses, 123887 bytes)
1.53/1.66	c 1	98 (30%) CSP clauses are encoded (11132 clauses, 185791 bytes)
1.53/1.68	c 1	130 (40%) CSP clauses are encoded (14539 clauses, 250900 bytes)
1.62/1.70	c 1	163 (50%) CSP clauses are encoded (18087 clauses, 318778 bytes)
1.62/1.72	c 1	195 (60%) CSP clauses are encoded (21539 clauses, 384916 bytes)
1.62/1.74	c 1	228 (70%) CSP clauses are encoded (25031 clauses, 451843 bytes)
1.62/1.76	c 1	260 (80%) CSP clauses are encoded (28464 clauses, 517511 bytes)
1.62/1.78	c 1	293 (90%) CSP clauses are encoded (32008 clauses, 585313 bytes)
1.73/1.81	c 1	325 (100%) CSP clauses are encoded (35430 clauses, 650847 bytes)
1.73/1.81	c 1	325 CSP clauses encoded
1.73/1.81	c 1	Writing map file : HOME/temp.map
1.73/1.81	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.81	c 1	SAT : 650 SAT variables, 35430 SAT clauses, 650847 bytes
1.73/1.81	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.73/1.83	c 1	SOLVING HOME/temp.cnf
1.73/1.83	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.73/1.84	c 1	This is MiniSat 2.0 beta
1.73/1.84	c 1	WARNING: for repeatability, setting FPU to use double precision
1.73/1.84	c 1	============================[ Problem Statistics ]=============================
1.73/1.84	c 1	|                                                                             |
1.73/1.84	c 1	|  Number of variables:  650                                                  |
1.73/1.84	c 1	|  Number of clauses:    35430                                                |
1.73/1.86	c 1	|  Parsing time:         0.01         s                                       |
1.73/1.86	c 1	============================[ Search Statistics ]==============================
1.73/1.86	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.73/1.86	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.73/1.86	c 1	===============================================================================
1.73/1.86	c 1	|         0 |     650    35430   133818 |    11810        0    nan |  0.000 % |
1.73/1.88	c 1	|       100 |     650    35430   133818 |    12991      100     11 |  0.000 % |
1.77/1.91	c 1	|       250 |     650    35430   133818 |    14290      250     12 |  0.006 % |
1.77/1.95	c 1	|       475 |     650    35430   133818 |    15719      475     12 |  0.008 % |
1.77/2.01	c 1	|       813 |     650    35430   133818 |    17291      813     12 |  0.010 % |
2.02/2.12	c 2	|      1319 |     650    35430   133818 |    19020     1319     11 |  0.011 % |
2.11/2.26	c 2	|      2079 |     650    35430   133818 |    20922     2079     11 |  0.011 % |
2.41/2.51	c 2	|      3218 |     650    35430   133818 |    23014     3218     11 |  0.009 % |
2.71/2.88	c 2	|      4928 |     650    35430   133818 |    25315     4928     11 |  0.011 % |
3.30/3.44	c 3	|      7492 |     650    35430   133818 |    27847     7492     12 |  0.008 % |
4.20/4.37	c 4	|     11336 |     650    35430   133818 |    30632    11336     13 |  0.009 % |
5.68/5.88	c 5	|     17103 |     650    35430   133818 |    33695    17103     13 |  0.009 % |
8.25/8.46	c 8	|     25753 |     650    35430   133818 |    37064    25753     13 |  0.009 % |
13.20/13.48	c 13	|     38729 |     650    35430   133818 |    40771    13977     14 |  0.008 % |
20.04/20.36	c 20	|     58190 |     650    35430   133818 |    44848    33438     14 |  0.009 % |
31.44/31.87	c 31	|     87383 |     650    35430   133818 |    49333    30154     15 |  0.009 % |
51.64/52.26	c 52	|    131172 |     650    35430   133818 |    54266    38739     15 |  0.009 % |
81.35/82.21	c 82	|    196856 |     650    35430   133818 |    59693    22590     17 |  0.009 % |
129.89/131.21	c 131	|    295382 |     650    35430   133818 |    65662    29498     16 |  0.009 % |
203.89/205.97	c 205	|    443171 |     650    35430   133818 |    72228    19750     16 |  0.009 % |
328.60/331.82	c 331	|    664854 |     650    35430   133818 |    79451    66973     15 |  0.005 % |
517.70/522.70	c 522	|    997380 |     650    35430   133818 |    87396    75921     18 |  0.009 % |
815.17/823.03	c 823	|   1496168 |     650    35430   133818 |    96136    64815     18 |  0.010 % |
1300.94/1313.43	c 1313	|   2244351 |     650    35430   133818 |   105750    81337     17 |  0.012 % |
1800.02/1814.71	sh: line 1: 22426 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.02/1814.71	c 1814	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1814.71	c 1814	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/1814.72	c ERROR INTERRUPTED
1800.02/1814.72	s UNKNOWN
1800.02/1814.72	c 1814	CPU 1799.84 (0.04 0.01 1799.8 0.19)
1800.02/1814.72	c 1814	END Wed Jul  2 03:50:14 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-1037542-1214961599/watcher-1037542-1214961599 -o /tmp/evaluation-result-1037542-1214961599/solver-1037542-1214961599 -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-1037542-1214961599.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.00 2.00 2.00 4/81 22402
/proc/meminfo: memFree=1512980/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=18572 CPUtime=0
/proc/22402/stat : 22402 (runsolver) R 22400 22402 20585 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1975132323 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 258939088167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22402/statm: 4643 292 257 25 0 2626 0

[startup+0.0916261 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22402
/proc/meminfo: memFree=1512980/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=0.03
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975132323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101625 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22402
/proc/meminfo: memFree=1512980/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=0.03
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975132323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301663 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22402
/proc/meminfo: memFree=1512980/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=0.03
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975132323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701737 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 22402
/proc/meminfo: memFree=1512980/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=0.03
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975132323 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50289 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22424
/proc/meminfo: memFree=1502908/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=0.69
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 974 4800 0 1 3 0 62 4 15 0 1 0 1975132323 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 797 370 3 0 500 0
[pid=22415] ppid=22402 vsize=5356 CPUtime=0
/proc/22415/stat : 22415 (sh) S 22402 22402 20585 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975132397 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22415/statm: 1339 233 193 169 0 50 0
[pid=22416] ppid=22415 vsize=864320 CPUtime=0.73
/proc/22416/stat : 22416 (java) S 22415 22402 20585 0 -1 0 7569 0 1 0 70 3 0 0 18 0 9 0 1975132397 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22416/statm: 216080 6850 2540 9 0 210655 0
[pid=22416/tid=22417] ppid=22415 vsize=864320 CPUtime=0.39
/proc/22416/task/22417/stat : 22417 (java) R 22415 22402 20585 0 -1 64 2584 0 1 0 38 1 0 0 22 0 9 0 1975132398 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22418] ppid=22415 vsize=864320 CPUtime=0.23
/proc/22416/task/22418/stat : 22418 (java) R 22415 22402 20585 0 -1 64 3948 0 0 0 22 1 0 0 16 0 9 0 1975132399 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 104181568 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22419] ppid=22415 vsize=864320 CPUtime=0
/proc/22416/task/22419/stat : 22419 (java) S 22415 22402 20585 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975132399 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22420] ppid=22415 vsize=864320 CPUtime=0
/proc/22416/task/22420/stat : 22420 (java) S 22415 22402 20585 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975132399 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22421] ppid=22415 vsize=864320 CPUtime=0
/proc/22416/task/22421/stat : 22421 (java) S 22415 22402 20585 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975132401 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22422] ppid=22415 vsize=864320 CPUtime=0.09
/proc/22416/task/22422/stat : 22422 (java) S 22415 22402 20585 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 1975132401 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22423] ppid=22415 vsize=864320 CPUtime=0
/proc/22416/task/22423/stat : 22423 (java) S 22415 22402 20585 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975132401 885063680 6850 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22416/tid=22424] ppid=22415 vsize=864320 CPUtime=0
/proc/22416/task/22424/stat : 22424 (java) S 22415 22402 20585 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975132401 885063680 6850 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.10117 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1507004/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 15 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=4012 CPUtime=1.24
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 828 0 0 0 124 0 0 0 25 0 1 0 1975132507 4108288 814 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 1003 814 75 150 0 850 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 22968

[startup+6.30176 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1505724/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=5268 CPUtime=4.41
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 1111 0 0 0 441 0 0 0 25 0 1 0 1975132507 5394432 1097 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 1317 1097 75 150 0 1164 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 24224

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1503996/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=6752 CPUtime=10.74
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 1499 0 0 0 1074 0 0 0 25 0 1 0 1975132507 6914048 1485 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 1688 1485 75 150 0 1535 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 25708

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1502844/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=7900 CPUtime=23.42
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 1761 0 0 0 2341 1 0 0 25 0 1 0 1975132507 8089600 1747 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 1975 1747 75 150 0 1822 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 26856

[startup+51.1019 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1501756/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=8832 CPUtime=48.78
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 2026 0 0 0 4877 1 0 0 25 0 1 0 1975132507 9043968 2012 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 2208 2012 75 150 0 2055 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 27788

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1499900/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=10580 CPUtime=99.49
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 2458 0 0 0 9948 1 0 0 25 0 1 0 1975132507 10833920 2444 996147200 134512640 135127466 4294956272 18446744073709551615 134530768 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 2645 2444 75 150 0 2492 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 29536

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1498748/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=11768 CPUtime=158.93
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 2737 0 0 0 15891 2 0 0 25 0 1 0 1975132507 12050432 2723 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 2942 2723 75 150 0 2789 0
Current children cumulated CPU time (s) 160.7
Current children cumulated vsize (KiB) 30724

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22426
/proc/meminfo: memFree=1497724/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=24244 CPUtime=1288.18
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 5678 0 0 0 128813 5 0 0 25 0 1 0 1975132507 24825856 5664 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 6061 5664 75 150 0 5908 0
Current children cumulated CPU time (s) 1289.95
Current children cumulated vsize (KiB) 43200

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22428
/proc/meminfo: memFree=1485500/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=25248 CPUtime=1347.62
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 5934 0 0 0 134756 6 0 0 25 0 1 0 1975132507 25853952 5920 996147200 134512640 135127466 4294956272 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 6312 5920 75 150 0 6159 0
Current children cumulated CPU time (s) 1349.39
Current children cumulated vsize (KiB) 44204

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22428
/proc/meminfo: memFree=1485436/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=25396 CPUtime=1407.05
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 5958 0 0 0 140699 6 0 0 25 0 1 0 1975132507 26005504 5944 996147200 134512640 135127466 4294956272 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 6349 5944 75 150 0 6196 0
Current children cumulated CPU time (s) 1408.82
Current children cumulated vsize (KiB) 44352

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22428
/proc/meminfo: memFree=1484796/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=25984 CPUtime=1466.49
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6102 0 0 0 146643 6 0 0 25 0 1 0 1975132507 26607616 6088 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22426/statm: 6496 6088 75 150 0 6343 0
Current children cumulated CPU time (s) 1468.26
Current children cumulated vsize (KiB) 44940

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1377604/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=26136 CPUtime=1525.97
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6141 0 0 0 152590 7 0 0 25 0 1 0 1975132507 26763264 6127 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6534 6127 75 150 0 6381 0
Current children cumulated CPU time (s) 1527.74
Current children cumulated vsize (KiB) 45092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1377348/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=26416 CPUtime=1585.94
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6225 0 0 0 158587 7 0 0 25 0 1 0 1975132507 27049984 6211 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6604 6211 75 150 0 6451 0
Current children cumulated CPU time (s) 1587.71
Current children cumulated vsize (KiB) 45372

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1376836/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=26780 CPUtime=1645.91
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6304 0 0 0 164584 7 0 0 25 0 1 0 1975132507 27422720 6290 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6695 6290 75 150 0 6542 0
Current children cumulated CPU time (s) 1647.68
Current children cumulated vsize (KiB) 45736

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1376580/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=26952 CPUtime=1705.88
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6328 0 0 0 170581 7 0 0 25 0 1 0 1975132507 27598848 6314 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6738 6314 75 150 0 6585 0
Current children cumulated CPU time (s) 1707.65
Current children cumulated vsize (KiB) 45908

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1376324/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=27100 CPUtime=1765.86
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6366 0 0 0 176578 8 0 0 25 0 1 0 1975132507 27750400 6352 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6775 6352 75 150 0 6622 0
Current children cumulated CPU time (s) 1767.63
Current children cumulated vsize (KiB) 46056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1376132/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=27240 CPUtime=1798.25
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6407 0 0 0 179817 8 0 0 25 0 1 0 1975132507 27893760 6393 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6810 6393 75 150 0 6657 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 46196

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

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

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22458
/proc/meminfo: memFree=1376132/2055920 swapFree=4180568/4192956
[pid=22402] ppid=22400 vsize=13600 CPUtime=1.77
/proc/22402/stat : 22402 (sugar) S 22400 22402 20585 0 -1 4194304 1031 12808 0 2 4 1 163 9 16 0 1 0 1975132323 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22402/statm: 3400 798 370 3 0 500 0
[pid=22425] ppid=22402 vsize=5356 CPUtime=0
/proc/22425/stat : 22425 (sh) S 22402 22402 20585 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975132507 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22425/statm: 1339 232 193 169 0 50 0
[pid=22426] ppid=22425 vsize=27240 CPUtime=1798.25
/proc/22426/stat : 22426 (minisat) R 22425 22402 20585 0 -1 4194304 6407 0 0 0 179817 8 0 0 25 0 1 0 1975132507 27893760 6393 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/22426/statm: 6810 6393 75 150 0 6657 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 46196

Child status: 0
Real time (s): 1814.72
CPU time (s): 1800.05
CPU user time (s): 1799.85
CPU system time (s): 0.206968
CPU usage (%): 99.1917
Max. virtual memory (cumulated for all children) (KiB): 883388

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

runsolver used 2.17367 second user time and 6.06808 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-02 03:19:59
IDJOB=1037542
IDBENCH=53514
IDSOLVER=346
FILE ID=node45/1037542-1214961599
PBS_JOBID= 7870244
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-2-26/normalized-rand-26-26-325-155-53021_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-1037542-1214961599/watcher-1037542-1214961599 -o /tmp/evaluation-result-1037542-1214961599/solver-1037542-1214961599 -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-1037542-1214961599.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7106feca84657f34d6cb166bf13cd802
RANDOM SEED=1822582478

node45.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.268
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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1513460 kB
Buffers:         55952 kB
Cached:         390872 kB
SwapCached:       6328 kB
Active:         130372 kB
Inactive:       339472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1513460 kB
SwapTotal:     4192956 kB
SwapFree:      4180568 kB
Dirty:            1572 kB
Writeback:           0 kB
Mapped:          39192 kB
Slab:            57760 kB
Committed_AS:  3660040 kB
PageTables:       1836 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= 66552 MiB
End job on node45 at 2008-07-02 03:50:16