Trace number 1048136

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 875.84 880.368

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-1_ext.xml
MD5SUMc4fcf9157ac7aa9473df5899165401ff
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.730888
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 (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:42:54 2008
0.00/0.04	c 0	PID 31297
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048136-1215042174.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-1048136-1215042174.xml' 'HOME/temp.csp'
0.03/0.83	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.89	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'
0.81/0.97	c 1	Parsing HOME/temp.csp
1.40/1.58	c 2	parsed 31 expressions
1.40/1.59	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.40/1.59	c 2	Converting to clausal form CSP
1.49/1.61	c 2	converted 4 (10%) expressions
1.49/1.61	c 2	converted 7 (20%) expressions
1.49/1.61	c 2	converted 10 (30%) expressions
1.49/1.61	c 2	converted 13 (40%) expressions
1.49/1.61	c 2	converted 16 (50%) expressions
1.49/1.61	c 2	converted 19 (60%) expressions
1.49/1.62	c 2	converted 22 (70%) expressions
1.60/1.73	c 2	converted 25 (80%) expressions
2.10/2.22	c 3	converted 28 (90%) expressions
2.79/2.93	c 3	converted 31 (100%) expressions
2.79/2.93	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.79/2.93	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.79/2.93	c 3	Propagation in CSP
2.79/2.93	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.79/2.93	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.79/2.93	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.79/2.93	c 3	Simplifing CSP by introducing new Boolean variables
2.79/2.93	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.79/2.93	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.99/3.17	c 4	Encoding CSP to SAT : HOME/temp.cnf
2.99/3.18	c 4	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.99/3.18	c 4	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.99/3.18	c 4	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.99/3.18	c 4	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.99/3.18	c 4	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.99/3.18	c 4	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.99/3.18	c 4	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.99/3.18	c 4	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.99/3.18	c 4	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.99/3.18	c 4	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
155.11/156.02	c 156	1 (10%) CSP clauses are encoded (140843 clauses, 6554417 bytes)
308.64/310.38	c 311	2 (20%) CSP clauses are encoded (282206 clauses, 13141827 bytes)
467.33/469.88	c 470	3 (30%) CSP clauses are encoded (423189 clauses, 20152340 bytes)
618.76/622.02	c 622	4 (40%) CSP clauses are encoded (563637 clauses, 27380201 bytes)
784.03/788.17	c 789	5 (50%) CSP clauses are encoded (704597 clauses, 34200341 bytes)
784.03/788.17	c 789	5 CSP clauses encoded
784.03/788.17	c 789	Writing map file : HOME/temp.map
784.03/788.18	c 789	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
784.03/788.18	c 789	SAT : 180 SAT variables, 704597 SAT clauses, 34200341 bytes
784.03/788.18	c 789	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
784.11/788.20	c 789	SOLVING HOME/temp.cnf
784.11/788.20	c 789	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
784.11/788.21	c 789	This is MiniSat 2.0 beta
784.11/788.21	c 789	WARNING: for repeatability, setting FPU to use double precision
784.11/788.21	c 789	============================[ Problem Statistics ]=============================
784.11/788.21	c 789	|                                                                             |
784.11/788.21	c 789	|  Number of variables:  180                                                  |
784.11/788.21	c 789	|  Number of clauses:    704597                                               |
785.01/789.17	c 790	|  Parsing time:         0.85         s                                       |
785.10/789.23	c 790	============================[ Search Statistics ]==============================
785.10/789.23	c 790	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
785.10/789.23	c 790	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
785.10/789.23	c 790	===============================================================================
785.10/789.23	c 790	|         0 |     180   704597  8848895 |   234865        0    nan |  0.000 % |
785.30/789.46	c 790	|       100 |     180   704597  8848895 |   258352      100      8 |  0.003 % |
785.40/789.60	c 790	|       250 |     180   704597  8848895 |   284187      250      9 |  0.028 % |
786.19/790.37	c 791	|       475 |     180   704597  8848895 |   312606      475     10 |  0.025 % |
787.89/792.01	c 792	|       813 |     180   704597  8848895 |   343866      813      9 |  0.028 % |
789.78/793.94	c 794	|      1319 |     180   704597  8848895 |   378253     1319      9 |  0.031 % |
792.17/796.38	c 797	|      2078 |     180   704597  8848895 |   416078     2078      9 |  0.031 % |
796.25/800.49	c 801	|      3218 |     179   704597  8848895 |   457686     3217      9 |  0.559 % |
801.93/806.19	c 807	|      4926 |     179   704597  8848895 |   503455     4925      9 |  0.596 % |
811.47/815.77	c 816	|      7489 |     178   704597  8848895 |   553800     7487      9 |  1.114 % |
824.61/828.99	c 829	|     11334 |     177   704597  8848895 |   609181    11331     10 |  1.670 % |
843.41/847.89	c 848	|     17101 |     176   704597  8848895 |   670099    17097     10 |  2.225 % |
867.70/872.29	c 873	|     25751 |     171   704597  8848895 |   737109    25746     10 |  5.003 % |
875.65/880.21	c 881	===============================================================================
875.65/880.21	c 881	restarts              : 13
875.65/880.21	c 881	conflicts             : 28757          (315 /sec)
875.65/880.21	c 881	decisions             : 33914          (1.90 % random) (371 /sec)
875.65/880.21	c 881	propagations          : 407289         (4456 /sec)
875.65/880.21	c 881	conflict literals     : 286079         (21.44 % deleted)
875.65/880.21	c 881	Memory used           : 71.34 MB
875.65/880.21	c 881	CPU time              : 91.4031 s
875.65/880.21	c 881	
875.65/880.21	c 881	UNSATISFIABLE
875.65/880.23	c 881	DECODING HOME/temp.out WITH HOME/temp.map
875.65/880.23	c 881	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
875.69/880.32	c 881	Decoding HOME/temp.out
875.69/880.33	s UNSATISFIABLE
875.69/880.33	c 881	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
875.69/880.34	c 881	CPU 875.04 (0.04 0.01 875 0.76)
875.69/880.34	c 881	END Thu Jul  3 01:57:35 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-1048136-1215042174/watcher-1048136-1215042174 -o /tmp/evaluation-result-1048136-1215042174/solver-1048136-1215042174 -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-1048136-1215042174.xml 

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


[startup+0 s]
/proc/loadavg: 2.03 2.03 1.89 4/81 31297
/proc/meminfo: memFree=1216484/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=12132 CPUtime=0
/proc/31297/stat : 31297 (sugar) R 31295 31297 30807 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 1983189813 12423168 181 996147200 4194304 4206940 548682068608 18446744073709551615 258939297964 0 0 4224 0 0 0 0 17 1 0 0
/proc/31297/statm: 3033 181 142 3 0 133 0

[startup+0.089606 s]
/proc/loadavg: 2.03 2.03 1.89 4/81 31297
/proc/meminfo: memFree=1216484/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.03
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983189813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101607 s]
/proc/loadavg: 2.03 2.03 1.89 4/81 31297
/proc/meminfo: memFree=1216484/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.03
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983189813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301641 s]
/proc/loadavg: 2.03 2.03 1.89 4/81 31297
/proc/meminfo: memFree=1216484/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.03
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983189813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701722 s]
/proc/loadavg: 2.03 2.03 1.89 4/81 31297
/proc/meminfo: memFree=1216484/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.03
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983189813 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50286 s]
/proc/loadavg: 2.10 2.05 1.90 3/92 31319
/proc/meminfo: memFree=1207884/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 973 7971 0 1 3 0 73 5 16 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864076 CPUtime=0.59
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 7484 0 1 0 57 2 0 0 18 0 9 0 1983189903 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216019 6732 2532 9 0 210601 0
[pid=31311/tid=31312] ppid=31310 vsize=864076 CPUtime=0.33
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 2473 0 1 0 33 0 0 0 22 0 9 0 1983189903 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4126413475 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864076 CPUtime=0.19
/proc/31311/task/31313/stat : 31313 (java) S 31310 31297 30807 0 -1 64 4009 0 0 0 19 0 0 0 16 0 9 0 1983189905 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864076 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864076 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31316] ppid=31310 vsize=864076 CPUtime=0
/proc/31311/task/31316/stat : 31316 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983189907 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31317] ppid=31310 vsize=864076 CPUtime=0.03
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 1983189907 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864076 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864076 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 884813824 6732 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883032

