Trace number 2068904

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 12.7851 13.2519

General information on the benchmark

Namecsp/tdsp/
normalized-C4-2-61.xml
MD5SUM0ffd436ed20b5bcf9ec627b8d0fbb5c0
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.7851
Satisfiable
(Un)Satisfiability was proved
Number of variables149
Number of constraints1274
Maximum constraint arity6
Maximum domain size62
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1274
Global constraints used (with number of constraints)

Solver Data

0.04/0.26	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.26	c 0	BEGIN Sat Jul 11 23:46:38 2009
0.04/0.26	c 0	PID 18346
0.04/0.26	c 0	HOST node78.alineos.net
0.04/0.26	c 0	CONVERTING HOME/instance-2068904-1247348798.xml TO HOME/temp.csp
0.04/0.26	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068904-1247348798.xml' 'HOME/temp.csp'
0.07/0.86	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.07/0.90	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.90	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'
0.07/0.98	c 1	Parsing HOME/temp.csp
0.74/1.06	c 1	parsed 1430 expressions
0.74/1.08	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.74/1.08	c 1	Converting to clausal form CSP
0.74/1.10	c 1	converted 143 (10%) expressions
0.94/1.27	c 1	converted 286 (20%) expressions
1.03/1.32	c 1	converted 429 (30%) expressions
1.03/1.33	c 1	converted 572 (40%) expressions
1.03/1.35	c 1	converted 715 (50%) expressions
1.03/1.36	c 1	converted 858 (60%) expressions
1.03/1.37	c 1	converted 1001 (70%) expressions
1.03/1.39	c 1	converted 1144 (80%) expressions
1.03/1.40	c 1	converted 1287 (90%) expressions
1.13/1.41	c 1	converted 1430 (100%) expressions
1.13/1.41	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.13/1.41	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.41	c 1	Propagation in CSP
1.13/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.42	c 1	CSP : 244 integers, 0 booleans, 1458 clauses, largest domain size 61
1.13/1.42	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.43	c 1	Simplifing CSP by introducing new Boolean variables
1.13/1.46	c 2	CSP : 244 integers, 4704 booleans, 6162 clauses, largest domain size 61
1.13/1.46	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.50	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.23/1.52	c 2	25 (10%) CSP integer variables are encoded (838 clauses, 9070 bytes)
1.23/1.52	c 2	49 (20%) CSP integer variables are encoded (1750 clauses, 20659 bytes)
1.23/1.53	c 2	74 (30%) CSP integer variables are encoded (2588 clauses, 31553 bytes)
1.23/1.53	c 2	98 (40%) CSP integer variables are encoded (3456 clauses, 42837 bytes)
1.23/1.53	c 2	122 (50%) CSP integer variables are encoded (4362 clauses, 54615 bytes)
1.23/1.53	c 2	147 (60%) CSP integer variables are encoded (5282 clauses, 66575 bytes)
1.23/1.53	c 2	171 (70%) CSP integer variables are encoded (5478 clauses, 69123 bytes)
1.23/1.53	c 2	196 (80%) CSP integer variables are encoded (5615 clauses, 70904 bytes)
1.23/1.53	c 2	220 (90%) CSP integer variables are encoded (5792 clauses, 73205 bytes)
1.23/1.53	c 2	244 (100%) CSP integer variables are encoded (5935 clauses, 75064 bytes)
1.43/1.76	c 2	617 (10%) CSP clauses are encoded (97768 clauses, 2013771 bytes)
2.02/2.31	c 2	1233 (20%) CSP clauses are encoded (328247 clauses, 7108958 bytes)
2.21/2.60	c 3	1849 (30%) CSP clauses are encoded (457381 clauses, 9926381 bytes)
2.72/3.02	c 3	2465 (40%) CSP clauses are encoded (655914 clauses, 14358658 bytes)
3.11/3.42	c 3	3081 (50%) CSP clauses are encoded (841545 clauses, 18636268 bytes)
3.60/3.92	c 4	3698 (60%) CSP clauses are encoded (1069935 clauses, 23933915 bytes)
3.90/4.28	c 4	4314 (70%) CSP clauses are encoded (1242064 clauses, 27896526 bytes)
4.29/4.64	c 5	4930 (80%) CSP clauses are encoded (1406310 clauses, 31672478 bytes)
4.69/5.04	c 5	5546 (90%) CSP clauses are encoded (1589961 clauses, 36055398 bytes)
5.09/5.42	c 5	6162 (100%) CSP clauses are encoded (1761655 clauses, 40176414 bytes)
5.09/5.42	c 5	6162 CSP clauses encoded
5.09/5.42	c 5	Writing map file : HOME/temp.map
5.09/5.43	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.43	c 5	SAT : 10878 SAT variables, 1761655 SAT clauses, 40176414 bytes
5.09/5.43	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.09/5.48	c 6	SOLVING HOME/temp.cnf
5.09/5.48	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.09/5.49	c 6	This is MiniSat 2.0 beta
5.09/5.49	c 6	WARNING: for repeatability, setting FPU to use double precision
5.09/5.49	c 6	============================[ Problem Statistics ]=============================
5.09/5.49	c 6	|                                                                             |
5.09/5.49	c 6	|  Number of variables:  10878                                                |
5.09/5.49	c 6	|  Number of clauses:    1761655                                              |
5.13/6.48	c 7	|  Parsing time:         0.87         s                                       |
6.13/6.54	c 7	============================[ Search Statistics ]==============================
6.13/6.54	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.13/6.54	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.13/6.54	c 7	===============================================================================
6.13/6.54	c 7	|         0 |   10878  1761655  6710774 |   587218        0    nan |  0.000 % |
6.42/6.89	c 7	|       100 |   10878  1761655  6710774 |   645940      100     22 |  0.000 % |
6.72/7.18	c 7	|       250 |   10878  1761655  6710774 |   710534      250     20 |  0.000 % |
7.11/7.58	c 8	|       476 |   10878  1761655  6710774 |   781587      476     20 |  0.000 % |
7.60/8.02	c 8	|       813 |   10878  1761655  6710774 |   859746      813     23 |  0.000 % |
8.09/8.52	c 9	|      1319 |   10878  1761655  6710774 |   945720     1319     29 |  0.000 % |
8.88/9.39	c 9	|      2080 |   10878  1761655  6710774 |  1040293     2080     30 |  0.000 % |
9.87/10.37	c 10	|      3221 |   10878  1761655  6710774 |  1144322     3221     36 |  0.000 % |
11.36/11.84	c 12	|      4933 |   10878  1761655  6710774 |  1258754     4933     50 |  0.000 % |
12.46/12.99	c 13	===============================================================================
12.46/12.99	c 13	restarts              : 9
12.46/12.99	c 13	conflicts             : 6413           (883 /sec)
12.46/12.99	c 13	decisions             : 45397          (1.39 % random) (6251 /sec)
12.46/12.99	c 13	propagations          : 1194120        (164414 /sec)
12.46/12.99	c 13	conflict literals     : 316320         (6.15 % deleted)
12.46/12.99	c 13	Memory used           : 94.29 MB
12.46/12.99	c 13	CPU time              : 7.2629 s
12.46/12.99	c 13	
12.46/12.99	c 13	SATISFIABLE
12.55/13.01	c 13	DECODING HOME/temp.out WITH HOME/temp.map
12.55/13.01	c 13	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'
12.55/13.09	c 13	Decoding HOME/temp.out
12.65/13.16	s SATISFIABLE
12.65/13.17	v 61 60 38 36 0 40 19 0 32 56 1 24 14 0 12 36 1 41 22 1 39 46 1 10 33 0 40 22 1 35 3 1 32 6 1 52 38 1 32 0 1 56 7 1 14 54 0 28 0 1 52 39 1 33 43 0 15 7 1 15 27 0 15 19 1 43 1 1 32 10 1 27 27 0 0 42 1 34 54 0 12 54 1 24 7 0 0 12 1 9 37 0 5 7 1 33 37 0 5 33 1 14 57 1 34 4 1 15 57 0 3 7 0 24 10 1 16 31 1 50 0 1 54 6 1 0 0 1 22 27 0 34 0 0 26 36 1 54 0 1 53 21 0 13 45 1 3 0 1
12.65/13.18	c 13	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.73/13.23	c 13	CPU 12.74 (0.06 0.02 12.07 0.59)
12.73/13.23	c 13	END Sat Jul 11 23:46:51 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-2068904-1247348798/watcher-2068904-1247348798 -o /tmp/evaluation-result-2068904-1247348798/solver-2068904-1247348798 -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-2068904-1247348798.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.93 1.99 2.26 4/75 18346
/proc/meminfo: memFree=1902272/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=18576 CPUtime=0
/proc/18346/stat : 18346 (runsolver) D 18344 18346 18309 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 21944363 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 255372881191 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/18346/statm: 4644 284 249 26 0 2626 0

