Trace number 1059528

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 212.554 215.69

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-4-fair.xml
MD5SUM8c1329d087dbb04798b767436b695c7f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.67214
Satisfiable
(Un)Satisfiability was proved
Number of variables9862
Number of constraints9327
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9327
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 00:21:20 2008
0.00/0.05	c 0	PID 6411
0.00/0.05	c 0	HOST node56.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1059528-1215123680.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-1059528-1215123680.xml' 'HOME/temp.csp'
1.15/1.28	c 1	3 domains, 9862 variables, 9 predicates, 0 relations, 9327 constraints
1.24/1.31	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.24/1.31	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.24/1.39	c 1	Parsing HOME/temp.csp
1.25/1.70	c 2	parsed 10000 expressions
1.25/1.93	c 2	parsed 19201 expressions
1.25/1.93	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.25/1.93	c 2	Converting to clausal form CSP
1.25/1.98	c 2	converted 1921 (10%) expressions
1.25/1.98	c 2	converted 3841 (20%) expressions
1.25/1.99	c 2	converted 5761 (30%) expressions
1.25/1.99	c 2	converted 7681 (40%) expressions
1.25/2.00	c 2	converted 9601 (50%) expressions
2.12/2.28	c 2	converted 11521 (60%) expressions
2.40/2.55	c 3	converted 13441 (70%) expressions
2.61/2.75	c 3	converted 15361 (80%) expressions
2.91/3.03	c 3	converted 17281 (90%) expressions
3.01/3.18	c 3	converted 19201 (100%) expressions
3.01/3.18	c 3	CSP : 17243 integers, 610 booleans, 42416 clauses, largest domain size 20001
3.01/3.18	c 3	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.18	c 3	Propagation in CSP
122.66/123.91	c 124	241570556 values, 0 unsatisfiable literals, and 0 valid clauses are removed
122.66/123.92	c 124	CSP : 17243 integers, 610 booleans, 42416 clauses, largest domain size 20001
122.66/123.92	c 124	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.66/123.94	c 124	Simplifing CSP by introducing new Boolean variables
122.75/124.03	c 124	CSP : 17243 integers, 15560 booleans, 57366 clauses, largest domain size 20001
122.75/124.03	c 124	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
122.95/124.27	c 124	Encoding CSP to SAT : HOME/temp.cnf
123.14/124.42	c 124	1725 (10%) CSP integer variables are encoded (85106 clauses, 1254552 bytes)
124.33/125.64	c 126	3449 (20%) CSP integer variables are encoded (1057778 clauses, 17880090 bytes)
124.73/126.07	c 126	5173 (30%) CSP integer variables are encoded (1392134 clauses, 24232854 bytes)
125.62/126.93	c 127	6898 (40%) CSP integer variables are encoded (2062060 clauses, 36961448 bytes)
126.02/127.35	c 127	8622 (50%) CSP integer variables are encoded (2389199 clauses, 43177089 bytes)
126.02/127.35	c 127	10346 (60%) CSP integer variables are encoded (2389199 clauses, 43177089 bytes)
126.40/127.74	c 128	12071 (70%) CSP integer variables are encoded (2679141 clauses, 48685987 bytes)
126.59/127.96	c 128	13795 (80%) CSP integer variables are encoded (2839109 clauses, 51725379 bytes)
126.90/128.21	c 128	15519 (90%) CSP integer variables are encoded (3029081 clauses, 55334847 bytes)
127.10/128.42	c 128	17243 (100%) CSP integer variables are encoded (3199055 clauses, 58564353 bytes)
142.23/144.73	c 145	5737 (10%) CSP clauses are encoded (11682841 clauses, 229954536 bytes)
142.63/145.16	c 145	11474 (20%) CSP clauses are encoded (11964550 clauses, 235569680 bytes)
143.43/145.94	c 146	17210 (30%) CSP clauses are encoded (12487059 clauses, 246149572 bytes)
144.33/146.84	c 147	22947 (40%) CSP clauses are encoded (13088665 clauses, 258449971 bytes)
144.93/147.45	c 148	28683 (50%) CSP clauses are encoded (13490572 clauses, 266987049 bytes)
144.93/147.49	c 148	34420 (60%) CSP clauses are encoded (13493267 clauses, 267041832 bytes)
145.03/147.52	c 148	40157 (70%) CSP clauses are encoded (13495930 clauses, 267095917 bytes)
146.33/148.90	c 149	45893 (80%) CSP clauses are encoded (14418676 clauses, 286701829 bytes)
147.14/149.69	c 150	51630 (90%) CSP clauses are encoded (14940887 clauses, 297795744 bytes)
147.23/149.75	c 150	57366 (100%) CSP clauses are encoded (14957130 clauses, 298234404 bytes)
147.23/149.75	c 150	57366 CSP clauses encoded
147.23/149.75	c 150	Writing map file : HOME/temp.map
147.32/149.82	c 150	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
147.32/149.82	c 150	SAT : 3219355 SAT variables, 14957130 SAT clauses, 298234404 bytes
147.32/149.82	c 150	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
147.32/149.85	c 150	SOLVING HOME/temp.cnf
147.32/149.85	c 150	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
147.32/149.86	c 150	This is MiniSat 2.0 beta
147.32/149.86	c 150	WARNING: for repeatability, setting FPU to use double precision
147.32/149.86	c 150	============================[ Problem Statistics ]=============================
147.32/149.86	c 150	|                                                                             |
147.32/149.86	c 150	|  Number of variables:  3219355                                              |
147.32/149.86	c 150	|  Number of clauses:    14957130                                             |
155.02/157.65	c 158	|  Parsing time:         6.42         s                                       |
155.52/158.11	c 158	============================[ Search Statistics ]==============================
155.52/158.11	c 158	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
155.52/158.11	c 158	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
155.52/158.11	c 158	===============================================================================
155.52/158.11	c 158	|         0 | 3128523 14863460 38591139 |  4954486        0    nan |  0.000 % |
167.61/170.37	c 170	|       100 | 3118703 14863460 38591139 |  5449935       90      3 |  9.710 % |
202.87/205.92	c 206	|       251 | 2505933 13207846 35010781 |  5994928      150      3 | 22.796 % |
211.68/214.85	c 215	===============================================================================
211.68/214.85	c 215	restarts              : 3
211.68/214.85	c 215	conflicts             : 423            (7 /sec)
211.68/214.85	c 215	decisions             : 4016           (0.85 % random) (64 /sec)
211.68/214.85	c 215	propagations          : 107404323      (1705767 /sec)
211.68/214.85	c 215	conflict literals     : 1042           (3.43 % deleted)
211.68/214.85	c 215	Memory used           : 832.95 MB
211.68/214.85	c 215	CPU time              : 62.9654 s
211.68/214.85	c 215	
211.68/214.85	c 215	UNSATISFIABLE
211.78/214.98	c 215	DECODING HOME/temp.out WITH HOME/temp.map
211.78/214.98	c 215	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
211.87/215.07	c 215	Decoding HOME/temp.out
211.87/215.49	s UNSATISFIABLE
211.87/215.49	c 216	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
212.36/215.53	c 216	CPU 207.88 (0.04 0.01 207.84 4.48)
212.36/215.53	c 216	END Fri Jul  4 00:24:56 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-1059528-1215123680/watcher-1059528-1215123680 -o /tmp/evaluation-result-1059528-1215123680/solver-1059528-1215123680 -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-1059528-1215123680.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.91 1.93 4/73 6411
/proc/meminfo: memFree=1454136/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=18572 CPUtime=0
/proc/6411/stat : 6411 (runsolver) R 6409 6411 5210 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991339587 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 250968861991 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6411/statm: 4643 292 257 25 0 2626 0

