Trace number 2068882

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 58.2691 58.9268

General information on the benchmark

Namecsp/tdsp/
normalized-C4-1-61.xml
MD5SUM847c29dfc4e27056a33db391ee6d79af
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 benchmark58.2691
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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 23:44:30 2009
0.00/0.08	c 0	PID 18233
0.07/0.08	c 0	HOST node61.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2068882-1247348670.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2068882-1247348670.xml' 'HOME/temp.csp'
0.07/0.68	c 1	5 domains, 149 variables, 2 predicates, 0 relations, 1274 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.79	c 1	Parsing HOME/temp.csp
0.66/0.88	c 1	parsed 1430 expressions
0.66/0.88	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.88	c 1	Converting to clausal form CSP
0.66/0.91	c 1	converted 143 (10%) expressions
0.92/1.08	c 1	converted 286 (20%) expressions
1.03/1.12	c 1	converted 429 (30%) expressions
1.03/1.14	c 1	converted 572 (40%) expressions
1.03/1.15	c 1	converted 715 (50%) expressions
1.03/1.16	c 1	converted 858 (60%) expressions
1.03/1.18	c 1	converted 1001 (70%) expressions
1.03/1.19	c 1	converted 1144 (80%) expressions
1.12/1.20	c 1	converted 1287 (90%) expressions
1.12/1.21	c 1	converted 1430 (100%) expressions
1.12/1.21	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 60
1.12/1.21	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.21	c 1	Propagation in CSP
1.12/1.22	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.12/1.22	c 1	CSP : 246 integers, 0 booleans, 1466 clauses, largest domain size 60
1.12/1.22	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.12/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.12/1.27	c 1	CSP : 246 integers, 4704 booleans, 6170 clauses, largest domain size 60
1.12/1.27	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.21/1.32	c 1	25 (10%) CSP integer variables are encoded (878 clauses, 9510 bytes)
1.21/1.33	c 1	50 (20%) CSP integer variables are encoded (1698 clauses, 19979 bytes)
1.21/1.33	c 1	74 (30%) CSP integer variables are encoded (2558 clauses, 31159 bytes)
1.21/1.33	c 1	99 (40%) CSP integer variables are encoded (3509 clauses, 43522 bytes)
1.21/1.33	c 1	123 (50%) CSP integer variables are encoded (4371 clauses, 54728 bytes)
1.21/1.33	c 1	148 (60%) CSP integer variables are encoded (5301 clauses, 66818 bytes)
1.21/1.34	c 1	173 (70%) CSP integer variables are encoded (5453 clauses, 68794 bytes)
1.21/1.34	c 1	197 (80%) CSP integer variables are encoded (5589 clauses, 70562 bytes)
1.21/1.34	c 1	222 (90%) CSP integer variables are encoded (5750 clauses, 72655 bytes)
1.21/1.34	c 1	246 (100%) CSP integer variables are encoded (5895 clauses, 74540 bytes)
1.51/1.60	c 2	617 (10%) CSP clauses are encoded (115248 clauses, 2392012 bytes)
2.01/2.17	c 2	1234 (20%) CSP clauses are encoded (371607 clauses, 8069944 bytes)
2.40/2.56	c 3	1851 (30%) CSP clauses are encoded (552827 clauses, 12057732 bytes)
3.00/3.16	c 3	2468 (40%) CSP clauses are encoded (838702 clauses, 18511742 bytes)
3.30/3.43	c 4	3085 (50%) CSP clauses are encoded (966511 clauses, 21432364 bytes)
3.49/3.68	c 4	3702 (60%) CSP clauses are encoded (1085914 clauses, 24146398 bytes)
3.89/4.01	c 4	4319 (70%) CSP clauses are encoded (1247216 clauses, 27852068 bytes)
4.18/4.35	c 4	4936 (80%) CSP clauses are encoded (1405351 clauses, 31479633 bytes)
4.58/4.75	c 5	5553 (90%) CSP clauses are encoded (1593627 clauses, 35946338 bytes)
4.96/5.16	c 5	6170 (100%) CSP clauses are encoded (1774897 clauses, 40308256 bytes)
4.96/5.16	c 5	6170 CSP clauses encoded
4.96/5.16	c 5	Writing map file : HOME/temp.map
4.96/5.17	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.96/5.17	c 5	SAT : 10842 SAT variables, 1774897 SAT clauses, 40308256 bytes
4.96/5.17	c 5	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.03/5.22	c 5	SOLVING HOME/temp.cnf
5.03/5.22	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.03/5.22	c 5	This is MiniSat 2.0 beta
5.03/5.22	c 5	WARNING: for repeatability, setting FPU to use double precision
5.03/5.22	c 5	============================[ Problem Statistics ]=============================
5.03/5.22	c 5	|                                                                             |
5.03/5.22	c 5	|  Number of variables:  10842                                                |
5.03/5.22	c 5	|  Number of clauses:    1774897                                              |
5.99/6.22	c 6	|  Parsing time:         0.86         s                                       |
5.99/6.28	c 6	============================[ Search Statistics ]==============================
5.99/6.28	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.99/6.28	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.99/6.28	c 6	===============================================================================
5.99/6.28	c 6	|         0 |   10842  1774897  6767266 |   591632        0    nan |  0.000 % |
6.29/6.60	c 7	|       100 |   10842  1774897  6767266 |   650795      100     19 |  0.000 % |
6.69/6.94	c 7	|       250 |   10842  1774897  6767266 |   715875      250     21 |  0.000 % |
6.99/7.26	c 7	|       475 |   10842  1774897  6767266 |   787462      475     22 |  0.000 % |
7.48/7.75	c 8	|       812 |   10842  1774897  6767266 |   866208      812     33 |  0.000 % |
7.97/8.21	c 8	|      1318 |   10842  1774897  6767266 |   952829     1318     42 |  0.000 % |
8.57/8.87	c 9	|      2077 |   10842  1774897  6767266 |  1048112     2077     39 |  0.000 % |
9.46/9.79	c 10	|      3218 |   10842  1774897  6767266 |  1152924     3218     44 |  0.000 % |
11.34/11.64	c 12	|      4926 |   10842  1774897  6767266 |  1268216     4926     41 |  0.000 % |
13.42/13.78	c 14	|      7488 |   10842  1774897  6767266 |  1395038     7488     44 |  0.000 % |
17.09/17.46	c 18	|     11332 |   10842  1774897  6767266 |  1534541    11332     48 |  0.000 % |
21.94/22.36	c 22	|     17098 |   10842  1774897  6767266 |  1687996    17098     65 |  0.000 % |
30.16/30.69	c 31	|     25747 |   10842  1774897  6767266 |  1856795    25747     59 |  0.000 % |
43.93/44.54	c 45	|     38721 |   10842  1774897  6767266 |  2042475    38721     85 |  0.000 % |
57.95/58.66	c 59	===============================================================================
57.95/58.66	c 59	restarts              : 14
57.95/58.66	c 59	conflicts             : 50175          (951 /sec)
57.95/58.66	c 59	decisions             : 253074         (1.18 % random) (4795 /sec)
57.95/58.66	c 59	propagations          : 9553528        (180993 /sec)
57.95/58.66	c 59	conflict literals     : 5006609        (9.68 % deleted)
57.95/58.66	c 59	Memory used           : 114.64 MB
57.95/58.66	c 59	CPU time              : 52.784 s
57.95/58.66	c 59	
57.95/58.67	c 59	SATISFIABLE
57.95/58.69	c 59	DECODING HOME/temp.out WITH HOME/temp.map
57.95/58.69	c 59	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'
58.05/58.76	c 59	Decoding HOME/temp.out
58.05/58.83	s SATISFIABLE
58.05/58.84	v 61 60 0 0 0 18 6 0 25 6 0 25 27 0 53 37 0 44 43 0 28 2 1 0 2 0 29 31 0 14 45 0 46 18 1 7 0 0 41 0 0 51 53 1 46 35 1 29 11 1 16 54 0 12 16 0 7 30 0 38 51 1 0 51 1 41 19 0 10 46 1 32 43 0 4 8 1 25 2 1 10 8 0 26 22 0 38 5 1 7 9 1 7 16 1 57 30 1 8 23 1 4 2 0 0 32 1 29 27 0 29 35 0 17 51 0 13 6 1 0 26 1 30 5 1 13 30 0 10 34 1 27 51 1 31 0 0 53 35 1 5 6 1 51 43 0 19 0 1
58.05/58.85	c 59	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
58.05/58.91	c 59	CPU 58.23 (0.05 0.02 57.51 0.65)
58.05/58.91	c 59	END Sat Jul 11 23:45:29 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-2068882-1247348670/watcher-2068882-1247348670 -o /tmp/evaluation-result-2068882-1247348670/solver-2068882-1247348670 -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-2068882-1247348670.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.92 1.98 1.99 4/76 18233
/proc/meminfo: memFree=1851032/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=12132 CPUtime=0
/proc/18233/stat : 18233 (sugar) R 18231 18233 18196 0 -1 4194304 218 0 0 0 0 0 0 0 20 0 1 0 21930461 12423168 186 996147200 4194304 4206940 548682068608 18446744073709551615 246406353633 0 0 4224 0 0 0 0 17 1 0 0
/proc/18233/statm: 3033 186 142 3 0 133 0

