Trace number 2071522

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 323.232 325.876

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-561_ext.xml
MD5SUM42884b409c3603fb2d153815b8fc2d3d
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 benchmark4.01839
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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:12:53 2009
0.00/0.08	c 0	PID 17998
0.07/0.08	c 0	HOST node18.alineos.net
0.07/0.09	c 0	CONVERTING HOME/instance-2071522-1247353973.xml TO HOME/temp.csp
0.07/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-2071522-1247353973.xml' 'HOME/temp.csp'
0.07/0.66	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.07/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	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.64/0.80	c 0	Parsing HOME/temp.csp
0.64/0.96	c 1	parsed 459 expressions
0.64/0.97	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.97	c 1	Converting to clausal form CSP
0.64/0.99	c 1	converted 46 (10%) expressions
0.90/1.01	c 1	converted 92 (20%) expressions
0.90/1.03	c 1	converted 138 (30%) expressions
0.90/1.03	c 1	converted 184 (40%) expressions
0.90/1.03	c 1	converted 230 (50%) expressions
0.90/1.04	c 1	converted 276 (60%) expressions
0.90/1.05	c 1	converted 322 (70%) expressions
0.90/1.05	c 1	converted 368 (80%) expressions
0.90/1.06	c 1	converted 414 (90%) expressions
3.17/3.31	c 3	converted 459 (100%) expressions
3.17/3.31	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.17/3.31	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.17/3.31	c 3	Propagation in CSP
3.17/3.31	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.17/3.31	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.17/3.31	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.17/3.32	c 3	Simplifing CSP by introducing new Boolean variables
3.17/3.32	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
3.17/3.32	c 3	Heap : 55 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.46/3.63	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.46/3.68	c 3	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.46/3.70	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.57/3.71	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.57/3.72	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.57/3.75	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.57/3.76	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.57/3.76	c 3	54 (70%) CSP integer variables are encoded (26242 clauses, 371528 bytes)
3.57/3.76	c 3	61 (80%) CSP integer variables are encoded (27453 clauses, 389693 bytes)
3.57/3.77	c 3	69 (90%) CSP integer variables are encoded (28837 clauses, 410453 bytes)
3.57/3.77	c 3	76 (100%) CSP integer variables are encoded (29702 clauses, 423428 bytes)
3.66/3.83	c 3	35 (10%) CSP clauses are encoded (30625 clauses, 441975 bytes)
3.66/3.84	c 3	70 (20%) CSP clauses are encoded (31524 clauses, 463791 bytes)
3.66/3.86	c 4	105 (30%) CSP clauses are encoded (32446 clauses, 485650 bytes)
3.66/3.89	c 4	140 (40%) CSP clauses are encoded (33368 clauses, 507680 bytes)
3.77/3.91	c 4	175 (50%) CSP clauses are encoded (34291 clauses, 529925 bytes)
3.77/3.94	c 4	210 (60%) CSP clauses are encoded (35214 clauses, 552641 bytes)
3.77/3.96	c 4	245 (70%) CSP clauses are encoded (36135 clauses, 576842 bytes)
3.77/3.99	c 4	280 (80%) CSP clauses are encoded (37078 clauses, 601332 bytes)
3.86/4.04	c 4	315 (90%) CSP clauses are encoded (38071 clauses, 626544 bytes)
63.22/63.41	c 63	350 (100%) CSP clauses are encoded (777594 clauses, 25147998 bytes)
63.22/63.41	c 63	350 CSP clauses encoded
63.22/63.41	c 63	Writing map file : HOME/temp.map
63.22/63.42	c 63	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.22/63.42	c 63	SAT : 29776 SAT variables, 777594 SAT clauses, 25147998 bytes
63.22/63.42	c 63	Heap : 71 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
63.22/63.45	c 63	SOLVING HOME/temp.cnf
63.22/63.45	c 63	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
63.22/63.45	c 63	This is MiniSat 2.0 beta
63.22/63.45	c 63	WARNING: for repeatability, setting FPU to use double precision
63.22/63.45	c 63	============================[ Problem Statistics ]=============================
63.22/63.45	c 63	|                                                                             |
63.22/63.45	c 63	|  Number of variables:  29776                                                |
63.22/63.45	c 63	|  Number of clauses:    777594                                               |
63.69/63.98	c 64	|  Parsing time:         0.44         s                                       |
63.79/64.02	c 64	============================[ Search Statistics ]==============================
63.79/64.02	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.79/64.02	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.79/64.02	c 64	===============================================================================
63.79/64.02	c 64	|         0 |   28775   761168  3663117 |   253722        0    nan |  0.000 % |
63.89/64.15	c 64	|       100 |   27110   761168  3663117 |   279094       61      6 | 26.340 % |
64.09/64.34	c 64	|       250 |   27077   761168  3663117 |   307004      168      5 | 48.915 % |
64.28/64.59	c 64	|       476 |   27052   761168  3663117 |   337704      333      6 | 63.296 % |
64.48/64.79	c 64	|       813 |   27025   761168  3663117 |   371475      651      9 | 63.430 % |
64.87/65.10	c 65	|      1320 |   27002   761168  3663117 |   408622     1128     10 | 66.386 % |
65.17/65.50	c 65	|      2079 |   26081   761168  3663117 |   449485     1875     11 | 69.496 % |
65.96/66.22	c 66	|      3218 |   25993   761168  3663117 |   494433     3002     14 | 72.468 % |
67.15/67.45	c 67	|      4927 |   25961   761168  3663117 |   543877     4700     16 | 72.837 % |
68.94/69.25	c 69	|      7489 |   25727   761168  3663117 |   598264     7231     16 | 73.902 % |
72.70/73.07	c 73	|     11333 |   25696   761168  3663117 |   658091    11071     23 | 73.996 % |
77.56/77.95	c 78	|     17099 |   25690   761168  3663117 |   723900    16835     26 | 74.537 % |
86.57/87.07	c 87	|     25748 |    7578   587609  2871941 |   796290    24607     30 | 75.245 % |
104.00/104.62	c 104	|     38723 |    7189   557866  2726623 |   875919    36787     35 | 76.155 % |
131.54/132.46	c 132	|     58185 |    6733   522739  2554221 |   963511    55118     37 | 77.663 % |
184.35/185.72	c 185	|     87377 |    6523   494877  2417405 |  1059862    83618     45 | 78.096 % |
282.91/285.21	c 285	|    131167 |    6308   475622  2323928 |  1165848   127057     46 | 78.815 % |
322.84/325.50	c 325	===============================================================================
322.84/325.50	c 325	restarts              : 17
322.84/325.50	c 325	conflicts             : 146551         (565 /sec)
322.84/325.50	c 325	decisions             : 205601         (0.88 % random) (792 /sec)
322.84/325.50	c 325	propagations          : 62035213       (239108 /sec)
322.84/325.50	c 325	conflict literals     : 6614269        (57.28 % deleted)
322.84/325.51	c 325	Memory used           : 66.39 MB
322.84/325.51	c 325	CPU time              : 259.445 s
322.84/325.51	c 325	
322.84/325.52	c 325	SATISFIABLE
322.84/325.53	c 325	DECODING HOME/temp.out WITH HOME/temp.map
322.84/325.53	c 325	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'
322.88/325.61	c 325	Decoding HOME/temp.out
322.88/325.84	s SATISFIABLE
322.88/325.84	v 9 2 5 2 19 17 6 14 1 8 14 0 20 19 7 17 13 8 17 7 3 2 8 2 21 2 24 1 18 6 10 5 25 2 2 2 4 3 22 4 16 1 15 14 11 15 23 6 12 15 4 21 35 43 43 62 79 87 94 96 98 100 101 107 112 114 116 119 123 124 138 153 159 174 174 0
322.88/325.85	c 326	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
322.88/325.87	c 326	CPU 323.19 (0.06 0.01 322.45 0.67)
322.88/325.87	c 326	END Sun Jul 12 01:18:19 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-2071522-1247353973/watcher-2071522-1247353973 -o /tmp/evaluation-result-2071522-1247353973/solver-2071522-1247353973 -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-2071522-1247353973.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.00 2.01 2.00 4/74 17998
/proc/meminfo: memFree=1809944/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=12268 CPUtime=0
/proc/17998/stat : 17998 (sugar) R 17996 17998 16068 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22463901 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 0 4224 0 0 0 0 17 1 0 0
/proc/17998/statm: 3067 316 241 3 0 167 0

