Trace number 2071489

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+minisatSAT 34.0998 34.5708

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-66_ext.xml
MD5SUM3518e3f195ddf214ca0d283aa45732b4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.526919
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 01:11:20 2009
0.06/0.08	c 0	PID 14375
0.06/0.09	c 0	HOST node9.alineos.net
0.06/0.09	c 0	CONVERTING HOME/instance-2071489-1247353880.xml TO HOME/temp.csp
0.06/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071489-1247353880.xml' 'HOME/temp.csp'
0.06/0.44	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.46	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.46	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.40/0.54	c 0	Parsing HOME/temp.csp
0.40/0.79	c 0	parsed 459 expressions
0.40/0.80	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.40/0.80	c 0	Converting to clausal form CSP
0.40/0.82	c 0	converted 46 (10%) expressions
0.40/0.83	c 0	converted 92 (20%) expressions
0.40/0.85	c 0	converted 138 (30%) expressions
0.40/0.85	c 0	converted 184 (40%) expressions
0.40/0.86	c 0	converted 230 (50%) expressions
0.40/0.87	c 0	converted 276 (60%) expressions
0.40/0.87	c 0	converted 322 (70%) expressions
0.40/0.87	c 0	converted 368 (80%) expressions
0.40/0.88	c 0	converted 414 (90%) expressions
1.70/1.83	c 1	converted 459 (100%) expressions
1.70/1.83	c 1	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.70/1.83	c 1	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.83	c 1	Propagation in CSP
1.70/1.83	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.70/1.83	c 1	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.70/1.83	c 1	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.83	c 1	Simplifing CSP by introducing new Boolean variables
1.70/1.83	c 1	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.70/1.84	c 1	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.99	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.90/2.02	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
1.90/2.02	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
1.90/2.03	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
1.90/2.03	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
1.90/2.04	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
1.90/2.04	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
1.90/2.05	c 2	54 (70%) CSP integer variables are encoded (26026 clauses, 368288 bytes)
1.90/2.05	c 2	61 (80%) CSP integer variables are encoded (26859 clauses, 380783 bytes)
1.90/2.05	c 2	69 (90%) CSP integer variables are encoded (27811 clauses, 395063 bytes)
1.90/2.05	c 2	76 (100%) CSP integer variables are encoded (28406 clauses, 403988 bytes)
1.99/2.12	c 2	35 (10%) CSP clauses are encoded (29328 clauses, 422525 bytes)
1.99/2.14	c 2	70 (20%) CSP clauses are encoded (30225 clauses, 444304 bytes)
1.99/2.16	c 2	105 (30%) CSP clauses are encoded (31145 clauses, 466104 bytes)
1.99/2.19	c 2	140 (40%) CSP clauses are encoded (32067 clauses, 488133 bytes)
2.10/2.21	c 2	175 (50%) CSP clauses are encoded (32989 clauses, 510350 bytes)
2.10/2.24	c 2	210 (60%) CSP clauses are encoded (33912 clauses, 533073 bytes)
2.10/2.27	c 2	245 (70%) CSP clauses are encoded (34833 clauses, 557276 bytes)
2.20/2.30	c 2	280 (80%) CSP clauses are encoded (35780 clauses, 581857 bytes)
2.20/2.35	c 2	315 (90%) CSP clauses are encoded (36770 clauses, 606984 bytes)
26.13/26.55	c 26	350 (100%) CSP clauses are encoded (391382 clauses, 12317821 bytes)
26.13/26.55	c 26	350 CSP clauses encoded
26.13/26.55	c 26	Writing map file : HOME/temp.map
26.13/26.55	c 26	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.13/26.55	c 26	SAT : 28480 SAT variables, 391382 SAT clauses, 12317821 bytes
26.13/26.55	c 26	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.13/26.58	c 26	SOLVING HOME/temp.cnf
26.13/26.58	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
26.13/26.58	c 26	This is MiniSat 2.0 beta
26.13/26.58	c 26	WARNING: for repeatability, setting FPU to use double precision
26.13/26.58	c 26	============================[ Problem Statistics ]=============================
26.13/26.58	c 26	|                                                                             |
26.13/26.58	c 26	|  Number of variables:  28480                                                |
26.13/26.58	c 26	|  Number of clauses:    391382                                               |
26.22/26.84	c 26	|  Parsing time:         0.23         s                                       |
26.22/26.86	c 26	============================[ Search Statistics ]==============================
26.22/26.86	c 26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.22/26.86	c 26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.22/26.86	c 26	===============================================================================
26.22/26.86	c 26	|         0 |   27479   382975  1792827 |   127658        0    nan |  0.000 % |
26.22/26.92	c 26	|       100 |   27444   382975  1792827 |   140424       57      4 | 16.064 % |
26.22/26.98	c 27	|       250 |   27409   382975  1792827 |   154466      177      7 | 31.692 % |
26.22/27.08	c 27	|       476 |   27388   382975  1792827 |   169913      382      8 | 38.030 % |
26.22/27.19	c 27	|       814 |   27367   382975  1792827 |   186904      698      7 | 62.949 % |
26.22/27.32	c 27	|      1320 |   27340   382975  1792827 |   205595     1173     10 | 66.239 % |
27.03/27.48	c 27	|      2079 |   27291   382975  1792827 |   226154     1882      9 | 79.119 % |
27.31/27.75	c 27	|      3218 |   27235   382975  1792827 |   248769     2983      8 | 79.593 % |
27.81/28.22	c 28	|      4926 |   27171   382975  1792827 |   273646     4671      9 | 80.046 % |
29.10/29.53	c 29	|      7488 |   26897   382975  1792827 |   301011     7201     10 | 80.769 % |
32.47/32.90	c 32	|     11334 |   24933   382975  1792827 |   331112    11040     15 | 80.846 % |
33.84/34.32	c 34	===============================================================================
33.84/34.33	c 34	restarts              : 11
33.84/34.33	c 34	conflicts             : 13320          (1746 /sec)
33.84/34.33	c 34	decisions             : 26159          (0.50 % random) (3429 /sec)
33.84/34.33	c 34	propagations          : 3421521        (448498 /sec)
33.84/34.33	c 34	conflict literals     : 209919         (42.25 % deleted)
33.84/34.33	c 34	Memory used           : 24.80 MB
33.84/34.33	c 34	CPU time              : 7.62884 s
33.84/34.33	c 34	
33.84/34.34	c 34	SATISFIABLE
33.84/34.34	c 34	DECODING HOME/temp.out WITH HOME/temp.map
33.84/34.34	c 34	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'
33.91/34.42	c 34	Decoding HOME/temp.out
33.91/34.50	s SATISFIABLE
33.91/34.51	v 5 9 6 1 7 1 20 12 22 0 12 13 24 25 14 3 17 1 21 1 23 4 2 2 18 1 16 5 10 2 19 1 3 3 13 0 9 4 15 0 8 6 1 4 25 5 4 11 11 6 10 11 23 23 36 61 64 65 66 70 72 73 78 80 81 84 84 88 88 94 98 103 114 120 120 0
33.91/34.51	c 34	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
33.91/34.56	c 34	CPU 34.07 (0.06 0.02 33.61 0.38)
33.91/34.56	c 34	END Sun Jul 12 01:11:54 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071489-1247353880/watcher-2071489-1247353880 -o /tmp/evaluation-result-2071489-1247353880/solver-2071489-1247353880 -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-2071489-1247353880.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.96 2.05 2.03 4/83 14375
/proc/meminfo: memFree=1558380/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=3672 CPUtime=0
/proc/14375/stat : 14375 (sugar) R 14373 14375 13456 0 -1 4194304 55 0 0 0 0 0 0 0 20 0 1 0 22455072 3760128 40 996147200 4194304 4206940 548682068608 18446744073709551615 215416370665 0 0 4096 0 0 0 0 17 1 0 0
/proc/14375/statm: 918 40 31 3 0 8 0