[startup+3.10116 s]
/proc/loadavg: 2.10 2.05 1.90 4/92 31319
/proc/meminfo: memFree=1178188/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 974 7971 0 1 3 0 73 5 15 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864712 CPUtime=2.18
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 18842 0 1 0 210 8 0 0 18 0 9 0 1983189903 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216178 17544 2540 9 0 210753 0
[pid=31311/tid=31312] ppid=31310 vsize=864712 CPUtime=0.78
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 3216 0 1 0 77 1 0 0 21 0 9 0 1983189903 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864712 CPUtime=1.33
/proc/31311/task/31313/stat : 31313 (java) R 31310 31297 30807 0 -1 64 14613 0 0 0 127 6 0 0 18 0 9 0 1983189905 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 102731890 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864712 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864712 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31316] ppid=31310 vsize=864712 CPUtime=0
/proc/31311/task/31316/stat : 31316 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983189907 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31317] ppid=31310 vsize=864712 CPUtime=0.05
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 1983189907 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864712 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864712 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 885465088 17544 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883668

[startup+6.30273 s]
/proc/loadavg: 2.10 2.05 1.90 3/92 31319
/proc/meminfo: memFree=1149132/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 974 7971 0 1 3 0 73 5 15 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864320 CPUtime=5.36
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 18943 0 1 0 527 9 0 0 18 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216080 17486 2564 9 0 210627 0
[pid=31311/tid=31312] ppid=31310 vsize=864320 CPUtime=3.81
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 3298 0 1 0 380 1 0 0 25 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4126550052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864320 CPUtime=1.44
/proc/31311/task/31313/stat : 31313 (java) S 31310 31297 30807 0 -1 64 14613 0 0 0 138 6 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31316] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31316/stat : 31316 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31317] ppid=31310 vsize=864320 CPUtime=0.08
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 885063680 17486 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) 883276