[startup+0.0881639 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 17998
/proc/meminfo: memFree=1809944/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16740 CPUtime=0.07
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 22463901 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

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

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

[startup+0.70153 s]
/proc/loadavg: 2.00 2.01 2.00 4/74 17998
/proc/meminfo: memFree=1809944/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.07
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1245 128 0 0 6 1 0 0 16 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50161 s]
/proc/loadavg: 2.00 2.01 2.00 4/85 18020
/proc/meminfo: memFree=1798328/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.64
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1309 6646 0 1 6 1 53 4 15 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
[pid=18011] ppid=17998 vsize=5356 CPUtime=0
/proc/18011/stat : 18011 (sh) S 17998 17998 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18011/statm: 1339 233 193 169 0 50 0
[pid=18012] ppid=18011 vsize=864200 CPUtime=0.75
/proc/18012/stat : 18012 (java) S 18011 17998 16068 0 -1 0 8687 0 1 0 70 5 0 0 18 0 9 0 22463974 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18012/statm: 216050 7871 2566 9 0 210555 0
[pid=18012/tid=18013] ppid=18011 vsize=864200 CPUtime=0.35
/proc/18012/task/18013/stat : 18013 (java) R 18011 17998 16068 0 -1 64 2779 0 1 0 34 1 0 0 22 0 9 0 22463975 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18014] ppid=18011 vsize=864200 CPUtime=0.32
/proc/18012/task/18014/stat : 18014 (java) R 18011 17998 16068 0 -1 64 4895 0 0 0 30 2 0 0 17 0 9 0 22463976 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 103826432 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18015] ppid=18011 vsize=864200 CPUtime=0
/proc/18012/task/18015/stat : 18015 (java) S 18011 17998 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22463976 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18016] ppid=18011 vsize=864200 CPUtime=0
/proc/18012/task/18016/stat : 18016 (java) S 18011 17998 16068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22463976 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18017] ppid=18011 vsize=864200 CPUtime=0
/proc/18012/task/18017/stat : 18017 (java) S 18011 17998 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463978 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18018] ppid=18011 vsize=864200 CPUtime=0.04
/proc/18012/task/18018/stat : 18018 (java) S 18011 17998 16068 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 22463978 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18019] ppid=18011 vsize=864200 CPUtime=0
/proc/18012/task/18019/stat : 18019 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22463978 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18020] ppid=18011 vsize=864200 CPUtime=0
/proc/18012/task/18020/stat : 18020 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22463978 884940800 7871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886424