[startup+0.0822241 s]
/proc/loadavg: 1.96 2.05 2.03 4/83 14375
/proc/meminfo: memFree=1558380/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16608 CPUtime=0.06
/proc/14375/stat : 14375 (sugar) R 14373 14375 13456 0 -1 4194304 1068 0 0 0 5 1 0 0 18 0 1 0 22455072 17006592 1036 996147200 4194304 4206940 548682068608 18446744073709551615 215436537884 0 0 4224 0 0 0 0 17 1 0 0
/proc/14375/statm: 4152 1036 380 3 0 731 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16608

[startup+0.101231 s]
/proc/loadavg: 1.96 2.05 2.03 4/83 14375
/proc/meminfo: memFree=1558380/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.06
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301252 s]
/proc/loadavg: 1.96 2.05 2.03 4/83 14375
/proc/meminfo: memFree=1558380/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.06
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70129 s]
/proc/loadavg: 1.96 2.05 2.03 4/83 14375
/proc/meminfo: memFree=1558380/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.4
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1309 4896 0 1 5 1 31 3 16 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 16868

[startup+1.50239 s]
/proc/loadavg: 1.96 2.05 2.03 3/94 14397
/proc/meminfo: memFree=1539412/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.4
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1309 4896 0 1 5 1 31 3 15 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
[pid=14388] ppid=14375 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14375 14375 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 233 193 169 0 50 0
[pid=14389] ppid=14388 vsize=864256 CPUtime=1
/proc/14389/stat : 14389 (java) S 14388 14375 13456 0 -1 0 10278 0 1 0 96 4 0 0 18 0 9 0 22455119 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14389/statm: 216064 9543 2566 9 0 210569 0
[pid=14389/tid=14390] ppid=14388 vsize=864256 CPUtime=0.55
/proc/14389/task/14390/stat : 14390 (java) R 14388 14375 13456 0 -1 64 2775 0 1 0 54 1 0 0 22 0 9 0 22455120 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14391] ppid=14388 vsize=864256 CPUtime=0.39
/proc/14389/task/14391/stat : 14391 (java) R 14388 14375 13456 0 -1 64 6497 0 0 0 37 2 0 0 16 0 9 0 22455122 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14392] ppid=14388 vsize=864256 CPUtime=0
/proc/14389/task/14392/stat : 14392 (java) S 14388 14375 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455122 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14393] ppid=14388 vsize=864256 CPUtime=0
/proc/14389/task/14393/stat : 14393 (java) S 14388 14375 13456 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22455122 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14394] ppid=14388 vsize=864256 CPUtime=0
/proc/14389/task/14394/stat : 14394 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455124 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14395] ppid=14388 vsize=864256 CPUtime=0.05
/proc/14389/task/14395/stat : 14395 (java) S 14388 14375 13456 0 -1 64 307 0 0 0 5 0 0 0 16 0 9 0 22455124 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14396] ppid=14388 vsize=864256 CPUtime=0
/proc/14389/task/14396/stat : 14396 (java) S 14388 14375 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455124 884998144 9543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14397] ppid=14388 vsize=864256 CPUtime=0
/proc/14389/task/14397/stat : 14397 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22455124 884998144 9543 996147200 134512640 134550932 4294955936 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) 886480