[startup+12.7019 s]
/proc/loadavg: 2.09 2.04 1.90 3/92 31319
/proc/meminfo: memFree=1144716/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 974 7971 0 1 3 0 73 5 15 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864320 CPUtime=11.73
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 18943 0 1 0 1164 9 0 0 18 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216080 17486 2564 9 0 210627 0
[pid=31311/tid=31312] ppid=31310 vsize=864320 CPUtime=10.17
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 3298 0 1 0 1016 1 0 0 25 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4126547370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864320 CPUtime=1.44
/proc/31311/task/31313/stat : 31313 (java) S 31310 31297 30807 0 -1 64 14613 0 0 0 138 6 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31316] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31316/stat : 31316 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31317] ppid=31310 vsize=864320 CPUtime=0.08
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 883276

[startup+25.5022 s]
/proc/loadavg: 2.07 2.04 1.90 3/92 31319
/proc/meminfo: memFree=1135884/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 974 7971 0 1 3 0 73 5 15 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864320 CPUtime=24.46
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 18954 0 1 0 2437 9 0 0 18 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216080 17486 2564 9 0 210627 0
[pid=31311/tid=31312] ppid=31310 vsize=864320 CPUtime=22.86
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 3309 0 1 0 2285 1 0 0 25 0 9 0 1983189903 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4126095728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864320 CPUtime=1.48
/proc/31311/task/31313/stat : 31313 (java) S 31310 31297 30807 0 -1 64 14613 0 0 0 142 6 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 885063680 17486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=31311/tid=31317] ppid=31310 vsize=864320 CPUtime=0.1
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 698.66
Current children cumulated vsize (KiB) 883276

[startup+762.307 s]
/proc/loadavg: 2.00 2.02 1.94 3/92 31319
/proc/meminfo: memFree=554004/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=0.81
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 974 7971 0 1 3 0 73 5 16 0 1 0 1983189813 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 797 370 3 0 500 0
[pid=31310] ppid=31297 vsize=5356 CPUtime=0
/proc/31310/stat : 31310 (sh) S 31297 31297 30807 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983189902 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31310/statm: 1339 233 193 169 0 50 0
[pid=31311] ppid=31310 vsize=864320 CPUtime=757.55
/proc/31311/stat : 31311 (java) S 31310 31297 30807 0 -1 0 37654 0 1 0 75710 45 0 0 18 0 9 0 1983189903 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31311/statm: 216080 27152 2564 9 0 210627 0
[pid=31311/tid=31312] ppid=31310 vsize=864320 CPUtime=753.67
/proc/31311/task/31312/stat : 31312 (java) R 31310 31297 30807 0 -1 64 3743 0 1 0 75339 28 0 0 25 0 9 0 1983189903 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4126547392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31313] ppid=31310 vsize=864320 CPUtime=3.75
/proc/31311/task/31313/stat : 31313 (java) S 31310 31297 30807 0 -1 64 32871 0 0 0 359 16 0 0 16 0 9 0 1983189905 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31314] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31314/stat : 31314 (java) S 31310 31297 30807 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983189905 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31315] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31315/stat : 31315 (java) S 31310 31297 30807 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983189905 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31316] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31316/stat : 31316 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31317] ppid=31310 vsize=864320 CPUtime=0.1
/proc/31311/task/31317/stat : 31317 (java) S 31310 31297 30807 0 -1 64 344 0 0 0 10 0 0 0 16 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31318] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31318/stat : 31318 (java) S 31310 31297 30807 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31311/tid=31319] ppid=31310 vsize=864320 CPUtime=0
/proc/31311/task/31319/stat : 31319 (java) S 31310 31297 30807 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983189907 885063680 27152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 758.36
Current children cumulated vsize (KiB) 883276