[startup+0.0818139 s]
/proc/loadavg: 1.91 1.91 1.93 4/73 6411
/proc/meminfo: memFree=1454136/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991339587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102977 s]
/proc/loadavg: 1.91 1.91 1.93 4/73 6411
/proc/meminfo: memFree=1454136/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991339587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302994 s]
/proc/loadavg: 1.91 1.91 1.93 4/73 6411
/proc/meminfo: memFree=1454136/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991339587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701076 s]
/proc/loadavg: 1.91 1.91 1.93 4/73 6411
/proc/meminfo: memFree=1454136/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1991339587 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50121 s]
/proc/loadavg: 1.91 1.91 1.93 4/84 6423
/proc/meminfo: memFree=1429792/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 973 10538 0 1 3 1 113 8 16 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13600

[startup+3.1025 s]
/proc/loadavg: 1.91 1.91 1.93 4/84 6433
/proc/meminfo: memFree=1434912/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 974 10538 0 1 3 1 113 8 15 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991339718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868420 CPUtime=1.76
/proc/6425/stat : 6425 (java) S 6424 6411 5210 0 -1 0 12026 0 1 0 168 8 0 0 18 0 9 0 1991339718 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217105 10943 2540 9 0 211680 0
[pid=6425/tid=6426] ppid=6424 vsize=868420 CPUtime=0.93
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5210 0 -1 64 2892 0 1 0 91 2 0 0 25 0 9 0 1991339719 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4126610031 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868420 CPUtime=0.59
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5210 0 -1 64 6955 0 0 0 55 4 0 0 16 0 9 0 1991339720 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991339721 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991339721 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991339723 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868420 CPUtime=0.21
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5210 0 -1 64 1482 0 0 0 20 1 0 0 16 0 9 0 1991339723 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991339723 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991339723 889262080 10943 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887376