[startup+3.10257 s]
/proc/loadavg: 1.96 2.05 2.03 3/94 14397
/proc/meminfo: memFree=1508820/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.41
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1310 4896 0 1 6 1 31 3 15 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
[pid=14388] ppid=14375 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14375 14375 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 233 193 169 0 50 0
[pid=14389] ppid=14388 vsize=864476 CPUtime=2.58
/proc/14389/stat : 14389 (java) S 14388 14375 13456 0 -1 0 13026 0 1 0 251 7 0 0 18 0 9 0 22455119 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14389/statm: 216119 12236 2590 9 0 210596 0
[pid=14389/tid=14390] ppid=14388 vsize=864476 CPUtime=1.67
/proc/14389/task/14390/stat : 14390 (java) R 14388 14375 13456 0 -1 64 3115 0 1 0 165 2 0 0 25 0 9 0 22455120 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4126587495 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14391] ppid=14388 vsize=864476 CPUtime=0.82
/proc/14389/task/14391/stat : 14391 (java) S 14388 14375 13456 0 -1 64 8883 0 0 0 78 4 0 0 16 0 9 0 22455122 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14392] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14392/stat : 14392 (java) S 14388 14375 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14393] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14393/stat : 14393 (java) S 14388 14375 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14394] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14394/stat : 14394 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455124 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14395] ppid=14388 vsize=864476 CPUtime=0.08
/proc/14389/task/14395/stat : 14395 (java) S 14388 14375 13456 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 22455124 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14396] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14396/stat : 14396 (java) S 14388 14375 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455124 885223424 12236 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14397] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14397/stat : 14397 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22455124 885223424 12236 996147200 134512640 134550932 4294955936 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) 886700