[startup+0.0693361 s]
/proc/loadavg: 1.93 1.99 2.26 4/75 18346
/proc/meminfo: memFree=1902272/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=12268 CPUtime=0
/proc/18346/stat : 18346 (sugar) D 18344 18346 18309 0 -1 4194304 348 0 4 0 0 0 0 0 18 0 1 0 21944363 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/18346/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101339 s]
/proc/loadavg: 1.93 1.99 2.26 4/75 18346
/proc/meminfo: memFree=1902272/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=12272 CPUtime=0
/proc/18346/stat : 18346 (sugar) R 18344 18346 18309 0 -1 4194304 402 0 4 0 0 0 0 0 18 0 1 0 21944363 12566528 374 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 0 4224 0 0 0 0 17 1 0 0
/proc/18346/statm: 3068 374 275 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301363 s]
/proc/loadavg: 1.93 1.99 2.26 4/75 18346
/proc/meminfo: memFree=1902272/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=0.07
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21944363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701404 s]
/proc/loadavg: 1.93 1.99 2.26 4/75 18346
/proc/meminfo: memFree=1902272/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=0.07
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1221 128 6 0 5 2 0 0 18 0 1 0 21944363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18346/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 1.93 1.99 2.26 4/86 18368
/proc/meminfo: memFree=1893864/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=0.66
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1304 4982 6 1 5 2 55 4 16 0 1 0 21944363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1111 409 3 0 796 0
[pid=18359] ppid=18346 vsize=5356 CPUtime=0
/proc/18359/stat : 18359 (sh) S 18346 18346 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21944453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18359/statm: 1339 233 193 169 0 50 0
[pid=18360] ppid=18359 vsize=868484 CPUtime=0.57
/proc/18360/stat : 18360 (java) S 18359 18346 18309 0 -1 0 6917 0 1 0 54 3 0 0 18 0 9 0 21944454 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18360/statm: 217121 6162 2565 9 0 211626 0
[pid=18360/tid=18361] ppid=18359 vsize=868484 CPUtime=0.32
/proc/18360/task/18361/stat : 18361 (java) R 18359 18346 18309 0 -1 64 2675 0 1 0 31 1 0 0 19 0 9 0 21944454 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18362] ppid=18359 vsize=868484 CPUtime=0.06
/proc/18360/task/18362/stat : 18362 (java) S 18359 18346 18309 0 -1 64 2067 0 0 0 6 0 0 0 16 0 9 0 21944456 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18363] ppid=18359 vsize=868484 CPUtime=0
/proc/18360/task/18363/stat : 18363 (java) S 18359 18346 18309 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21944456 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18364] ppid=18359 vsize=868484 CPUtime=0
/proc/18360/task/18364/stat : 18364 (java) S 18359 18346 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21944456 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18365] ppid=18359 vsize=868484 CPUtime=0
/proc/18360/task/18365/stat : 18365 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21944458 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18366] ppid=18359 vsize=868484 CPUtime=0.15
/proc/18360/task/18366/stat : 18366 (java) R 18359 18346 18309 0 -1 64 1475 0 0 0 15 0 0 0 16 0 9 0 21944458 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 102233096 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18367] ppid=18359 vsize=868484 CPUtime=0
/proc/18360/task/18367/stat : 18367 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21944458 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18368] ppid=18359 vsize=868484 CPUtime=0
/proc/18360/task/18368/stat : 18368 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21944458 889327616 6162 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 890708

