Trace number 1085394

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+minisatUNSAT 429.282 433.452

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.xml
MD5SUMf9d1f2b59857321b1a820082b7eb128a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark429.282
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
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 Sat Jul  5 06:51:09 2008
0.00/0.04	c 0	PID 424
0.00/0.05	c 0	HOST node36.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1085394-1215233469.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-1085394-1215233469.xml' 'HOME/temp.csp'
0.04/0.45	c 0	46 domains, 100 variables, 4 predicates, 0 relations, 845 constraints
0.04/0.47	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.47	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.43/0.55	c 0	Parsing HOME/temp.csp
0.43/0.80	c 1	parsed 995 expressions
0.43/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.81	c 1	Converting to clausal form CSP
0.43/0.83	c 1	converted 100 (10%) expressions
0.43/0.86	c 1	converted 199 (20%) expressions
0.43/0.89	c 1	converted 299 (30%) expressions
0.43/0.91	c 1	converted 398 (40%) expressions
0.43/0.93	c 1	converted 498 (50%) expressions
0.93/1.00	c 1	converted 597 (60%) expressions
0.93/1.01	c 1	converted 697 (70%) expressions
0.93/1.02	c 1	converted 796 (80%) expressions
0.93/1.03	c 1	converted 896 (90%) expressions
0.93/1.04	c 1	converted 995 (100%) expressions
0.93/1.04	c 1	CSP : 100 integers, 0 booleans, 845 clauses, largest domain size 121
0.93/1.04	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.04	c 1	Propagation in CSP
0.93/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.93/1.07	c 1	CSP : 100 integers, 0 booleans, 845 clauses, largest domain size 121
0.93/1.07	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.93/1.07	c 1	Simplifing CSP by introducing new Boolean variables
0.93/1.09	c 1	CSP : 100 integers, 1450 booleans, 2295 clauses, largest domain size 121
0.93/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.14	c 1	10 (10%) CSP integer variables are encoded (1040 clauses, 11391 bytes)
1.03/1.14	c 1	20 (20%) CSP integer variables are encoded (2080 clauses, 24911 bytes)
1.03/1.14	c 1	30 (30%) CSP integer variables are encoded (3080 clauses, 37911 bytes)
1.03/1.15	c 1	40 (40%) CSP integer variables are encoded (4270 clauses, 53381 bytes)
1.03/1.15	c 1	50 (50%) CSP integer variables are encoded (5270 clauses, 66381 bytes)
1.03/1.15	c 1	60 (60%) CSP integer variables are encoded (6350 clauses, 80421 bytes)
1.03/1.15	c 1	70 (70%) CSP integer variables are encoded (7400 clauses, 94071 bytes)
1.03/1.15	c 1	80 (80%) CSP integer variables are encoded (8470 clauses, 107981 bytes)
1.03/1.15	c 1	90 (90%) CSP integer variables are encoded (9500 clauses, 121371 bytes)
1.03/1.16	c 1	100 (100%) CSP integer variables are encoded (10600 clauses, 137060 bytes)
1.12/1.20	c 1	230 (10%) CSP clauses are encoded (25313 clauses, 404247 bytes)
1.12/1.23	c 1	459 (20%) CSP clauses are encoded (39739 clauses, 675846 bytes)
1.12/1.26	c 1	689 (30%) CSP clauses are encoded (54840 clauses, 970606 bytes)
1.22/1.30	c 1	918 (40%) CSP clauses are encoded (68812 clauses, 1244830 bytes)
1.22/1.33	c 1	1148 (50%) CSP clauses are encoded (83137 clauses, 1526297 bytes)
1.22/1.36	c 1	1377 (60%) CSP clauses are encoded (98941 clauses, 1833053 bytes)
1.22/1.39	c 1	1607 (70%) CSP clauses are encoded (113728 clauses, 2121489 bytes)
1.32/1.42	c 1	1836 (80%) CSP clauses are encoded (128867 clauses, 2415463 bytes)
1.32/1.45	c 1	2066 (90%) CSP clauses are encoded (144295 clauses, 2713065 bytes)
1.32/1.48	c 1	2295 (100%) CSP clauses are encoded (160350 clauses, 3012484 bytes)
1.32/1.48	c 1	2295 CSP clauses encoded
1.32/1.48	c 1	Writing map file : HOME/temp.map
1.32/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.32/1.49	c 1	SAT : 12150 SAT variables, 160350 SAT clauses, 3012484 bytes
1.32/1.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.41/1.53	c 1	SOLVING HOME/temp.cnf
1.41/1.53	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.41/1.53	c 1	This is MiniSat 2.0 beta
1.41/1.53	c 1	WARNING: for repeatability, setting FPU to use double precision
1.41/1.53	c 1	============================[ Problem Statistics ]=============================
1.41/1.53	c 1	|                                                                             |
1.41/1.53	c 1	|  Number of variables:  12150                                                |
1.41/1.53	c 1	|  Number of clauses:    160350                                               |
1.42/1.62	c 1	|  Parsing time:         0.08         s                                       |
1.42/1.63	c 2	============================[ Search Statistics ]==============================
1.42/1.63	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.42/1.63	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.42/1.63	c 2	===============================================================================
1.42/1.63	c 2	|         0 |   12150   160350   454702 |    53450        0    nan |  0.000 % |
1.42/1.69	c 2	|       100 |   12150   160350   454702 |    58795       97     25 |  0.099 % |
1.42/1.79	c 2	|       250 |   12149   160350   454702 |    64674      239     15 |  0.379 % |
1.42/1.88	c 2	|       476 |   12149   160350   454702 |    71141      464     12 |  0.420 % |
1.43/2.08	c 2	|       813 |   12099   159909   453576 |    78256      800     11 |  0.436 % |
2.17/2.34	c 2	|      1319 |   12081   159756   453183 |    86081     1298     11 |  0.716 % |
2.47/2.66	c 3	|      2080 |   12080   159756   453183 |    94689     2058     10 |  0.757 % |
3.07/3.25	c 3	|      3220 |   12058   159509   452531 |   104158     3197     10 |  0.774 % |
3.77/4.00	c 4	|      4930 |   12041   159355   452137 |   114574     4903     10 |  0.938 % |
5.35/5.52	c 5	|      7493 |   12036   159305   452008 |   126032     7466     11 |  0.938 % |
7.62/7.86	c 8	|     11337 |   12029   159240   451835 |   138635    11307     11 |  0.996 % |
11.39/11.67	c 12	|     17103 |   12023   159203   451745 |   152499    17069     12 |  1.062 % |
17.03/17.34	c 17	|     25753 |   12019   159172   451669 |   167748    25718     12 |  1.078 % |
29.91/30.37	c 30	|     38727 |   12017   159159   451637 |   184523    38691     12 |  1.095 % |
51.11/51.70	c 52	|     58188 |   12009   159063   451376 |   202976    58149     13 |  1.161 % |
92.91/93.94	c 94	|     87380 |   12005   159040   451325 |   223273    87339     13 |  1.194 % |
171.27/173.06	c 173	|    131169 |   12005   159040   451325 |   245601   131128     14 |  1.194 % |
319.07/322.23	c 322	|    196853 |   12002   159006   451234 |   270161   196810     14 |  1.218 % |
429.13/433.31	c 433	===============================================================================
429.13/433.31	c 433	restarts              : 18
429.13/433.31	c 433	conflicts             : 236477         (553 /sec)
429.13/433.31	c 433	decisions             : 284477         (1.29 % random) (665 /sec)
429.13/433.31	c 433	propagations          : 235707574      (551172 /sec)
429.13/433.31	c 433	conflict literals     : 3444924        (38.77 % deleted)
429.13/433.31	c 433	Memory used           : 31.23 MB
429.13/433.31	c 433	CPU time              : 427.648 s
429.13/433.31	c 433	
429.13/433.31	c 433	UNSATISFIABLE
429.13/433.31	c 433	DECODING HOME/temp.out WITH HOME/temp.map
429.13/433.31	c 433	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
429.13/433.40	c 433	Decoding HOME/temp.out
429.16/433.43	s UNSATISFIABLE
429.16/433.43	c 433	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
429.16/433.45	c 433	CPU 429.06 (0.04 0.01 429.02 0.19)
429.16/433.45	c 433	END Sat Jul  5 06:58:22 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1085394-1215233469/watcher-1085394-1215233469 -o /tmp/evaluation-result-1085394-1215233469/solver-1085394-1215233469 -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-1085394-1215233469.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.01 2.00 4/73 424
/proc/meminfo: memFree=1307532/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=12268 CPUtime=0
/proc/424/stat : 424 (sugar) R 422 424 30438 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002319775 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/424/statm: 3067 316 241 3 0 167 0