[startup+6.30192 s]
/proc/loadavg: 1.96 2.04 2.03 5/94 14397
/proc/meminfo: memFree=1485908/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.41
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1310 4896 0 1 6 1 31 3 15 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
[pid=14388] ppid=14375 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14375 14375 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 233 193 169 0 50 0
[pid=14389] ppid=14388 vsize=864476 CPUtime=5.76
/proc/14389/stat : 14389 (java) S 14388 14375 13456 0 -1 0 13845 0 1 0 566 10 0 0 18 0 9 0 22455119 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14389/statm: 216119 12974 2590 9 0 210596 0
[pid=14389/tid=14390] ppid=14388 vsize=864476 CPUtime=4.71
/proc/14389/task/14390/stat : 14390 (java) R 14388 14375 13456 0 -1 64 3196 0 1 0 468 3 0 0 25 0 9 0 22455120 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4126498163 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14391] ppid=14388 vsize=864476 CPUtime=0.94
/proc/14389/task/14391/stat : 14391 (java) S 14388 14375 13456 0 -1 64 9620 0 0 0 89 5 0 0 16 0 9 0 22455122 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14392] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14392/stat : 14392 (java) S 14388 14375 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14393] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14393/stat : 14393 (java) S 14388 14375 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14394] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14394/stat : 14394 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455124 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14395] ppid=14388 vsize=864476 CPUtime=0.08
/proc/14389/task/14395/stat : 14395 (java) S 14388 14375 13456 0 -1 64 330 0 0 0 8 0 0 0 17 0 9 0 22455124 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14396] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14396/stat : 14396 (java) S 14388 14375 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455124 885223424 12974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14397] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14397/stat : 14397 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22455124 885223424 12974 996147200 134512640 134550932 4294955936 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) 886700

[startup+12.7026 s]
/proc/loadavg: 1.96 2.04 2.03 3/94 14397
/proc/meminfo: memFree=1435860/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.41
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1310 4896 0 1 6 1 31 3 15 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
[pid=14388] ppid=14375 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14375 14375 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 233 193 169 0 50 0
[pid=14389] ppid=14388 vsize=864476 CPUtime=12.08
/proc/14389/stat : 14389 (java) S 14388 14375 13456 0 -1 0 15717 0 1 0 1194 14 0 0 18 0 9 0 22455119 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14389/statm: 216119 14660 2590 9 0 210596 0
[pid=14389/tid=14390] ppid=14388 vsize=864476 CPUtime=10.75
/proc/14389/task/14390/stat : 14390 (java) R 14388 14375 13456 0 -1 64 3382 0 1 0 1070 5 0 0 25 0 9 0 22455120 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4126536624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14391] ppid=14388 vsize=864476 CPUtime=1.2
/proc/14389/task/14391/stat : 14391 (java) S 14388 14375 13456 0 -1 64 11306 0 0 0 114 6 0 0 16 0 9 0 22455122 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14392] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14392/stat : 14392 (java) S 14388 14375 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14393] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14393/stat : 14393 (java) S 14388 14375 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14394] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14394/stat : 14394 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455124 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14395] ppid=14388 vsize=864476 CPUtime=0.08
/proc/14389/task/14395/stat : 14395 (java) S 14388 14375 13456 0 -1 64 330 0 0 0 8 0 0 0 17 0 9 0 22455124 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14396] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14396/stat : 14396 (java) S 14388 14375 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455124 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14397] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14397/stat : 14397 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22455124 885223424 14660 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886700

