Trace number 2065461

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.14.6+minisatUNSAT 854.294 857.517

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-0_ext.xml
MD5SUM1b92140e9349a43b07ee62c365fab9f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.922858
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sat Jul 11 20:51:37 2009
0.05/0.07	c 0	PID 15686
0.05/0.07	c 0	HOST node91.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2065461-1247338296.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065461-1247338296.xml' 'HOME/temp.csp'
0.06/0.61	c 0	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.59/0.72	c 0	Parsing HOME/temp.csp
1.22/1.31	c 1	parsed 31 expressions
1.22/1.32	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.32	c 1	Converting to clausal form CSP
1.22/1.33	c 1	converted 4 (10%) expressions
1.22/1.34	c 1	converted 7 (20%) expressions
1.22/1.34	c 1	converted 10 (30%) expressions
1.22/1.34	c 1	converted 13 (40%) expressions
1.22/1.34	c 1	converted 16 (50%) expressions
1.22/1.34	c 1	converted 19 (60%) expressions
1.22/1.34	c 1	converted 22 (70%) expressions
1.22/1.36	c 1	converted 25 (80%) expressions
1.72/1.88	c 1	converted 28 (90%) expressions
2.41/2.51	c 2	converted 31 (100%) expressions
2.41/2.51	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.41/2.51	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.51	c 2	Propagation in CSP
2.41/2.51	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.41/2.51	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.41/2.51	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.52	c 2	Simplifing CSP by introducing new Boolean variables
2.41/2.52	c 2	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.41/2.52	c 2	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.61/2.74	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.61/2.75	c 2	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.61/2.75	c 2	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.61/2.75	c 2	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.61/2.75	c 2	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.61/2.75	c 2	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.61/2.75	c 2	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.61/2.75	c 2	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.61/2.75	c 2	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.61/2.75	c 2	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.61/2.76	c 2	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
139.34/140.15	c 140	1 (10%) CSP clauses are encoded (141238 clauses, 6423327 bytes)
295.16/296.75	c 296	2 (20%) CSP clauses are encoded (281860 clauses, 13174897 bytes)
445.47/447.93	c 447	3 (30%) CSP clauses are encoded (422536 clauses, 19928431 bytes)
595.64/598.67	c 598	4 (40%) CSP clauses are encoded (563503 clauses, 27185816 bytes)
758.16/761.36	c 761	5 (50%) CSP clauses are encoded (703909 clauses, 34175070 bytes)
758.16/761.36	c 761	5 CSP clauses encoded
758.16/761.36	c 761	Writing map file : HOME/temp.map
758.16/761.36	c 761	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
758.16/761.36	c 761	SAT : 180 SAT variables, 703909 SAT clauses, 34175070 bytes
758.16/761.36	c 761	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
758.22/761.42	c 761	SOLVING HOME/temp.cnf
758.22/761.42	c 761	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
758.22/761.43	c 761	This is MiniSat 2.0 beta
758.22/761.43	c 761	WARNING: for repeatability, setting FPU to use double precision
758.22/761.43	c 761	============================[ Problem Statistics ]=============================
758.22/761.43	c 761	|                                                                             |
758.22/761.43	c 761	|  Number of variables:  180                                                  |
758.22/761.43	c 761	|  Number of clauses:    703909                                               |
759.11/762.33	c 762	|  Parsing time:         0.82         s                                       |
759.11/762.39	c 762	============================[ Search Statistics ]==============================
759.11/762.39	c 762	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
759.11/762.39	c 762	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
759.11/762.39	c 762	===============================================================================
759.11/762.39	c 762	|         0 |     180   703909  8840190 |   234636        0    nan |  0.000 % |
759.21/762.49	c 762	|       101 |     180   703909  8840190 |   258099      101      8 |  0.003 % |
759.91/763.15	c 763	|       251 |     180   703909  8840190 |   283909      251      9 |  0.028 % |
760.61/763.87	c 763	|       477 |     180   703909  8840190 |   312300      477      9 |  0.028 % |
761.21/764.46	c 764	|       814 |     180   703909  8840190 |   343531      814      9 |  0.028 % |
762.51/765.74	c 765	|      1320 |     180   703909  8840190 |   377884     1320      9 |  0.028 % |
763.71/766.94	c 766	|      2081 |     180   703909  8840190 |   415672     2081     10 |  0.022 % |
765.50/768.71	c 768	|      3220 |     180   703909  8840190 |   457239     3220     10 |  0.019 % |
769.51/772.75	c 772	|      4929 |     180   703909  8840190 |   502963     4929     10 |  0.025 % |
775.71/778.96	c 779	|      7492 |     180   703909  8840190 |   553260     7492      9 |  0.074 % |
783.80/787.09	c 787	|     11338 |     179   703909  8840190 |   608586    11337     10 |  0.559 % |
797.69/800.98	c 801	|     17104 |     179   703909  8840190 |   669444    17103     11 |  0.565 % |
817.18/820.48	c 820	|     25753 |     178   703909  8840190 |   736389    25751     10 |  1.142 % |
849.56/852.86	c 852	|     38727 |     171   703909  8840190 |   810028    38724     11 |  5.003 % |
854.06/857.37	c 857	===============================================================================
854.06/857.37	c 857	restarts              : 14
854.06/857.37	c 857	conflicts             : 40300          (421 /sec)
854.06/857.37	c 857	decisions             : 47368          (1.90 % random) (494 /sec)
854.06/857.37	c 857	propagations          : 482497         (5036 /sec)
854.06/857.37	c 857	conflict literals     : 423367         (19.68 % deleted)
854.06/857.37	c 857	Memory used           : 72.96 MB
854.06/857.37	c 857	CPU time              : 95.8004 s
854.06/857.37	c 857	
854.06/857.37	c 857	UNSATISFIABLE
854.06/857.38	c 857	DECODING HOME/temp.out WITH HOME/temp.map
854.06/857.38	c 857	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
854.16/857.46	c 857	Decoding HOME/temp.out
854.16/857.47	s UNSATISFIABLE
854.16/857.48	c 857	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
854.16/857.49	c 857	CPU 854.26 (0.05 0.02 853.62 0.57)
854.16/857.49	c 857	END Sat Jul 11 21:05:54 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065461-1247338296/watcher-2065461-1247338296 -o /tmp/evaluation-result-2065461-1247338296/solver-2065461-1247338296 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065461-1247338296.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.21 2.21 4/83 15686
/proc/meminfo: memFree=1646112/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=12272 CPUtime=0
/proc/15686/stat : 15686 (sugar) R 15684 15686 15352 0 -1 4194304 359 0 0 0 0 0 0 0 19 0 1 0 20894273 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251601320549 0 0 4224 0 0 0 0 17 0 0 0
/proc/15686/statm: 3068 327 246 3 0 168 0