[startup+3.10277 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 18020
/proc/meminfo: memFree=1766264/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.64
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1309 6646 0 1 6 1 53 4 15 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
[pid=18011] ppid=17998 vsize=5356 CPUtime=0
/proc/18011/stat : 18011 (sh) S 17998 17998 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18011/statm: 1339 233 193 169 0 50 0
[pid=18012] ppid=18011 vsize=864432 CPUtime=2.33
/proc/18012/stat : 18012 (java) S 18011 17998 16068 0 -1 0 20059 0 1 0 222 11 0 0 18 0 9 0 22463974 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18012/statm: 216108 19166 2566 9 0 210613 0
[pid=18012/tid=18013] ppid=18011 vsize=864432 CPUtime=0.91
/proc/18012/task/18013/stat : 18013 (java) R 18011 17998 16068 0 -1 64 3172 0 1 0 90 1 0 0 25 0 9 0 22463975 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18014] ppid=18011 vsize=864432 CPUtime=1.34
/proc/18012/task/18014/stat : 18014 (java) R 18011 17998 16068 0 -1 64 15874 0 0 0 126 8 0 0 17 0 9 0 22463976 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18015] ppid=18011 vsize=864432 CPUtime=0
/proc/18012/task/18015/stat : 18015 (java) S 18011 17998 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22463976 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18016] ppid=18011 vsize=864432 CPUtime=0
/proc/18012/task/18016/stat : 18016 (java) S 18011 17998 16068 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22463976 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18017] ppid=18011 vsize=864432 CPUtime=0
/proc/18012/task/18017/stat : 18017 (java) S 18011 17998 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463978 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18018] ppid=18011 vsize=864432 CPUtime=0.04
/proc/18012/task/18018/stat : 18018 (java) S 18011 17998 16068 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 22463978 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18019] ppid=18011 vsize=864432 CPUtime=0
/proc/18012/task/18019/stat : 18019 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22463978 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18020] ppid=18011 vsize=864432 CPUtime=0
/proc/18012/task/18020/stat : 18020 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22463978 885178368 19166 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886656