[startup+25.5021 s]
/proc/loadavg: 1.97 2.04 2.03 3/94 14397
/proc/meminfo: memFree=1373908/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=0.41
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1310 4896 0 1 6 1 31 3 15 0 1 0 22455072 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1111 409 3 0 796 0
[pid=14388] ppid=14375 vsize=5356 CPUtime=0
/proc/14388/stat : 14388 (sh) S 14375 14375 13456 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455119 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14388/statm: 1339 233 193 169 0 50 0
[pid=14389] ppid=14388 vsize=864476 CPUtime=24.73
/proc/14389/stat : 14389 (java) S 14388 14375 13456 0 -1 0 23290 0 1 0 2448 25 0 0 18 0 9 0 22455119 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14389/statm: 216119 16820 2590 9 0 210596 0
[pid=14389/tid=14390] ppid=14388 vsize=864476 CPUtime=22.6
/proc/14389/task/14390/stat : 14390 (java) R 14388 14375 13456 0 -1 64 3732 0 1 0 2249 11 0 0 25 0 9 0 22455120 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14391] ppid=14388 vsize=864476 CPUtime=2
/proc/14389/task/14391/stat : 14391 (java) S 14388 14375 13456 0 -1 64 18524 0 0 0 188 12 0 0 16 0 9 0 22455122 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14392] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14392/stat : 14392 (java) S 14388 14375 13456 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14393] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14393/stat : 14393 (java) S 14388 14375 13456 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455122 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14394] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14394/stat : 14394 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455124 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14395] ppid=14388 vsize=864476 CPUtime=0.09
/proc/14389/task/14395/stat : 14395 (java) S 14388 14375 13456 0 -1 64 335 0 0 0 9 0 0 0 17 0 9 0 22455124 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14396] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14396/stat : 14396 (java) S 14388 14375 13456 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455124 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14389/tid=14397] ppid=14388 vsize=864476 CPUtime=0
/proc/14389/task/14397/stat : 14397 (java) S 14388 14375 13456 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22455124 885223424 16820 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 886700

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

[startup+28.7024 s]
/proc/loadavg: 1.97 2.04 2.03 3/86 14399
/proc/meminfo: memFree=1393684/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=26.22
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1376 28533 0 2 6 2 2583 31 15 0 1 0 22455072 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1113 409 3 0 796 0
[pid=14398] ppid=14375 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14375 14375 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22457730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 232 193 169 0 50 0
[pid=14399] ppid=14398 vsize=24600 CPUtime=2.08
/proc/14399/stat : 14399 (minisat) R 14398 14375 13456 0 -1 4194304 5895 0 0 0 205 3 0 0 25 0 1 0 22457731 25190400 5881 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/14399/statm: 6150 5881 75 150 0 5997 0
Current children cumulated CPU time (s) 28.3
Current children cumulated vsize (KiB) 46824