[startup+0.062439 s]
/proc/loadavg: 1.98 2.21 2.21 4/83 15686
/proc/meminfo: memFree=1646112/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16476 CPUtime=0.05
/proc/15686/stat : 15686 (sugar) R 15684 15686 15352 0 -1 4194304 1028 0 0 0 4 1 0 0 19 0 1 0 20894273 16871424 997 996147200 4194304 4206940 548682068608 18446744073709551615 251600999137 0 0 4224 0 0 0 0 17 0 0 0
/proc/15686/statm: 4119 998 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.110452 s]
/proc/loadavg: 1.98 2.21 2.21 4/83 15686
/proc/meminfo: memFree=1646112/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.06
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301475 s]
/proc/loadavg: 1.98 2.21 2.21 4/83 15686
/proc/meminfo: memFree=1646112/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.06
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701511 s]
/proc/loadavg: 1.98 2.21 2.21 4/83 15686
/proc/meminfo: memFree=1646112/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.59
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1292 8041 0 1 5 1 49 4 16 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 16868

[startup+1.5016 s]
/proc/loadavg: 2.06 2.22 2.21 6/94 15708
/proc/meminfo: memFree=1630664/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.59
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 1 49 4 16 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864404 CPUtime=0.83
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 9358 0 1 0 80 3 0 0 20 0 9 0 20894339 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216101 8578 2567 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864404 CPUtime=0.49
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 2712 0 1 0 48 1 0 0 25 0 9 0 20894340 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 103210838 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864404 CPUtime=0.28
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 5640 0 0 0 26 2 0 0 16 0 9 0 20894341 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864404 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864404 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20894341 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864404 CPUtime=0
/proc/15700/task/15705/stat : 15705 (java) S 15699 15686 15352 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20894343 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15706] ppid=15699 vsize=864404 CPUtime=0.04
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 20894343 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864404 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864404 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885149696 8578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886628

[startup+3.10178 s]
/proc/loadavg: 2.06 2.22 2.21 3/94 15708
/proc/meminfo: memFree=1592200/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.6
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 2 49 4 15 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864516 CPUtime=2.41
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 18570 0 1 0 235 6 0 0 20 0 9 0 20894339 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216129 17178 2590 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864516 CPUtime=1.11
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 3305 0 1 0 110 1 0 0 25 0 9 0 20894340 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126583110 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864516 CPUtime=1.21
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 14238 0 0 0 117 4 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15705/stat : 15705 (java) S 15699 15686 15352 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15706] ppid=15699 vsize=864516 CPUtime=0.07
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886740