[startup+822.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=536980/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=70524 CPUtime=33.91
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 16526 0 0 0 3379 12 0 0 25 0 1 0 1983268635 72216576 16512 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 17631 16512 75 150 0 17478 0
Current children cumulated CPU time (s) 818.05
Current children cumulated vsize (KiB) 89480

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

[startup+844.702 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=519764/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=71064 CPUtime=56.19
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 16647 0 0 0 5607 12 0 0 25 0 1 0 1983268635 72769536 16633 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 17766 16633 75 150 0 17613 0
Current children cumulated CPU time (s) 840.33
Current children cumulated vsize (KiB) 90020

[startup+857.502 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=510548/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=71736 CPUtime=68.93
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 16772 0 0 0 6880 13 0 0 25 0 1 0 1983268635 73457664 16758 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 17934 16758 75 150 0 17781 0
Current children cumulated CPU time (s) 853.07
Current children cumulated vsize (KiB) 90692

[startup+870.303 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=500180/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=72508 CPUtime=81.66
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 16943 0 0 0 8153 13 0 0 25 0 1 0 1983268635 74248192 16929 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 18127 16929 75 150 0 17974 0
Current children cumulated CPU time (s) 865.8
Current children cumulated vsize (KiB) 91464

[startup+876.706 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=495124/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=72808 CPUtime=88.03
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 17015 0 0 0 8790 13 0 0 25 0 1 0 1983268635 74555392 17001 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 18202 17001 75 150 0 18049 0
Current children cumulated CPU time (s) 872.17
Current children cumulated vsize (KiB) 91764

[startup+878.301 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=494292/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=72808 CPUtime=89.62
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 17022 0 0 0 8949 13 0 0 25 0 1 0 1983268635 74555392 17008 996147200 134512640 135127466 4294956272 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 18202 17008 75 150 0 18049 0
Current children cumulated CPU time (s) 873.76
Current children cumulated vsize (KiB) 91764

[startup+879.102 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=493460/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=72888 CPUtime=90.42
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 17032 0 0 0 9029 13 0 0 25 0 1 0 1983268635 74637312 17018 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 18222 17018 75 150 0 18069 0
Current children cumulated CPU time (s) 874.56
Current children cumulated vsize (KiB) 91844

[startup+879.903 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=492564/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=784.14
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1031 45977 0 2 4 0 78352 58 16 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
[pid=31320] ppid=31297 vsize=5356 CPUtime=0
/proc/31320/stat : 31320 (sh) S 31297 31297 30807 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983268634 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31320/statm: 1339 232 193 169 0 50 0
[pid=31321] ppid=31320 vsize=72888 CPUtime=91.22
/proc/31321/stat : 31321 (minisat) R 31320 31297 30807 0 -1 4194304 17042 0 0 0 9109 13 0 0 25 0 1 0 1983268635 74637312 17028 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/31321/statm: 18222 17028 75 150 0 18069 0
Current children cumulated CPU time (s) 875.36
Current children cumulated vsize (KiB) 91844

[startup+880.303 s]
/proc/loadavg: 2.00 2.01 1.94 3/84 31321
/proc/meminfo: memFree=492564/2055920 swapFree=4179760/4192956
[pid=31297] ppid=31295 vsize=13600 CPUtime=875.69
/proc/31297/stat : 31297 (sugar) S 31295 31297 30807 0 -1 4194304 1070 63344 0 2 4 0 87492 73 17 0 1 0 1983189813 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31297/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 875.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 880.368
CPU time (s): 875.84
CPU user time (s): 875.046
CPU system time (s): 0.793879
CPU usage (%): 99.4856
Max. virtual memory (cumulated for all children) (KiB): 889408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 875.046
system time used= 0.793879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68104
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= 21154
involuntary context switches= 30874

runsolver used 1.03584 second user time and 2.99854 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 01:42:54
IDJOB=1048136
IDBENCH=54349
IDSOLVER=346
FILE ID=node45/1048136-1215042174
PBS_JOBID= 7875085
Free space on /tmp= 66048 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-1_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048136-1215042174/watcher-1048136-1215042174 -o /tmp/evaluation-result-1048136-1215042174/solver-1048136-1215042174 -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-1048136-1215042174.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4fcf9157ac7aa9473df5899165401ff
RANDOM SEED=1451585232

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1216964 kB
Buffers:         30716 kB
Cached:         665460 kB
SwapCached:       6672 kB
Active:         454492 kB
Inactive:       329432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1216964 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:          185068 kB
Writeback:           0 kB
Mapped:         101556 kB
Slab:            40268 kB
Committed_AS:  4398020 kB
PageTables:       1972 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= 65460 MiB
End job on node45 at 2008-07-03 01:57:35