[startup+0.0913481 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 424
/proc/meminfo: memFree=1307532/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=0.04
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002319775 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101342 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 424
/proc/meminfo: memFree=1307532/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=0.04
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002319775 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301364 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 424
/proc/meminfo: memFree=1307532/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=0.04
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002319775 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701403 s]
/proc/loadavg: 2.00 2.01 2.00 4/73 424
/proc/meminfo: memFree=1307532/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=0.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 973 4760 0 1 3 1 36 3 16 0 1 0 2002319775 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 446
/proc/meminfo: memFree=1294580/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=0.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 974 4760 0 1 3 1 36 3 15 0 1 0 2002319775 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 797 370 3 0 500 0
[pid=437] ppid=424 vsize=5356 CPUtime=0
/proc/437/stat : 437 (sh) S 424 424 30438 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002319823 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/437/statm: 1339 233 193 169 0 50 0
[pid=438] ppid=437 vsize=868364 CPUtime=0.98
/proc/438/stat : 438 (java) S 437 424 30438 0 -1 0 6405 0 1 0 93 5 0 0 18 0 9 0 2002319823 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 217091 5546 2565 9 0 211638 0
[pid=438/tid=439] ppid=437 vsize=868364 CPUtime=0.7
/proc/438/task/439/stat : 439 (java) S 437 424 30438 0 -1 64 2790 0 1 0 67 3 0 0 20 0 9 0 2002319824 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=440] ppid=437 vsize=868364 CPUtime=0.05
/proc/438/task/440/stat : 440 (java) S 437 424 30438 0 -1 64 1444 0 0 0 5 0 0 0 16 0 9 0 2002319825 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=441] ppid=437 vsize=868364 CPUtime=0
/proc/438/task/441/stat : 441 (java) S 437 424 30438 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002319825 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=442] ppid=437 vsize=868364 CPUtime=0
/proc/438/task/442/stat : 442 (java) S 437 424 30438 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002319825 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=443] ppid=437 vsize=868364 CPUtime=0
/proc/438/task/443/stat : 443 (java) S 437 424 30438 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002319827 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=444] ppid=437 vsize=868364 CPUtime=0.21
/proc/438/task/444/stat : 444 (java) S 437 424 30438 0 -1 64 1479 0 0 0 20 1 0 0 16 0 9 0 2002319827 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=445] ppid=437 vsize=868364 CPUtime=0
/proc/438/task/445/stat : 445 (java) S 437 424 30438 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002319827 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=438/tid=446] ppid=437 vsize=868364 CPUtime=0
/proc/438/task/446/stat : 446 (java) S 437 424 30438 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002319827 889204736 5546 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887320