[startup+6.30214 s]
/proc/loadavg: 2.06 2.22 2.21 3/94 15708
/proc/meminfo: memFree=1581456/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.6
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 2 49 4 15 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864516 CPUtime=5.61
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 18580 0 1 0 554 7 0 0 20 0 9 0 20894339 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216129 17178 2590 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864516 CPUtime=4.26
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 3315 0 1 0 425 1 0 0 25 0 9 0 20894340 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126564074 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864516 CPUtime=1.25
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 14238 0 0 0 121 4 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15705/stat : 15705 (java) S 15699 15686 15352 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15706] ppid=15699 vsize=864516 CPUtime=0.07
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886740

[startup+12.7029 s]
/proc/loadavg: 2.20 2.25 2.22 3/94 15708
/proc/meminfo: memFree=1580944/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.6
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 2 49 4 15 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864516 CPUtime=11.98
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 18580 0 1 0 1191 7 0 0 20 0 9 0 20894339 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216129 17178 2590 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864516 CPUtime=10.63
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 3315 0 1 0 1062 1 0 0 25 0 9 0 20894340 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126095869 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864516 CPUtime=1.25
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 14238 0 0 0 121 4 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15705/stat : 15705 (java) S 15699 15686 15352 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15706] ppid=15699 vsize=864516 CPUtime=0.07
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 886740

[startup+25.5013 s]
/proc/loadavg: 2.16 2.24 2.22 3/94 15708
/proc/meminfo: memFree=1579856/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.6
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 2 49 4 15 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864516 CPUtime=24.71
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 18595 0 1 0 2464 7 0 0 20 0 9 0 20894339 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216129 17178 2590 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864516 CPUtime=23.31
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 3330 0 1 0 2330 1 0 0 25 0 9 0 20894340 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126566946 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864516 CPUtime=1.3
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 14238 0 0 0 126 4 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864516 CPUtime=0

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

[pid=15700/tid=15706] ppid=15699 vsize=864516 CPUtime=0.08
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 639.27
Current children cumulated vsize (KiB) 886740

[startup+702.302 s]
/proc/loadavg: 1.02 1.39 1.81 2/94 15714
/proc/meminfo: memFree=1339216/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=0.6
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1310 8041 0 1 5 2 49 4 16 0 1 0 20894273 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1111 409 3 0 796 0
[pid=15699] ppid=15686 vsize=5356 CPUtime=0
/proc/15699/stat : 15699 (sh) S 15686 15686 15352 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20894339 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15699/statm: 1339 233 193 169 0 50 0
[pid=15700] ppid=15699 vsize=864516 CPUtime=698.6
/proc/15700/stat : 15700 (java) S 15699 15686 15352 0 -1 0 36274 0 1 0 69827 33 0 0 20 0 9 0 20894339 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15700/statm: 216129 25373 2590 9 0 210606 0
[pid=15700/tid=15701] ppid=15699 vsize=864516 CPUtime=695.04
/proc/15700/task/15701/stat : 15701 (java) R 15699 15686 15352 0 -1 64 3771 0 1 0 69488 16 0 0 25 0 9 0 20894340 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4126564096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15702] ppid=15699 vsize=864516 CPUtime=3.44
/proc/15700/task/15702/stat : 15702 (java) S 15699 15686 15352 0 -1 64 31465 0 0 0 329 15 0 0 16 0 9 0 20894341 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15703] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15703/stat : 15703 (java) S 15699 15686 15352 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15704] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15704/stat : 15704 (java) S 15699 15686 15352 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20894341 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15705] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15705/stat : 15705 (java) S 15699 15686 15352 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15706] ppid=15699 vsize=864516 CPUtime=0.08
/proc/15700/task/15706/stat : 15706 (java) S 15699 15686 15352 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15707] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15707/stat : 15707 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15700/tid=15708] ppid=15699 vsize=864516 CPUtime=0
/proc/15700/task/15708/stat : 15708 (java) S 15699 15686 15352 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20894343 885264384 25373 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 699.2
Current children cumulated vsize (KiB) 886740

[startup+762.305 s]
/proc/loadavg: 1.01 1.32 1.76 2/86 15716
/proc/meminfo: memFree=1377552/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=53788 CPUtime=0.86
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 13143 0 0 0 79 7 0 0 25 0 1 0 20970416 55078912 13129 996147200 134512640 135127466 4294956256 18446744073709551615 134526005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 13447 13129 62 150 0 13294 0
Current children cumulated CPU time (s) 759.11
Current children cumulated vsize (KiB) 76012

[startup+822.301 s]
/proc/loadavg: 1.03 1.27 1.71 2/86 15716
/proc/meminfo: memFree=1356368/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=71532 CPUtime=60.83
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 16906 0 0 0 6074 9 0 0 25 0 1 0 20970416 73248768 16892 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 17883 16892 75 150 0 17730 0
Current children cumulated CPU time (s) 819.08
Current children cumulated vsize (KiB) 93756

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