[startup+0.081543 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 18233
/proc/meminfo: memFree=1851032/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16740 CPUtime=0.07
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 21930461 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102045 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 18233
/proc/meminfo: memFree=1851032/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=0.07
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21930461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301059 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 18233
/proc/meminfo: memFree=1851032/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=0.07
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 21930461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701097 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 18233
/proc/meminfo: memFree=1851032/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=0.07
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 21930461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.01 2.00 2.00 4/87 18255
/proc/meminfo: memFree=1839552/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=0.66
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1310 4983 0 1 5 2 55 4 15 0 1 0 21930461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1111 409 3 0 796 0
[pid=18246] ppid=18233 vsize=5356 CPUtime=0
/proc/18246/stat : 18246 (sh) S 18233 18233 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21930533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18246/statm: 1339 233 193 169 0 50 0
[pid=18247] ppid=18246 vsize=868612 CPUtime=0.76
/proc/18247/stat : 18247 (java) S 18246 18233 18196 0 -1 0 7018 0 1 0 71 5 0 0 19 0 9 0 21930533 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18247/statm: 217153 6212 2589 9 0 211630 0
[pid=18247/tid=18248] ppid=18246 vsize=868612 CPUtime=0.46
/proc/18247/task/18248/stat : 18248 (java) R 18246 18233 18196 0 -1 64 2771 0 1 0 44 2 0 0 23 0 9 0 21930534 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18249] ppid=18246 vsize=868612 CPUtime=0.08
/proc/18247/task/18249/stat : 18249 (java) S 18246 18233 18196 0 -1 64 2061 0 0 0 7 1 0 0 16 0 9 0 21930535 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18250] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18250/stat : 18250 (java) S 18246 18233 18196 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21930535 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18251] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18251/stat : 18251 (java) S 18246 18233 18196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21930535 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18252] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18252/stat : 18252 (java) S 18246 18233 18196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21930537 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18253] ppid=18246 vsize=868612 CPUtime=0.18
/proc/18247/task/18253/stat : 18253 (java) S 18246 18233 18196 0 -1 64 1488 0 0 0 18 0 0 0 16 0 9 0 21930537 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18254] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18254/stat : 18254 (java) S 18246 18233 18196 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21930538 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18255] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18255/stat : 18255 (java) S 18246 18233 18196 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21930538 889458688 6212 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890836

