Trace number 2090948

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 522.047 527.074

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-62_ext.xml
MD5SUMfa52e08f6c7bed9390e7882e95d262ff
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.43863
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 11:42:02 2009
0.00/0.08	c 0	PID 28885
0.00/0.08	c 0	HOST node18.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2090948-1247391721.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2090948-1247391721.xml' 'HOME/temp.csp'
1.07/1.15	c 1	1 domains, 40 variables, 0 predicates, 84 relations, 84 constraints
1.07/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.07/1.18	c 1	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'
1.12/1.26	c 1	Parsing HOME/temp.csp
2.70/2.89	c 3	parsed 209 expressions
2.81/2.90	c 3	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.81/2.90	c 3	Converting to clausal form CSP
2.81/2.92	c 3	converted 21 (10%) expressions
2.81/2.93	c 3	converted 42 (20%) expressions
2.81/2.95	c 3	converted 63 (30%) expressions
2.81/2.96	c 3	converted 84 (40%) expressions
2.81/2.98	c 3	converted 105 (50%) expressions
2.90/3.02	c 3	converted 126 (60%) expressions
3.29/3.43	c 3	converted 147 (70%) expressions
3.39/3.57	c 3	converted 168 (80%) expressions
3.59/3.74	c 3	converted 189 (90%) expressions
3.69/3.88	c 3	converted 209 (100%) expressions
3.69/3.88	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.69/3.88	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.88	c 3	Propagation in CSP
3.69/3.88	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.69/3.88	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.69/3.88	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.69/3.88	c 3	Simplifing CSP by introducing new Boolean variables
3.69/3.88	c 3	CSP : 40 integers, 0 booleans, 84 clauses, largest domain size 180
3.69/3.88	c 3	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.88/4.05	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.88/4.07	c 4	4 (10%) CSP integer variables are encoded (712 clauses, 7682 bytes)
3.88/4.07	c 4	8 (20%) CSP integer variables are encoded (1424 clauses, 16375 bytes)
3.88/4.07	c 4	12 (30%) CSP integer variables are encoded (2136 clauses, 25631 bytes)
3.88/4.07	c 4	16 (40%) CSP integer variables are encoded (2848 clauses, 34887 bytes)
3.88/4.08	c 4	20 (50%) CSP integer variables are encoded (3560 clauses, 44143 bytes)
3.88/4.08	c 4	24 (60%) CSP integer variables are encoded (4272 clauses, 53399 bytes)
3.88/4.08	c 4	28 (70%) CSP integer variables are encoded (4984 clauses, 62655 bytes)
3.88/4.08	c 4	32 (80%) CSP integer variables are encoded (5696 clauses, 71911 bytes)
3.88/4.08	c 4	36 (90%) CSP integer variables are encoded (6408 clauses, 81167 bytes)
3.88/4.08	c 4	40 (100%) CSP integer variables are encoded (7120 clauses, 90423 bytes)
4.28/4.42	c 4	9 (10%) CSP clauses are encoded (34283 clauses, 654587 bytes)
4.48/4.66	c 4	17 (20%) CSP clauses are encoded (58637 clauses, 1169280 bytes)
4.78/4.93	c 5	26 (30%) CSP clauses are encoded (85743 clauses, 1757022 bytes)
4.98/5.17	c 5	34 (40%) CSP clauses are encoded (109747 clauses, 2317662 bytes)
5.27/5.42	c 5	42 (50%) CSP clauses are encoded (134015 clauses, 2884571 bytes)
5.56/5.71	c 5	51 (60%) CSP clauses are encoded (161361 clauses, 3523456 bytes)
5.77/5.95	c 6	59 (70%) CSP clauses are encoded (185565 clauses, 4088831 bytes)
6.06/6.23	c 6	68 (80%) CSP clauses are encoded (212761 clauses, 4724010 bytes)
6.26/6.48	c 6	76 (90%) CSP clauses are encoded (237020 clauses, 5290582 bytes)
6.55/6.73	c 6	84 (100%) CSP clauses are encoded (261270 clauses, 5857169 bytes)
6.55/6.73	c 6	84 CSP clauses encoded
6.55/6.73	c 6	Writing map file : HOME/temp.map
6.55/6.73	c 6	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.55/6.73	c 6	SAT : 7160 SAT variables, 261270 SAT clauses, 5857169 bytes
6.55/6.73	c 6	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.55/6.78	c 6	SOLVING HOME/temp.cnf
6.55/6.78	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.55/6.78	c 6	This is MiniSat 2.0 beta
6.55/6.78	c 6	WARNING: for repeatability, setting FPU to use double precision
6.55/6.78	c 6	============================[ Problem Statistics ]=============================
6.55/6.78	c 6	|                                                                             |
6.55/6.78	c 6	|  Number of variables:  7160                                                 |
6.55/6.78	c 6	|  Number of clauses:    261270                                               |
6.62/6.93	c 7	|  Parsing time:         0.13         s                                       |
6.62/6.94	c 7	============================[ Search Statistics ]==============================
6.62/6.94	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.62/6.94	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.62/6.94	c 7	===============================================================================
6.62/6.94	c 7	|         0 |    7160   261270  1001212 |    87090        0    nan |  0.000 % |
6.62/7.05	c 7	|       100 |    7160   261270  1001212 |    95799      100     21 |  0.000 % |
6.62/7.12	c 7	|       250 |    7160   261270  1001212 |   105378      250     16 |  0.000 % |
6.62/7.25	c 7	|       475 |    7160   261270  1001212 |   115916      475     14 |  0.000 % |
6.62/7.39	c 7	|       812 |    7160   261270  1001212 |   127508      812     13 |  0.001 % |
7.52/7.70	c 7	|      1319 |    7160   261270  1001212 |   140259     1319     12 |  0.001 % |
7.92/8.15	c 8	|      2078 |    7160   261270  1001212 |   154285     2078     12 |  0.001 % |
8.70/8.93	c 9	|      3217 |    7160   261270  1001212 |   169713     3217     14 |  0.000 % |
9.60/9.84	c 9	|      4925 |    7160   261270  1001212 |   186685     4925     14 |  0.001 % |
11.18/11.42	c 11	|      7487 |    7160   261270  1001212 |   205353     7487     14 |  0.000 % |
12.86/13.19	c 13	|     11331 |    7157   261008  1000410 |   225889     9278     12 |  0.042 % |
15.94/16.25	c 16	|     17097 |    7154   260443   998488 |   248477     8629     12 |  0.084 % |
20.89/21.23	c 21	|     25746 |    7150   259847   996319 |   273325    12379     11 |  0.140 % |
28.62/29.09	c 29	|     38720 |    7144   258961   993002 |   300658    18163     11 |  0.224 % |
39.41/39.93	c 40	|     58182 |    7136   258104   989714 |   330724    30539     11 |  0.335 % |
60.51/61.24	c 61	|     87374 |    7128   257799   988526 |   363796    57605     12 |  0.447 % |
102.71/103.86	c 103	|    131164 |    7109   256600   983838 |   400176    91204     15 |  0.712 % |
177.41/179.23	c 179	|    196850 |    7109   253829   972933 |   440193   136223     16 |  0.713 % |
323.72/326.92	c 327	|    295377 |    7081   251408   963663 |   484213   207167     17 |  1.103 % |
521.86/526.94	c 527	===============================================================================
521.86/526.94	c 527	restarts              : 19
521.86/526.94	c 527	conflicts             : 416936         (809 /sec)
521.86/526.94	c 527	decisions             : 566189         (1.76 % random) (1099 /sec)
521.86/526.94	c 527	propagations          : 125247141      (243124 /sec)
521.86/526.94	c 527	conflict literals     : 6575064        (56.23 % deleted)
521.86/526.94	c 527	Memory used           : 40.77 MB
521.86/526.94	c 527	CPU time              : 515.158 s
521.86/526.94	c 527	
521.86/526.94	c 527	UNSATISFIABLE
521.86/526.95	c 527	DECODING HOME/temp.out WITH HOME/temp.map
521.86/526.95	c 527	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'
521.90/527.03	c 527	Decoding HOME/temp.out
521.90/527.05	s UNSATISFIABLE
521.90/527.06	c 527	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
521.90/527.06	c 527	CPU 522.02 (0.06 0.01 521.57 0.38)
521.90/527.06	c 527	END Sun Jul 12 11:50:49 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-2090948-1247391721/watcher-2090948-1247391721 -o /tmp/evaluation-result-2090948-1247391721/solver-2090948-1247391721 -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-2090948-1247391721.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: 2.05 2.01 2.00 4/81 28885
/proc/meminfo: memFree=1624544/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=18576 CPUtime=0
/proc/28885/stat : 28885 (runsolver) R 28883 28885 25959 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26238797 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28885/statm: 4644 284 249 26 0 2626 0