[startup+3.10265 s]
/proc/loadavg: 1.93 1.99 2.26 3/86 18368
/proc/meminfo: memFree=1877800/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=0.66
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1304 4982 6 1 5 2 55 4 15 0 1 0 21944363 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1111 409 3 0 796 0
[pid=18359] ppid=18346 vsize=5356 CPUtime=0
/proc/18359/stat : 18359 (sh) S 18346 18346 18309 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21944453 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18359/statm: 1339 233 193 169 0 50 0
[pid=18360] ppid=18359 vsize=868596 CPUtime=2.16
/proc/18360/stat : 18360 (java) S 18359 18346 18309 0 -1 0 7478 0 2 0 201 15 0 0 18 0 9 0 21944454 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18360/statm: 217149 6227 2589 9 0 211626 0
[pid=18360/tid=18361] ppid=18359 vsize=868596 CPUtime=1.74
/proc/18360/task/18361/stat : 18361 (java) R 18359 18346 18309 0 -1 64 3209 0 2 0 165 9 0 0 25 0 9 0 21944454 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 102093924 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18362] ppid=18359 vsize=868596 CPUtime=0.19
/proc/18360/task/18362/stat : 18362 (java) S 18359 18346 18309 0 -1 64 2067 0 0 0 15 4 0 0 16 0 9 0 21944456 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18363] ppid=18359 vsize=868596 CPUtime=0
/proc/18360/task/18363/stat : 18363 (java) S 18359 18346 18309 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21944456 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18364] ppid=18359 vsize=868596 CPUtime=0
/proc/18360/task/18364/stat : 18364 (java) S 18359 18346 18309 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21944456 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18365] ppid=18359 vsize=868596 CPUtime=0
/proc/18360/task/18365/stat : 18365 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21944458 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18366] ppid=18359 vsize=868596 CPUtime=0.19
/proc/18360/task/18366/stat : 18366 (java) S 18359 18346 18309 0 -1 64 1502 0 0 0 19 0 0 0 16 0 9 0 21944458 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18367] ppid=18359 vsize=868596 CPUtime=0
/proc/18360/task/18367/stat : 18367 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21944458 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18360/tid=18368] ppid=18359 vsize=868596 CPUtime=0
/proc/18360/task/18368/stat : 18368 (java) S 18359 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21944458 889442304 6227 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 890820