[startup+6.30207 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 18020
/proc/meminfo: memFree=1733304/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.64
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1310 6646 0 1 6 1 53 4 16 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
[pid=18011] ppid=17998 vsize=5356 CPUtime=0
/proc/18011/stat : 18011 (sh) S 17998 17998 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18011/statm: 1339 233 193 169 0 50 0
[pid=18012] ppid=18011 vsize=864404 CPUtime=5.52
/proc/18012/stat : 18012 (java) S 18011 17998 16068 0 -1 0 21698 0 1 0 539 13 0 0 18 0 9 0 22463974 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18012/statm: 216101 20705 2590 9 0 210578 0
[pid=18012/tid=18013] ppid=18011 vsize=864404 CPUtime=3.48
/proc/18012/task/18013/stat : 18013 (java) R 18011 17998 16068 0 -1 64 3717 0 1 0 346 2 0 0 25 0 9 0 22463975 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18014] ppid=18011 vsize=864404 CPUtime=1.93
/proc/18012/task/18014/stat : 18014 (java) S 18011 17998 16068 0 -1 64 16947 0 0 0 184 9 0 0 16 0 9 0 22463976 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18015] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18015/stat : 18015 (java) S 18011 17998 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18016] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18016/stat : 18016 (java) S 18011 17998 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18017] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18017/stat : 18017 (java) S 18011 17998 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463978 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18018] ppid=18011 vsize=864404 CPUtime=0.07
/proc/18012/task/18018/stat : 18018 (java) S 18011 17998 16068 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 22463978 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18019] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18019/stat : 18019 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22463978 885149696 20705 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18020] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18020/stat : 18020 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22463978 885149696 20705 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) 886628

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 18020
/proc/meminfo: memFree=1725432/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.64
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1310 6646 0 1 6 1 53 4 16 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
[pid=18011] ppid=17998 vsize=5356 CPUtime=0
/proc/18011/stat : 18011 (sh) S 17998 17998 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18011/statm: 1339 233 193 169 0 50 0
[pid=18012] ppid=18011 vsize=864404 CPUtime=11.92
/proc/18012/stat : 18012 (java) S 18011 17998 16068 0 -1 0 22873 0 1 0 1177 15 0 0 18 0 9 0 22463974 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18012/statm: 216101 21814 2590 9 0 210578 0
[pid=18012/tid=18013] ppid=18011 vsize=864404 CPUtime=9.73
/proc/18012/task/18013/stat : 18013 (java) R 18011 17998 16068 0 -1 64 3783 0 1 0 969 4 0 0 25 0 9 0 22463975 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 103210935 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18014] ppid=18011 vsize=864404 CPUtime=2.09
/proc/18012/task/18014/stat : 18014 (java) S 18011 17998 16068 0 -1 64 18055 0 0 0 199 10 0 0 16 0 9 0 22463976 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18015] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18015/stat : 18015 (java) S 18011 17998 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18016] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18016/stat : 18016 (java) S 18011 17998 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18017] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18017/stat : 18017 (java) S 18011 17998 16068 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22463978 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18018] ppid=18011 vsize=864404 CPUtime=0.08
/proc/18012/task/18018/stat : 18018 (java) S 18011 17998 16068 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22463978 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18019] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18019/stat : 18019 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22463978 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18020] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18020/stat : 18020 (java) S 18011 17998 16068 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22463978 885149696 21814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886628