[startup+0.084387 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 28885
/proc/meminfo: memFree=1624544/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=0.07
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1209 128 0 0 6 1 0 0 18 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101117 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 28885
/proc/meminfo: memFree=1624544/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=0.07
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301098 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 28885
/proc/meminfo: memFree=1624544/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=0.07
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701136 s]
/proc/loadavg: 2.05 2.01 2.00 4/81 28885
/proc/meminfo: memFree=1624544/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=0.07
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50121 s]
/proc/loadavg: 2.05 2.01 2.00 3/92 28897
/proc/meminfo: memFree=1603208/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=1.12
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1309 8067 0 1 6 1 99 6 16 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 16868

[startup+3.10237 s]
/proc/loadavg: 2.05 2.01 2.00 4/92 28907
/proc/meminfo: memFree=1597640/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=1.12
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1309 8067 0 1 6 1 99 6 16 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
[pid=28898] ppid=28885 vsize=5356 CPUtime=0
/proc/28898/stat : 28898 (sh) S 28885 28885 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26238915 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28898/statm: 1339 233 193 169 0 50 0
[pid=28899] ppid=28898 vsize=864376 CPUtime=1.88
/proc/28899/stat : 28899 (java) S 28898 28885 25959 0 -1 0 15154 0 1 0 181 7 0 0 18 0 9 0 26238915 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28899/statm: 216094 14395 2566 9 0 210599 0
[pid=28899/tid=28900] ppid=28898 vsize=864376 CPUtime=1.08
/proc/28899/task/28900/stat : 28900 (java) R 28898 28885 25959 0 -1 64 2892 0 1 0 106 2 0 0 25 0 9 0 26238916 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28901] ppid=28898 vsize=864376 CPUtime=0.74
/proc/28899/task/28901/stat : 28901 (java) R 28898 28885 25959 0 -1 64 11247 0 0 0 70 4 0 0 16 0 9 0 26238918 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 102758103 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28898 vsize=864376 CPUtime=0
/proc/28899/task/28902/stat : 28902 (java) S 28898 28885 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26238918 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28898 vsize=864376 CPUtime=0
/proc/28899/task/28903/stat : 28903 (java) S 28898 28885 25959 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26238918 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28898 vsize=864376 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28898 28885 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26238920 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28898 vsize=864376 CPUtime=0.04
/proc/28899/task/28905/stat : 28905 (java) S 28898 28885 25959 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 26238920 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28898 vsize=864376 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28898 28885 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26238920 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28907] ppid=28898 vsize=864376 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28898 28885 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26238920 885121024 14395 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886600