[startup+3.10165 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 448
/proc/meminfo: memFree=1293364/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 15 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=9868 CPUtime=1.54
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 2292 0 0 0 153 1 0 0 25 0 1 0 2002319928 10104832 2278 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 2467 2278 75 150 0 2314 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 28824

[startup+6.30197 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 448
/proc/meminfo: memFree=1292724/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=10264 CPUtime=4.71
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 2412 0 0 0 470 1 0 0 25 0 1 0 2002319928 10510336 2398 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 2566 2398 75 150 0 2413 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 29220

[startup+12.7026 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 448
/proc/meminfo: memFree=1291700/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=11328 CPUtime=11.05
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 2643 0 0 0 1104 1 0 0 25 0 1 0 2002319928 11599872 2629 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 2832 2629 75 150 0 2679 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 30284

[startup+25.5019 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 448
/proc/meminfo: memFree=1290420/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=12548 CPUtime=23.73
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 2954 0 0 0 2371 2 0 0 25 0 1 0 2002319928 12849152 2940 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 3137 2940 75 150 0 2984 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 31504

[startup+51.1014 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 448
/proc/meminfo: memFree=1274164/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=14776 CPUtime=49.08
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 3530 0 0 0 4906 2 0 0 25 0 1 0 2002319928 15130624 3516 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 3694 3516 75 150 0 3541 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 33732

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1270708/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=18296 CPUtime=99.81
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 4341 0 0 0 9978 3 0 0 25 0 1 0 2002319928 18735104 4327 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 4574 4327 75 150 0 4421 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 37252

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1248884/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=21276 CPUtime=159.24
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 5126 0 0 0 15920 4 0 0 25 0 1 0 2002319928 21786624 5112 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 5319 5112 75 150 0 5166 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 40232

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1245684/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=24300 CPUtime=218.67
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 5833 0 0 0 21863 4 0 0 25 0 1 0 2002319928 24883200 5819 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 6075 5819 75 150 0 5922 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 43256

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1242676/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=26704 CPUtime=278.12
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 6440 0 0 0 27807 5 0 0 25 0 1 0 2002319928 27344896 6426 996147200 134512640 135127466 4294956256 18446744073709551615 134530957 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 6676 6426 75 150 0 6523 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 45660

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1227068/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=29184 CPUtime=337.55
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7074 0 0 0 33749 6 0 0 25 0 1 0 2002319928 29884416 7060 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7296 7060 75 150 0 7143 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 48140

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1224828/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31696 CPUtime=396.99
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7589 0 0 0 39693 6 0 0 25 0 1 0 2002319928 32456704 7575 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7924 7575 75 150 0 7771 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 50652

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

[startup+409.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1221948/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31828 CPUtime=404.12
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7630 0 0 0 40406 6 0 0 25 0 1 0 2002319928 32591872 7616 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7957 7616 75 150 0 7804 0
Current children cumulated CPU time (s) 405.55
Current children cumulated vsize (KiB) 50784

[startup+422.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215356/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=416.8
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7659 0 0 0 41674 6 0 0 25 0 1 0 2002319928 32747520 7645 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7645 75 150 0 7842 0
Current children cumulated CPU time (s) 418.23
Current children cumulated vsize (KiB) 50936

[startup+428.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=423.14
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7661 0 0 0 42308 6 0 0 25 0 1 0 2002319928 32747520 7647 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7647 75 150 0 7842 0
Current children cumulated CPU time (s) 424.57
Current children cumulated vsize (KiB) 50936

[startup+431.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=426.32
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7661 0 0 0 42626 6 0 0 25 0 1 0 2002319928 32747520 7647 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7647 75 150 0 7842 0
Current children cumulated CPU time (s) 427.75
Current children cumulated vsize (KiB) 50936

[startup+432.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=427.11
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7661 0 0 0 42705 6 0 0 25 0 1 0 2002319928 32747520 7647 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7647 75 150 0 7842 0
Current children cumulated CPU time (s) 428.54
Current children cumulated vsize (KiB) 50936

[startup+433.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=427.51
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7661 0 0 0 42745 6 0 0 25 0 1 0 2002319928 32747520 7647 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7647 75 150 0 7842 0
Current children cumulated CPU time (s) 428.94
Current children cumulated vsize (KiB) 50936

[startup+433.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=1.43
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1032 11456 0 2 4 1 129 9 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
[pid=447] ppid=424 vsize=5356 CPUtime=0
/proc/447/stat : 447 (sh) S 424 424 30438 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002319928 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/447/statm: 1339 232 193 169 0 50 0
[pid=448] ppid=447 vsize=31980 CPUtime=427.7
/proc/448/stat : 448 (minisat) R 447 424 30438 0 -1 4194304 7661 0 0 0 42764 6 0 0 25 0 1 0 2002319928 32747520 7647 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/448/statm: 7995 7647 75 150 0 7842 0
Current children cumulated CPU time (s) 429.13
Current children cumulated vsize (KiB) 50936

[startup+433.408 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 448
/proc/meminfo: memFree=1215228/2055920 swapFree=4179028/4192956
[pid=424] ppid=422 vsize=13600 CPUtime=429.16
/proc/424/stat : 424 (sugar) S 422 424 30438 0 -1 4194304 1087 19411 0 2 4 1 42894 17 16 0 1 0 2002319775 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/424/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 429.16
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 433.452
CPU time (s): 429.282
CPU user time (s): 429.072
CPU system time (s): 0.209968
CPU usage (%): 99.0378
Max. virtual memory (cumulated for all children) (KiB): 887320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 429.072
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24184
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2308
involuntary context switches= 11700

runsolver used 0.45693 second user time and 1.52577 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-05 06:51:09
IDJOB=1085394
IDBENCH=57628
IDSOLVER=346
FILE ID=node36/1085394-1215233469
PBS_JOBID= 7881819
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr1/normalized-super-jobShop-e0ddr1-9.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-1085394-1215233469/watcher-1085394-1215233469 -o /tmp/evaluation-result-1085394-1215233469/solver-1085394-1215233469 -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-1085394-1215233469.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f9d1f2b59857321b1a820082b7eb128a
RANDOM SEED=1483285476

node36.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.240
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.240
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:       1308012 kB
Buffers:        101672 kB
Cached:         401416 kB
SwapCached:       7932 kB
Active:         489540 kB
Inactive:       186740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308012 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1472 kB
Writeback:           0 kB
Mapped:         179676 kB
Slab:            56828 kB
Committed_AS:  3468944 kB
PageTables:       2064 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= 66520 MiB
End job on node36 at 2008-07-05 06:58:22