[startup+3.10241 s]
/proc/loadavg: 2.01 2.00 2.00 3/87 18255
/proc/meminfo: memFree=1825472/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=0.66
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1310 4983 0 1 5 2 55 4 15 0 1 0 21930461 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1111 409 3 0 796 0
[pid=18246] ppid=18233 vsize=5356 CPUtime=0
/proc/18246/stat : 18246 (sh) S 18233 18233 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21930533 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18246/statm: 1339 233 193 169 0 50 0
[pid=18247] ppid=18246 vsize=868612 CPUtime=2.34
/proc/18247/stat : 18247 (java) S 18246 18233 18196 0 -1 0 7553 0 1 0 218 16 0 0 19 0 9 0 21930533 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18247/statm: 217153 6223 2589 9 0 211630 0
[pid=18247/tid=18248] ppid=18246 vsize=868612 CPUtime=1.9
/proc/18247/task/18248/stat : 18248 (java) R 18246 18233 18196 0 -1 64 3295 0 1 0 179 11 0 0 25 0 9 0 21930534 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4126869748 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18249] ppid=18246 vsize=868612 CPUtime=0.21
/proc/18247/task/18249/stat : 18249 (java) S 18246 18233 18196 0 -1 64 2061 0 0 0 18 3 0 0 16 0 9 0 21930535 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18250] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18250/stat : 18250 (java) S 18246 18233 18196 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21930535 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18251] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18251/stat : 18251 (java) S 18246 18233 18196 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21930535 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18252] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18252/stat : 18252 (java) S 18246 18233 18196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21930537 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18253] ppid=18246 vsize=868612 CPUtime=0.2
/proc/18247/task/18253/stat : 18253 (java) S 18246 18233 18196 0 -1 64 1499 0 0 0 20 0 0 0 16 0 9 0 21930537 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18254] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18254/stat : 18254 (java) S 18246 18233 18196 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21930538 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18247/tid=18255] ppid=18246 vsize=868612 CPUtime=0
/proc/18247/task/18255/stat : 18255 (java) S 18246 18233 18196 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21930538 889458688 6223 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890836

[startup+6.30164 s]
/proc/loadavg: 2.01 2.00 2.00 3/79 18257
/proc/meminfo: memFree=1790848/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 15 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=83296 CPUtime=1.05
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 20157 0 0 0 93 12 0 0 25 0 1 0 21930983 85295104 20143 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/18257/statm: 20824 20143 73 150 0 20671 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 105520