[startup+6.30107 s]
/proc/loadavg: 1.92 1.91 1.93 3/84 6433
/proc/meminfo: memFree=1412640/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 974 10538 0 1 3 1 113 8 15 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991339718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868420 CPUtime=4.92
/proc/6425/stat : 6425 (java) S 6424 6411 5210 0 -1 0 13395 0 1 0 482 10 0 0 18 0 9 0 1991339718 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217105 12114 2540 9 0 211680 0
[pid=6425/tid=6426] ppid=6424 vsize=868420 CPUtime=3.92
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5210 0 -1 64 3090 0 1 0 390 2 0 0 25 0 9 0 1991339719 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4126624922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868420 CPUtime=0.75
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5210 0 -1 64 8117 0 0 0 69 6 0 0 16 0 9 0 1991339720 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991339721 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991339721 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991339723 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868420 CPUtime=0.23
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5210 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1991339723 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991339723 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991339723 889262080 12114 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887376

[startup+12.7022 s]
/proc/loadavg: 1.92 1.91 1.93 3/84 6433
/proc/meminfo: memFree=1412576/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 974 10538 0 1 3 1 113 8 15 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991339718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868420 CPUtime=11.26
/proc/6425/stat : 6425 (java) S 6424 6411 5210 0 -1 0 13784 0 1 0 1112 14 0 0 18 0 9 0 1991339718 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217105 12119 2540 9 0 211680 0
[pid=6425/tid=6426] ppid=6424 vsize=868420 CPUtime=10.1
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5210 0 -1 64 3474 0 1 0 1006 4 0 0 25 0 9 0 1991339719 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4126972611 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868420 CPUtime=0.9
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5210 0 -1 64 8122 0 0 0 82 8 0 0 16 0 9 0 1991339720 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991339721 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991339721 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991339723 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868420 CPUtime=0.23
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5210 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1991339723 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991339723 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991339723 889262080 12119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887376

[startup+25.5025 s]
/proc/loadavg: 1.94 1.91 1.93 3/84 6433
/proc/meminfo: memFree=1412576/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 974 10538 0 1 3 1 113 8 15 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991339718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868420 CPUtime=23.93
/proc/6425/stat : 6425 (java) S 6424 6411 5210 0 -1 0 14561 0 1 0 2371 22 0 0 18 0 9 0 1991339718 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217105 12131 2540 9 0 211680 0
[pid=6425/tid=6426] ppid=6424 vsize=868420 CPUtime=22.44
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5210 0 -1 64 4239 0 1 0 2238 6 0 0 25 0 9 0 1991339719 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4126976239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868420 CPUtime=1.23
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5210 0 -1 64 8134 0 0 0 110 13 0 0 16 0 9 0 1991339720 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991339721 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991339721 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991339723 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868420 CPUtime=0.23
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5210 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1991339723 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991339723 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991339723 889262080 12131 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887376