[startup+6.30199 s]
/proc/loadavg: 1.93 1.99 2.26 3/86 18368
/proc/meminfo: memFree=1842664/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=5.13
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1370 13523 6 3 5 2 466 40 16 0 1 0 21944363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 16868

[startup+12.7027 s]
/proc/loadavg: 1.94 1.99 2.26 3/78 18370
/proc/meminfo: memFree=1764648/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=5.14
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1370 13523 6 3 6 2 466 40 16 0 1 0 21944363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1113 409 3 0 796 0
[pid=18369] ppid=18346 vsize=5356 CPUtime=0
/proc/18369/stat : 18369 (sh) S 18346 18346 18309 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21944912 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18369/statm: 1339 232 193 169 0 50 0
[pid=18370] ppid=18369 vsize=96280 CPUtime=7.12
/proc/18370/stat : 18370 (minisat) R 18369 18346 18309 0 -1 4194304 23394 0 0 0 697 15 0 0 25 0 1 0 21944912 98590720 23380 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/18370/statm: 24070 23380 76 150 0 23917 0
Current children cumulated CPU time (s) 12.26
Current children cumulated vsize (KiB) 118504

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

[startup+13.1027 s]
/proc/loadavg: 1.94 1.99 2.26 3/86 18380
/proc/meminfo: memFree=1853544/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=12.58
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1442 37256 6 3 6 2 1193 57 16 0 1 0 21944363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1113 409 3 0 796 0
[pid=18371] ppid=18346 vsize=5356 CPUtime=0
/proc/18371/stat : 18371 (sh) S 18346 18346 18309 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21945665 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18371/statm: 1339 233 193 169 0 50 0
[pid=18372] ppid=18371 vsize=862012 CPUtime=0.07
/proc/18372/stat : 18372 (java) S 18371 18346 18309 0 -1 0 2793 0 1 0 6 1 0 0 18 0 9 0 21945665 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18372/statm: 215503 2266 1236 9 0 210416 0
[pid=18372/tid=18373] ppid=18371 vsize=862012 CPUtime=0.04
/proc/18372/task/18373/stat : 18373 (java) R 18371 18346 18309 0 -1 64 1878 0 1 0 4 0 0 0 20 0 9 0 21945666 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 103782067 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18374] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18374/stat : 18374 (java) S 18371 18346 18309 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 21945667 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18375] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18375/stat : 18375 (java) S 18371 18346 18309 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21945667 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18376] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18376/stat : 18376 (java) S 18371 18346 18309 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21945667 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18377] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18377/stat : 18377 (java) S 18371 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21945669 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18378] ppid=18371 vsize=862012 CPUtime=0.01
/proc/18372/task/18378/stat : 18378 (java) S 18371 18346 18309 0 -1 64 220 0 0 0 1 0 0 0 18 0 9 0 21945669 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18379] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18379/stat : 18379 (java) S 18371 18346 18309 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21945669 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18380] ppid=18371 vsize=862012 CPUtime=0
/proc/18372/task/18380/stat : 18380 (java) S 18371 18346 18309 0 -1 64 0 0 0 0 0 0 0 0 20 0 9 0 21945669 882700288 2266 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 884236