[startup+25.5029 s]
/proc/loadavg: 2.06 2.02 2.00 3/85 18020
/proc/meminfo: memFree=1706744/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=0.64
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1310 6646 0 1 6 1 53 4 16 0 1 0 22463901 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17998/statm: 4217 1111 409 3 0 796 0
[pid=18011] ppid=17998 vsize=5356 CPUtime=0
/proc/18011/stat : 18011 (sh) S 17998 17998 16068 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22463974 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18011/statm: 1339 233 193 169 0 50 0
[pid=18012] ppid=18011 vsize=864404 CPUtime=24.71
/proc/18012/stat : 18012 (java) S 18011 17998 16068 0 -1 0 26067 0 1 0 2449 22 0 0 18 0 9 0 22463974 885149696 24853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18012/statm: 216101 24853 2590 9 0 210578 0
[pid=18012/tid=18013] ppid=18011 vsize=864404 CPUtime=22.09
/proc/18012/task/18013/stat : 18013 (java) R 18011 17998 16068 0 -1 64 3938 0 1 0 2201 8 0 0 25 0 9 0 22463975 885149696 24853 996147200 134512640 134550932 4294955936 18446744073709551615 103211383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18014] ppid=18011 vsize=864404 CPUtime=2.51
/proc/18012/task/18014/stat : 18014 (java) S 18011 17998 16068 0 -1 64 21089 0 0 0 239 12 0 0 16 0 9 0 22463976 885149696 24853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18012/tid=18015] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18015/stat : 18015 (java) S 18011 17998 16068 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 24853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18016] ppid=18011 vsize=864404 CPUtime=0
/proc/18012/task/18016/stat : 18016 (java) S 18011 17998 16068 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22463976 885149696 24853 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18012/tid=18017] ppid=18011 vsize=864404 CPUtime=0

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