[startup+51.102 s]
/proc/loadavg: 1.96 1.92 1.93 3/84 6433
/proc/meminfo: memFree=1412256/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=1.25
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 974 10538 0 1 3 1 113 8 15 0 1 0 1991339587 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991339718 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868420 CPUtime=49.3
/proc/6425/stat : 6425 (java) S 6424 6411 5210 0 -1 0 16128 0 1 0 4892 38 0 0 18 0 9 0 1991339718 889262080 12155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=6425/tid=6428] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1991339721 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1991339721 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991339723 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868420 CPUtime=0.23
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5210 0 -1 64 1491 0 0 0 22 1 0 0 16 0 9 0 1991339723 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5210 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1991339723 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868420 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1991339723 889262080 12188 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 887376

[startup+162.303 s]
/proc/loadavg: 2.66 2.11 1.99 3/76 6437
/proc/meminfo: memFree=356128/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 15 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=841156 CPUtime=12.32
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 199385 0 0 0 1096 136 0 0 25 0 1 0 1991354573 861343744 199371 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 210289 199371 72 150 0 210136 0
Current children cumulated CPU time (s) 159.69
Current children cumulated vsize (KiB) 860112

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

[startup+179.102 s]
/proc/loadavg: 2.81 2.17 2.01 3/76 6437
/proc/meminfo: memFree=344608/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852800 CPUtime=28.96
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201901 0 0 0 2756 140 0 0 25 0 1 0 1991354573 873267200 201887 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213200 201887 75 150 0 213047 0
Current children cumulated CPU time (s) 176.33
Current children cumulated vsize (KiB) 871756

[startup+191.902 s]
/proc/loadavg: 2.63 2.16 2.01 3/76 6437
/proc/meminfo: memFree=344608/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852932 CPUtime=41.63
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201982 0 0 0 4023 140 0 0 25 0 1 0 1991354573 873402368 201968 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213233 201968 75 150 0 213080 0
Current children cumulated CPU time (s) 189
Current children cumulated vsize (KiB) 871888

[startup+204.701 s]
/proc/loadavg: 2.49 2.15 2.01 3/76 6437
/proc/meminfo: memFree=344736/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852932 CPUtime=54.31
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201982 0 0 0 5291 140 0 0 25 0 1 0 1991354573 873402368 201968 996147200 134512640 135127466 4294956272 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213233 201968 75 150 0 213080 0
Current children cumulated CPU time (s) 201.68
Current children cumulated vsize (KiB) 871888

[startup+211.102 s]
/proc/loadavg: 2.45 2.15 2.01 3/76 6437
/proc/meminfo: memFree=344992/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852932 CPUtime=60.65
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201982 0 0 0 5925 140 0 0 25 0 1 0 1991354573 873402368 201968 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213233 201968 75 150 0 213080 0
Current children cumulated CPU time (s) 208.02
Current children cumulated vsize (KiB) 871888

[startup+212.703 s]
/proc/loadavg: 2.45 2.15 2.01 3/76 6437
/proc/meminfo: memFree=344992/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852932 CPUtime=62.23
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201982 0 0 0 6083 140 0 0 25 0 1 0 1991354573 873402368 201968 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213233 201968 75 150 0 213080 0
Current children cumulated CPU time (s) 209.6
Current children cumulated vsize (KiB) 871888

[startup+214.301 s]
/proc/loadavg: 2.45 2.15 2.01 3/76 6437
/proc/meminfo: memFree=344992/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=147.37
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1033 36637 0 2 4 1 14442 290 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6436] ppid=6411 vsize=5356 CPUtime=0
/proc/6436/stat : 6436 (sh) S 6411 6411 5210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991354572 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6436/statm: 1339 232 193 169 0 50 0
[pid=6437] ppid=6436 vsize=852932 CPUtime=63.82
/proc/6437/stat : 6437 (minisat) R 6436 6411 5210 0 -1 4194304 201982 0 0 0 6242 140 0 0 25 0 1 0 1991354573 873402368 201968 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6437/statm: 213233 201968 75 150 0 213080 0
Current children cumulated CPU time (s) 211.19
Current children cumulated vsize (KiB) 871888

[startup+215.101 s]
/proc/loadavg: 2.41 2.14 2.01 3/76 6437
/proc/meminfo: memFree=344992/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=211.87
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1090 238913 0 2 4 1 20738 444 16 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 211.87
Current children cumulated vsize (KiB) 13600