[startup+6.30268 s]
/proc/loadavg: 2.05 2.01 2.00 4/92 28907
/proc/meminfo: memFree=1547976/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=1.12
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1310 8067 0 1 6 1 99 6 15 0 1 0 26238797 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1111 409 3 0 796 0
[pid=28898] ppid=28885 vsize=5356 CPUtime=0
/proc/28898/stat : 28898 (sh) S 28885 28885 25959 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26238915 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28898/statm: 1339 233 193 169 0 50 0
[pid=28899] ppid=28898 vsize=864488 CPUtime=5.04
/proc/28899/stat : 28899 (java) S 28898 28885 25959 0 -1 0 20317 0 1 0 491 13 0 0 18 0 9 0 26238915 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28899/statm: 216122 19460 2590 9 0 210599 0
[pid=28899/tid=28900] ppid=28898 vsize=864488 CPUtime=3.48
/proc/28899/task/28900/stat : 28900 (java) R 28898 28885 25959 0 -1 64 3324 0 1 0 343 5 0 0 25 0 9 0 26238916 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 102524009 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28901] ppid=28898 vsize=864488 CPUtime=1.45
/proc/28899/task/28901/stat : 28901 (java) S 28898 28885 25959 0 -1 64 15955 0 0 0 139 6 0 0 16 0 9 0 26238918 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28902] ppid=28898 vsize=864488 CPUtime=0
/proc/28899/task/28902/stat : 28902 (java) S 28898 28885 25959 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26238918 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28903] ppid=28898 vsize=864488 CPUtime=0
/proc/28899/task/28903/stat : 28903 (java) S 28898 28885 25959 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 26238918 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28904] ppid=28898 vsize=864488 CPUtime=0
/proc/28899/task/28904/stat : 28904 (java) S 28898 28885 25959 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26238920 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28905] ppid=28898 vsize=864488 CPUtime=0.08
/proc/28899/task/28905/stat : 28905 (java) S 28898 28885 25959 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 26238920 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28906] ppid=28898 vsize=864488 CPUtime=0
/proc/28899/task/28906/stat : 28906 (java) S 28898 28885 25959 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26238920 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28899/tid=28907] ppid=28898 vsize=864488 CPUtime=0
/proc/28899/task/28907/stat : 28907 (java) S 28898 28885 25959 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26238920 885235712 19460 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886712