[startup+12.7012 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18257
/proc/meminfo: memFree=1713664/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=96884 CPUtime=7.39
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 23550 0 0 0 725 14 0 0 25 0 1 0 21930983 99209216 23536 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18257/statm: 24221 23536 76 150 0 24068 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 119108

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18257
/proc/meminfo: memFree=1709120/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=101700 CPUtime=20.07
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 24750 0 0 0 1991 16 0 0 25 0 1 0 21930983 104140800 24736 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18257/statm: 25425 24736 76 150 0 25272 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 123924

[startup+51.1019 s]
/proc/loadavg: 1.92 1.98 1.99 2/73 18258
/proc/meminfo: memFree=1704880/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=113300 CPUtime=45.44
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 27636 0 0 0 4525 19 0 0 25 0 1 0 21930983 116019200 27622 996147200 134512640 135127466 4294956256 18446744073709551615 134530682 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 28325 27622 76 150 0 28172 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 135524

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

[startup+54.3022 s]
/proc/loadavg: 1.92 1.98 1.99 2/67 18279
/proc/meminfo: memFree=1706976/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=115280 CPUtime=48.62
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 28136 0 0 0 4843 19 0 0 25 0 1 0 21930983 118046720 28122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 28820 28122 76 150 0 28667 0
Current children cumulated CPU time (s) 53.66
Current children cumulated vsize (KiB) 137504

[startup+57.5015 s]
/proc/loadavg: 1.85 1.97 1.99 2/70 18308
/proc/meminfo: memFree=1704264/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=116732 CPUtime=51.82
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 28501 0 0 0 5162 20 0 0 25 0 1 0 21930983 119533568 28487 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 29183 28487 76 150 0 29030 0
Current children cumulated CPU time (s) 56.86
Current children cumulated vsize (KiB) 138956

[startup+58.3066 s]
/proc/loadavg: 1.85 1.97 1.99 3/76 18319
/proc/meminfo: memFree=1694296/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=5.04
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1376 13525 0 2 5 2 459 38 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
[pid=18256] ppid=18233 vsize=5356 CPUtime=0
/proc/18256/stat : 18256 (sh) S 18233 18233 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21930983 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18256/statm: 1339 232 193 169 0 50 0
[pid=18257] ppid=18256 vsize=117260 CPUtime=52.62
/proc/18257/stat : 18257 (minisat) R 18256 18233 18196 0 -1 4194304 28614 0 0 0 5242 20 0 0 25 0 1 0 21930983 120074240 28600 996147200 134512640 135127466 4294956256 18446744073709551615 134527167 0 0 4096 3 0 0 0 17 0 0 0
/proc/18257/statm: 29315 28600 76 150 0 29162 0
Current children cumulated CPU time (s) 57.66
Current children cumulated vsize (KiB) 139484

[startup+58.7016 s]
/proc/loadavg: 1.85 1.97 1.99 3/76 18319
/proc/meminfo: memFree=1694296/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=58.05
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1430 42492 0 2 5 2 5737 61 17 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 58.05
Current children cumulated vsize (KiB) 16868

[startup+58.9018 s]
/proc/loadavg: 1.85 1.97 1.99 3/76 18319
/proc/meminfo: memFree=1694296/2055920 swapFree=4192812/4192956
[pid=18233] ppid=18231 vsize=16868 CPUtime=58.05
/proc/18233/stat : 18233 (sugar) S 18231 18233 18196 0 -1 4194304 1450 42492 0 2 5 2 5737 61 16 0 1 0 21930461 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18233/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 58.05
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 58.9268
CPU time (s): 58.2691
CPU user time (s): 57.5702
CPU system time (s): 0.698893
CPU usage (%): 98.8839
Max. virtual memory (cumulated for all children) (KiB): 890836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 57.5702
system time used= 0.698893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47823
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= 13189
involuntary context switches= 14144

runsolver used 0.078987 second user time and 0.19597 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-11 23:44:30
IDJOB=2068882
IDBENCH=54949
IDSOLVER=739
FILE ID=node61/2068882-1247348670
PBS_JOBID= 9506867
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 847c29dfc4e27056a33db391ee6d79af
RANDOM SEED=1487533226

node61.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.229
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.229
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:       1851512 kB
Buffers:         38808 kB
Cached:          94132 kB
SwapCached:          0 kB
Active:         105460 kB
Inactive:        50544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851512 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          33800 kB
Slab:            33948 kB
Committed_AS:   290856 kB
PageTables:       1748 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-11 23:45:29