[startup+215.501 s]
/proc/loadavg: 2.41 2.14 2.01 2/84 6447
/proc/meminfo: memFree=1146784/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=211.87
/proc/6411/stat : 6411 (sugar) S 6409 6411 5210 0 -1 4194304 1090 238913 0 2 4 1 20738 444 15 0 1 0 1991339587 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 250977759330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6438] ppid=6411 vsize=5356 CPUtime=0
/proc/6438/stat : 6438 (sh) S 6411 6411 5210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991361085 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 250968859460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6438/statm: 1339 233 193 169 0 50 0
[pid=6439] ppid=6438 vsize=864172 CPUtime=0.49
/proc/6439/stat : 6439 (java) S 6438 6411 5210 0 -1 0 4057 0 1 0 46 3 0 0 18 0 9 0 1991361086 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6439/statm: 216043 3515 1695 9 0 210618 0
[pid=6439/tid=6440] ppid=6438 vsize=864172 CPUtime=0.39
/proc/6439/task/6440/stat : 6440 (java) S 6438 6411 5210 0 -1 64 2540 0 1 0 37 2 0 0 18 0 9 0 1991361087 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6441] ppid=6438 vsize=864172 CPUtime=0.01
/proc/6439/task/6441/stat : 6441 (java) S 6438 6411 5210 0 -1 64 505 0 0 0 1 0 0 0 16 0 9 0 1991361088 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6442] ppid=6438 vsize=864172 CPUtime=0
/proc/6439/task/6442/stat : 6442 (java) S 6438 6411 5210 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991361089 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6443] ppid=6438 vsize=864172 CPUtime=0
/proc/6439/task/6443/stat : 6443 (java) S 6438 6411 5210 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991361089 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6444] ppid=6438 vsize=864172 CPUtime=0
/proc/6439/task/6444/stat : 6444 (java) S 6438 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991361091 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6445] ppid=6438 vsize=864172 CPUtime=0.06
/proc/6439/task/6445/stat : 6445 (java) S 6438 6411 5210 0 -1 64 321 0 0 0 6 0 0 0 19 0 9 0 1991361091 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6446] ppid=6438 vsize=864172 CPUtime=0
/proc/6439/task/6446/stat : 6446 (java) S 6438 6411 5210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991361091 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6439/tid=6447] ppid=6438 vsize=864172 CPUtime=0
/proc/6439/task/6447/stat : 6447 (java) S 6438 6411 5210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991361091 884912128 3515 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 212.36
Current children cumulated vsize (KiB) 883128

[startup+215.606 s]
/proc/loadavg: 2.41 2.14 2.01 2/84 6447
/proc/meminfo: memFree=1146784/2055920 swapFree=4179440/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=212.45
/proc/6411/stat : 6411 (sugar) R 6409 6411 5210 0 -1 4194304 1119 243260 0 3 4 9 20784 448 16 0 1 0 1991339587 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 250969035817 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6411/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 212.45
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 215.69
CPU time (s): 212.554
CPU user time (s): 207.897
CPU system time (s): 4.65629
CPU usage (%): 98.5458
Max. virtual memory (cumulated for all children) (KiB): 891224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 207.897
system time used= 4.65629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244409
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= 75981
involuntary context switches= 79830

runsolver used 0.272958 second user time and 0.736887 second system time

The end

Launcher Data (download as text)

Begin job on node56 at 2008-07-04 00:21:20
IDJOB=1059528
IDBENCH=54277
IDSOLVER=346
FILE ID=node56/1059528-1215123680
PBS_JOBID= 7877094
Free space on /tmp= 103220 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-9-4-fair.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-1059528-1215123680/watcher-1059528-1215123680 -o /tmp/evaluation-result-1059528-1215123680/solver-1059528-1215123680 -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-1059528-1215123680.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8c1329d087dbb04798b767436b695c7f
RANDOM SEED=1118940002

node56.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1454616 kB
Buffers:         71268 kB
Cached:         400068 kB
SwapCached:       7316 kB
Active:         264164 kB
Inactive:       264092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454616 kB
SwapTotal:     4192956 kB
SwapFree:      4179440 kB
Dirty:            3148 kB
Writeback:           0 kB
Mapped:          63936 kB
Slab:            58148 kB
Committed_AS:  3983860 kB
PageTables:       1956 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= 103216 MiB
End job on node56 at 2008-07-04 00:24:56