[startup+13.2077 s]
/proc/loadavg: 1.94 1.99 2.26 3/86 18380
/proc/meminfo: memFree=1853544/2055912 swapFree=4192812/4192956
[pid=18346] ppid=18344 vsize=16868 CPUtime=12.58
/proc/18346/stat : 18346 (sugar) S 18344 18346 18309 0 -1 4194304 1444 37256 6 3 6 2 1193 57 15 0 1 0 21944363 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18346/statm: 4217 1113 409 3 0 796 0
[pid=18371] ppid=18346 vsize=5356 CPUtime=0
/proc/18371/stat : 18371 (sh) S 18346 18346 18309 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 21945665 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18371/statm: 1339 233 193 169 0 50 0
[pid=18372] ppid=18371 vsize=864120 CPUtime=0.15
/proc/18372/stat : 18372 (java) S 18371 18346 18309 0 -1 0 3501 0 1 0 14 1 0 0 18 0 9 0 21945665 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18372/statm: 216030 2967 1706 9 0 210535 0
[pid=18372/tid=18373] ppid=18371 vsize=864120 CPUtime=0.11
/proc/18372/task/18373/stat : 18373 (java) S 18371 18346 18309 0 -1 64 2507 0 1 0 10 1 0 0 18 0 9 0 21945666 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18374] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18374/stat : 18374 (java) S 18371 18346 18309 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 21945667 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18375] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18375/stat : 18375 (java) S 18371 18346 18309 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21945667 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18376] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18376/stat : 18376 (java) S 18371 18346 18309 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21945667 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18377] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18377/stat : 18377 (java) S 18371 18346 18309 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21945669 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18378] ppid=18371 vsize=864120 CPUtime=0.03
/proc/18372/task/18378/stat : 18378 (java) S 18371 18346 18309 0 -1 64 299 0 0 0 3 0 0 0 17 0 9 0 21945669 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18379] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18379/stat : 18379 (java) S 18371 18346 18309 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21945669 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18372/tid=18380] ppid=18371 vsize=864120 CPUtime=0
/proc/18372/task/18380/stat : 18380 (java) S 18371 18346 18309 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21945669 884858880 2967 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 886344

Child status: 0
Real time (s): 13.2519
CPU time (s): 12.7851
CPU user time (s): 12.1382
CPU system time (s): 0.646901
CPU usage (%): 96.477
Max. virtual memory (cumulated for all children) (KiB): 890820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1382
system time used= 0.646901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42580
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13167
involuntary context switches= 13203

runsolver used 0.016997 second user time and 0.055991 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-11 23:46:38
IDJOB=2068904
IDBENCH=54954
IDSOLVER=739
FILE ID=node78/2068904-1247348798
PBS_JOBID= 9506875
Free space on /tmp= 126796 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tdsp/normalized-C4-2-61.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-2068904-1247348798/watcher-2068904-1247348798 -o /tmp/evaluation-result-2068904-1247348798/solver-2068904-1247348798 -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-2068904-1247348798.xml

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

MD5SUM BENCH= 0ffd436ed20b5bcf9ec627b8d0fbb5c0
RANDOM SEED=444436589

node78.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.232
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.232
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:      2055912 kB
MemFree:       1902760 kB
Buffers:         25148 kB
Cached:          48836 kB
SwapCached:          0 kB
Active:          66612 kB
Inactive:        37980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1902760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1708 kB
Writeback:           0 kB
Mapped:          41280 kB
Slab:            33756 kB
Committed_AS:   244032 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126796 MiB
End job on node78 at 2009-07-11 23:46:51