[startup+31.9068 s]
/proc/loadavg: 1.97 2.04 2.03 3/86 14399
/proc/meminfo: memFree=1378068/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=26.22
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1376 28533 0 2 6 2 2583 31 16 0 1 0 22455072 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1113 409 3 0 796 0
[pid=14398] ppid=14375 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14375 14375 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22457730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 232 193 169 0 50 0
[pid=14399] ppid=14398 vsize=25260 CPUtime=5.26
/proc/14399/stat : 14399 (minisat) R 14398 14375 13456 0 -1 4194304 6062 0 0 0 523 3 0 0 25 0 1 0 22457731 25866240 6048 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14399/statm: 6315 6048 75 150 0 6162 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 47484

[startup+33.502 s]
/proc/loadavg: 2.13 2.07 2.04 3/86 14399
/proc/meminfo: memFree=1372436/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=26.22
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1376 28533 0 2 6 2 2583 31 16 0 1 0 22455072 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1113 409 3 0 796 0
[pid=14398] ppid=14375 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14375 14375 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22457730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 232 193 169 0 50 0
[pid=14399] ppid=14398 vsize=25392 CPUtime=6.84
/proc/14399/stat : 14399 (minisat) R 14398 14375 13456 0 -1 4194304 6094 0 0 0 681 3 0 0 25 0 1 0 22457731 26001408 6080 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 1 0 0
/proc/14399/statm: 6348 6080 75 150 0 6195 0
Current children cumulated CPU time (s) 33.06
Current children cumulated vsize (KiB) 47616

[startup+34.3011 s]
/proc/loadavg: 2.13 2.07 2.04 3/86 14399
/proc/meminfo: memFree=1340948/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=26.22
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1376 28533 0 2 6 2 2583 31 16 0 1 0 22455072 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1113 409 3 0 796 0
[pid=14398] ppid=14375 vsize=5356 CPUtime=0
/proc/14398/stat : 14398 (sh) S 14375 14375 13456 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22457730 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14398/statm: 1339 232 193 169 0 50 0
[pid=14399] ppid=14398 vsize=25392 CPUtime=7.62
/proc/14399/stat : 14399 (minisat) R 14398 14375 13456 0 -1 4194304 6094 0 0 0 759 3 0 0 25 0 1 0 22457731 26001408 6080 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14399/statm: 6348 6080 75 150 0 6195 0
Current children cumulated CPU time (s) 33.84
Current children cumulated vsize (KiB) 47616

[startup+34.5011 s]
/proc/loadavg: 2.13 2.07 2.04 3/86 14399
/proc/meminfo: memFree=1340948/2055920 swapFree=4192952/4192956
[pid=14375] ppid=14373 vsize=16868 CPUtime=33.91
/proc/14375/stat : 14375 (sugar) S 14373 14375 13456 0 -1 4194304 1448 34929 0 2 6 2 3347 36 16 0 1 0 22455072 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14375/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 33.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 34.5708
CPU time (s): 34.0998
CPU user time (s): 33.6809
CPU system time (s): 0.418936
CPU usage (%): 98.6375
Max. virtual memory (cumulated for all children) (KiB): 896948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.6809
system time used= 0.418936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40242
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= 8304
involuntary context switches= 8868

runsolver used 0.051992 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 01:11:20
IDJOB=2071489
IDBENCH=55497
IDSOLVER=739
FILE ID=node9/2071489-1247353880
PBS_JOBID= 9506960
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-66_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-2071489-1247353880/watcher-2071489-1247353880 -o /tmp/evaluation-result-2071489-1247353880/solver-2071489-1247353880 -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-2071489-1247353880.xml

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

MD5SUM BENCH= 3518e3f195ddf214ca0d283aa45732b4
RANDOM SEED=118967064

node9.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.216
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.216
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:       1558860 kB
Buffers:         38960 kB
Cached:         225420 kB
SwapCached:          4 kB
Active:         257904 kB
Inactive:       187644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1558860 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:         196784 kB
Slab:            36580 kB
Committed_AS:   851652 kB
PageTables:       2084 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= 66396 MiB
End job on node9 at 2009-07-12 01:11:54