[startup+102.308 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 18022
/proc/meminfo: memFree=1731576/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=46792 CPUtime=38.47
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 11270 0 0 0 3839 8 0 0 25 0 1 0 22470247 47915008 11256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 11698 11256 75 150 0 11545 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 69016

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 18022
/proc/meminfo: memFree=1726648/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=51840 CPUtime=97.9
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 12504 0 0 0 9780 10 0 0 25 0 1 0 22470247 53084160 12490 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 12960 12490 75 150 0 12807 0
Current children cumulated CPU time (s) 161.16
Current children cumulated vsize (KiB) 74064

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1718200/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=59208 CPUtime=157.34
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 14316 0 0 0 15722 12 0 0 25 0 1 0 22470247 60628992 14302 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 14802 14302 75 150 0 14649 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 81432

[startup+282.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1709752/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=64572 CPUtime=216.78
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 15699 0 0 0 21665 13 0 0 25 0 1 0 22470247 66121728 15685 996147200 134512640 135127466 4294956256 18446744073709551615 134527257 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16143 15685 75 150 0 15990 0
Current children cumulated CPU time (s) 280.04
Current children cumulated vsize (KiB) 86796

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

[startup+307.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1708088/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=66240 CPUtime=241.35
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16098 0 0 0 24121 14 0 0 25 0 1 0 22470247 67829760 16084 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16560 16084 75 150 0 16407 0
Current children cumulated CPU time (s) 304.61
Current children cumulated vsize (KiB) 88464

[startup+313.508 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1707512/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=66660 CPUtime=247.7
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16230 0 0 0 24756 14 0 0 25 0 1 0 22470247 68259840 16216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16665 16216 75 150 0 16512 0
Current children cumulated CPU time (s) 310.96
Current children cumulated vsize (KiB) 88884

[startup+319.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1707064/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=67588 CPUtime=254.03
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16368 0 0 0 25389 14 0 0 25 0 1 0 22470247 69210112 16354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16897 16354 75 150 0 16744 0
Current children cumulated CPU time (s) 317.29
Current children cumulated vsize (KiB) 89812

[startup+323.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1706808/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=67720 CPUtime=257.2
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16429 0 0 0 25706 14 0 0 25 0 1 0 22470247 69345280 16415 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16930 16415 75 150 0 16777 0
Current children cumulated CPU time (s) 320.46
Current children cumulated vsize (KiB) 89944

[startup+324.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1706680/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=67852 CPUtime=258.78
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16455 0 0 0 25864 14 0 0 25 0 1 0 22470247 69480448 16441 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16963 16441 75 150 0 16810 0
Current children cumulated CPU time (s) 322.04
Current children cumulated vsize (KiB) 90076

[startup+325.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1706552/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=63.26
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1376 48530 0 2 6 1 6271 48 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
[pid=18021] ppid=17998 vsize=5356 CPUtime=0
/proc/18021/stat : 18021 (sh) S 17998 17998 16068 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22470246 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18021/statm: 1339 232 193 169 0 50 0
[pid=18022] ppid=18021 vsize=67984 CPUtime=259.58
/proc/18022/stat : 18022 (minisat) R 18021 17998 16068 0 -1 4194304 16474 0 0 0 25944 14 0 0 25 0 1 0 22470247 69615616 16460 996147200 134512640 135127466 4294956256 18446744073709551615 134521791 0 0 4096 3 0 0 0 17 1 0 0
/proc/18022/statm: 16996 16460 75 150 0 16843 0
Current children cumulated CPU time (s) 322.84
Current children cumulated vsize (KiB) 90208

[startup+325.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1706552/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=322.88
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1448 65306 0 2 6 1 32217 64 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 322.88
Current children cumulated vsize (KiB) 16868

[startup+325.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 18022
/proc/meminfo: memFree=1706552/2055920 swapFree=4192812/4192956
[pid=17998] ppid=17996 vsize=16868 CPUtime=322.88
/proc/17998/stat : 17998 (sugar) S 17996 17998 16068 0 -1 4194304 1448 65306 0 2 6 1 32217 64 16 0 1 0 22463901 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17998/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 322.88
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 325.876
CPU time (s): 323.232
CPU user time (s): 322.522
CPU system time (s): 0.709892
CPU usage (%): 99.1887
Max. virtual memory (cumulated for all children) (KiB): 907240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.522
system time used= 0.709892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70619
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= 9184
involuntary context switches= 13665

runsolver used 0.384941 second user time and 1.12483 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 01:12:53
IDJOB=2071522
IDBENCH=55500
IDSOLVER=739
FILE ID=node18/2071522-1247353973
PBS_JOBID= 9506841
Free space on /tmp= 66272 MiB

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

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

MD5SUM BENCH= 42884b409c3603fb2d153815b8fc2d3d
RANDOM SEED=494852009

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:       1810424 kB
Buffers:         13884 kB
Cached:         120620 kB
SwapCached:          0 kB
Active:         168572 kB
Inactive:        27560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1810424 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14180 kB
Writeback:           0 kB
Mapped:          72792 kB
Slab:            34748 kB
Committed_AS:   200300 kB
PageTables:       1876 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= 66268 MiB
End job on node18 at 2009-07-12 01:18:19