[startup+12.7013 s]
/proc/loadavg: 2.04 2.01 2.00 4/84 28909
/proc/meminfo: memFree=1597384/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=16408 CPUtime=5.85
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 3941 0 0 0 583 2 0 0 25 0 1 0 26239475 16801792 3927 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 4102 3927 75 150 0 3949 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 38632

[startup+25.5015 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 28909
/proc/meminfo: memFree=1597000/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=16808 CPUtime=18.53
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 4067 0 0 0 1850 3 0 0 25 0 1 0 26239475 17211392 4053 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 4202 4053 75 150 0 4049 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 39032

[startup+51.103 s]
/proc/loadavg: 2.02 2.01 2.00 3/84 28909
/proc/meminfo: memFree=1594824/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=19188 CPUtime=43.89
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 4640 0 0 0 4386 3 0 0 25 0 1 0 26239475 19648512 4626 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 4797 4626 75 150 0 4644 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 41412

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1589640/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=24192 CPUtime=94.61
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 5899 0 0 0 9456 5 0 0 25 0 1 0 26239475 24772608 5885 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 6048 5885 75 150 0 5895 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 46416

[startup+162.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1585672/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=28212 CPUtime=154.05
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 6912 0 0 0 15399 6 0 0 25 0 1 0 26239475 28889088 6898 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 7053 6898 75 150 0 6900 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 50436

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1581384/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=32584 CPUtime=213.48
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 7972 0 0 0 21341 7 0 0 25 0 1 0 26239475 33366016 7958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 8146 7958 75 150 0 7993 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 54808

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1578568/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=35368 CPUtime=272.93
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 8684 0 0 0 27285 8 0 0 25 0 1 0 26239475 36216832 8670 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 8842 8670 75 150 0 8689 0
Current children cumulated CPU time (s) 279.55
Current children cumulated vsize (KiB) 57592

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1576656/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=37624 CPUtime=332.36
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 9146 0 0 0 33227 9 0 0 25 0 1 0 26239475 38526976 9132 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 9406 9132 75 150 0 9253 0
Current children cumulated CPU time (s) 338.98
Current children cumulated vsize (KiB) 59848

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1576400/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=37756 CPUtime=391.8
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 9194 0 0 0 39171 9 0 0 25 0 1 0 26239475 38662144 9180 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 9439 9180 75 150 0 9286 0
Current children cumulated CPU time (s) 398.42
Current children cumulated vsize (KiB) 59980

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28909
/proc/meminfo: memFree=1575376/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=38692 CPUtime=451.24
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 9444 0 0 0 45114 10 0 0 25 0 1 0 26239475 39620608 9430 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 9673 9430 75 150 0 9520 0
Current children cumulated CPU time (s) 457.86
Current children cumulated vsize (KiB) 60916

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572368/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=41616 CPUtime=510.68
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 10203 0 0 0 51056 12 0 0 25 0 1 0 26239475 42614784 10189 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 10404 10189 75 150 0 10251 0
Current children cumulated CPU time (s) 517.3
Current children cumulated vsize (KiB) 63840

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

[startup+524.705 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572240/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=41748 CPUtime=513.06
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 10223 0 0 0 51294 12 0 0 25 0 1 0 26239475 42749952 10209 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 10437 10209 75 150 0 10284 0
Current children cumulated CPU time (s) 519.68
Current children cumulated vsize (KiB) 63972

[startup+526.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572240/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=41748 CPUtime=514.64
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 10253 0 0 0 51452 12 0 0 25 0 1 0 26239475 42749952 10239 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 10437 10239 75 150 0 10284 0
Current children cumulated CPU time (s) 521.26
Current children cumulated vsize (KiB) 63972

[startup+526.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572240/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=41748 CPUtime=515.04
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 10253 0 0 0 51492 12 0 0 25 0 1 0 26239475 42749952 10239 996147200 134512640 135127466 4294956256 18446744073709551615 134702399 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 10437 10239 75 150 0 10284 0
Current children cumulated CPU time (s) 521.66
Current children cumulated vsize (KiB) 63972

[startup+526.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572112/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=6.62
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1376 28700 0 2 6 1 633 22 16 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
[pid=28908] ppid=28885 vsize=5356 CPUtime=0
/proc/28908/stat : 28908 (sh) S 28885 28885 25959 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26239475 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28908/statm: 1339 232 193 169 0 50 0
[pid=28909] ppid=28908 vsize=41748 CPUtime=515.24
/proc/28909/stat : 28909 (minisat) R 28908 28885 25959 0 -1 4194304 10253 0 0 0 51512 12 0 0 25 0 1 0 26239475 42749952 10239 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 1 0 0
/proc/28909/statm: 10437 10239 75 150 0 10284 0
Current children cumulated CPU time (s) 521.86
Current children cumulated vsize (KiB) 63972

[startup+527.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28911
/proc/meminfo: memFree=1572112/2055920 swapFree=4192812/4192956
[pid=28885] ppid=28883 vsize=16868 CPUtime=521.9
/proc/28885/stat : 28885 (sugar) S 28883 28885 25959 0 -1 4194304 1430 39247 0 2 6 1 52148 35 17 0 1 0 26238797 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28885/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 521.9
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 527.074
CPU time (s): 522.047
CPU user time (s): 521.642
CPU system time (s): 0.404938
CPU usage (%): 99.0462
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 521.642
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44453
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= 3476
involuntary context switches= 15493

runsolver used 0.670898 second user time and 1.74973 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 11:42:02
IDJOB=2090948
IDBENCH=59951
IDSOLVER=739
FILE ID=node18/2090948-1247391721
PBS_JOBID= 9507225
Free space on /tmp= 66284 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-62_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-2090948-1247391721/watcher-2090948-1247391721 -o /tmp/evaluation-result-2090948-1247391721/solver-2090948-1247391721 -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-2090948-1247391721.xml

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

MD5SUM BENCH= fa52e08f6c7bed9390e7882e95d262ff
RANDOM SEED=1777984083

node18.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.243
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.243
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:       1625024 kB
Buffers:         62996 kB
Cached:         249804 kB
SwapCached:          0 kB
Active:         225336 kB
Inactive:       139576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625024 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3340 kB
Writeback:           0 kB
Mapped:          64680 kB
Slab:            51128 kB
Committed_AS:   245296 kB
PageTables:       1840 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= 66284 MiB
End job on node18 at 2009-07-12 11:50:49