[startup+844.703 s]
/proc/loadavg: 1.02 1.25 1.70 2/86 15716
/proc/meminfo: memFree=1355216/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=72904 CPUtime=83.22
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17200 0 0 0 8313 9 0 0 25 0 1 0 20970416 74653696 17186 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18226 17186 75 150 0 18073 0
Current children cumulated CPU time (s) 841.47
Current children cumulated vsize (KiB) 95128

[startup+851.101 s]
/proc/loadavg: 1.02 1.25 1.69 2/86 15716
/proc/meminfo: memFree=1354320/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=74052 CPUtime=89.61
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17435 0 0 0 8952 9 0 0 25 0 1 0 20970416 75829248 17421 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18513 17421 75 150 0 18360 0
Current children cumulated CPU time (s) 847.86
Current children cumulated vsize (KiB) 96276

[startup+854.303 s]
/proc/loadavg: 1.02 1.24 1.69 2/86 15716
/proc/meminfo: memFree=1353744/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=74708 CPUtime=92.81
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17569 0 0 0 9272 9 0 0 25 0 1 0 20970416 76500992 17555 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18677 17555 75 150 0 18524 0
Current children cumulated CPU time (s) 851.06
Current children cumulated vsize (KiB) 96932

[startup+855.902 s]
/proc/loadavg: 1.02 1.24 1.69 2/86 15716
/proc/meminfo: memFree=1353744/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=74708 CPUtime=94.41
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17581 0 0 0 9432 9 0 0 25 0 1 0 20970416 76500992 17567 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18677 17567 75 150 0 18524 0
Current children cumulated CPU time (s) 852.66
Current children cumulated vsize (KiB) 96932

[startup+856.701 s]
/proc/loadavg: 1.02 1.24 1.69 2/86 15716
/proc/meminfo: memFree=1353744/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=74708 CPUtime=95.21
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17584 0 0 0 9512 9 0 0 25 0 1 0 20970416 76500992 17570 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18677 17570 75 150 0 18524 0
Current children cumulated CPU time (s) 853.46
Current children cumulated vsize (KiB) 96932

[startup+857.101 s]
/proc/loadavg: 1.02 1.24 1.69 2/86 15716
/proc/meminfo: memFree=1353680/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=758.25
/proc/15686/stat : 15686 (sugar) S 15684 15686 15352 0 -1 4194304 1374 44664 0 2 5 2 75775 43 16 0 1 0 20894273 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15686/statm: 4217 1112 409 3 0 796 0
[pid=15715] ppid=15686 vsize=5356 CPUtime=0
/proc/15715/stat : 15715 (sh) S 15686 15686 15352 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970416 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15715/statm: 1339 232 193 169 0 50 0
[pid=15716] ppid=15715 vsize=74708 CPUtime=95.61
/proc/15716/stat : 15716 (minisat) R 15715 15686 15352 0 -1 4194304 17587 0 0 0 9552 9 0 0 25 0 1 0 20970416 76500992 17573 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/15716/statm: 18677 17573 75 150 0 18524 0
Current children cumulated CPU time (s) 853.86
Current children cumulated vsize (KiB) 96932

[startup+857.501 s]
/proc/loadavg: 1.02 1.24 1.69 2/86 15716
/proc/meminfo: memFree=1353680/2055920 swapFree=4192812/4192956
[pid=15686] ppid=15684 vsize=16868 CPUtime=854.26
/proc/15686/stat : 15686 (sugar) R 15684 15686 15352 0 -1 4194304 1474 66213 0 3 5 2 85362 57 16 0 1 0 20894273 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251601327145 0 0 4224 16386 0 0 0 17 0 0 0
/proc/15686/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 854.26
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 857.517
CPU time (s): 854.294
CPU user time (s): 853.683
CPU system time (s): 0.610907
CPU usage (%): 99.6241
Max. virtual memory (cumulated for all children) (KiB): 893872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 853.683
system time used= 0.610907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67747
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= 20536
involuntary context switches= 32046

runsolver used 1.14783 second user time and 2.68259 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-11 20:51:37
IDJOB=2065461
IDBENCH=54362
IDSOLVER=739
FILE ID=node91/2065461-1247338296
PBS_JOBID= 9506778
Free space on /tmp= 66112 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-0_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065461-1247338296/watcher-2065461-1247338296 -o /tmp/evaluation-result-2065461-1247338296/solver-2065461-1247338296 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065461-1247338296.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1b92140e9349a43b07ee62c365fab9f4
RANDOM SEED=167317733

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1646528 kB
Buffers:          9900 kB
Cached:          66804 kB
SwapCached:          0 kB
Active:         331904 kB
Inactive:        24792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:         300360 kB
Slab:            37284 kB
Committed_AS:   589252 kB
PageTables:       2304 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66112 MiB
End job on node91 at 2009-07-11 21:05:54