Trace number 2082786

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 125.491 125.632

General information on the benchmark

Namecsp/super-jobShop/
super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-3.xml
MD5SUM5124251d07b3c05814271b00e9f47dce
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark75.0886
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Maximum constraint arity2
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension845
Global constraints used (with number of constraints)

Solver Data

0.01/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.06	c 0	BEGIN Sun Jul 12 07:13:37 2009
0.01/0.06	c 0	PID 23834
0.01/0.07	c 0	HOST node88.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2082786-1247375617.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2082786-1247375617.xml' 'HOME/temp.csp'
0.06/0.64	c 0	46 domains, 100 variables, 4 predicates, 0 relations, 845 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.61/0.73	c 1	Parsing HOME/temp.csp
0.61/0.80	c 1	parsed 995 expressions
0.61/0.83	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.83	c 1	Converting to clausal form CSP
0.61/0.85	c 1	converted 100 (10%) expressions
0.61/0.88	c 1	converted 199 (20%) expressions
0.61/0.91	c 1	converted 299 (30%) expressions
0.61/0.94	c 1	converted 398 (40%) expressions
0.61/0.95	c 1	converted 498 (50%) expressions
0.94/1.03	c 1	converted 597 (60%) expressions
0.94/1.03	c 1	converted 697 (70%) expressions
0.94/1.04	c 1	converted 796 (80%) expressions
0.94/1.05	c 1	converted 896 (90%) expressions
0.94/1.06	c 1	converted 995 (100%) expressions
0.94/1.06	c 1	CSP : 100 integers, 0 booleans, 845 clauses, largest domain size 127
0.94/1.06	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.06	c 1	Propagation in CSP
0.94/1.07	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.94/1.07	c 1	CSP : 100 integers, 0 booleans, 845 clauses, largest domain size 127
0.94/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.08	c 1	Simplifing CSP by introducing new Boolean variables
0.94/1.10	c 1	CSP : 100 integers, 1450 booleans, 2295 clauses, largest domain size 127
0.94/1.10	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.04/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.04/1.14	c 1	10 (10%) CSP integer variables are encoded (1250 clauses, 14117 bytes)
1.04/1.14	c 1	20 (20%) CSP integer variables are encoded (2480 clauses, 30107 bytes)
1.04/1.14	c 1	30 (30%) CSP integer variables are encoded (3660 clauses, 45447 bytes)
1.04/1.14	c 1	40 (40%) CSP integer variables are encoded (4890 clauses, 61437 bytes)
1.04/1.15	c 1	50 (50%) CSP integer variables are encoded (6110 clauses, 77297 bytes)
1.04/1.15	c 1	60 (60%) CSP integer variables are encoded (7220 clauses, 91727 bytes)
1.04/1.15	c 1	70 (70%) CSP integer variables are encoded (8370 clauses, 106677 bytes)
1.04/1.15	c 1	80 (80%) CSP integer variables are encoded (9510 clauses, 121497 bytes)
1.04/1.15	c 1	90 (90%) CSP integer variables are encoded (10690 clauses, 138386 bytes)
1.04/1.15	c 1	100 (100%) CSP integer variables are encoded (11870 clauses, 156086 bytes)
1.13/1.20	c 1	230 (10%) CSP clauses are encoded (29261 clauses, 475677 bytes)
1.13/1.23	c 1	459 (20%) CSP clauses are encoded (46517 clauses, 807378 bytes)
1.13/1.27	c 1	689 (30%) CSP clauses are encoded (63952 clauses, 1149876 bytes)
1.23/1.31	c 1	918 (40%) CSP clauses are encoded (80809 clauses, 1482931 bytes)
1.23/1.34	c 1	1148 (50%) CSP clauses are encoded (97990 clauses, 1822934 bytes)
1.23/1.37	c 1	1377 (60%) CSP clauses are encoded (115688 clauses, 2169329 bytes)
1.33/1.40	c 1	1607 (70%) CSP clauses are encoded (132920 clauses, 2508677 bytes)
1.33/1.43	c 1	1836 (80%) CSP clauses are encoded (149445 clauses, 2832583 bytes)
1.33/1.46	c 1	2066 (90%) CSP clauses are encoded (166778 clauses, 3172366 bytes)
1.43/1.50	c 1	2295 (100%) CSP clauses are encoded (185240 clauses, 3530123 bytes)
1.43/1.50	c 1	2295 CSP clauses encoded
1.43/1.50	c 1	Writing map file : HOME/temp.map
1.43/1.51	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.51	c 1	SAT : 13420 SAT variables, 185240 SAT clauses, 3530123 bytes
1.43/1.51	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.54	c 1	SOLVING HOME/temp.cnf
1.43/1.54	c 1	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.43/1.55	c 1	This is MiniSat 2.0 beta
1.43/1.55	c 1	WARNING: for repeatability, setting FPU to use double precision
1.43/1.55	c 1	============================[ Problem Statistics ]=============================
1.43/1.55	c 1	|                                                                             |
1.43/1.55	c 1	|  Number of variables:  13420                                                |
1.43/1.55	c 1	|  Number of clauses:    185240                                               |
1.46/1.64	c 1	|  Parsing time:         0.08         s                                       |
1.46/1.65	c 1	============================[ Search Statistics ]==============================
1.46/1.65	c 1	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.46/1.65	c 1	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.46/1.65	c 1	===============================================================================
1.46/1.65	c 1	|         0 |   13420   185240   526251 |    61746        0    nan |  0.000 % |
1.46/1.74	c 2	|       101 |   13419   185240   526251 |    67921      100     14 |  0.052 % |
1.46/1.87	c 2	|       252 |   13419   185240   526251 |    74713      251     12 |  0.052 % |
1.46/2.02	c 2	|       477 |   13419   185240   526251 |    82184      476     11 |  0.052 % |
2.20/2.31	c 2	|       815 |   13412   185192   526132 |    90403      812     11 |  0.097 % |
2.60/2.79	c 3	|      1323 |   13412   185192   526132 |    99443     1319     12 |  0.104 % |
2.90/3.08	c 3	|      2082 |   13406   185145   526016 |   109387     2078     11 |  0.104 % |
3.90/4.07	c 4	|      3223 |   13401   185115   525947 |   120326     3218     11 |  0.142 % |
5.30/5.41	c 5	|      4931 |   13377   184941   525522 |   132359     4921     11 |  0.321 % |
7.29/7.48	c 7	|      7493 |   13362   184853   525310 |   145595     7475     12 |  0.447 % |
10.09/10.29	c 10	|     11338 |   13352   184805   525203 |   160154    11316     12 |  0.514 % |
13.89/14.05	c 14	|     17106 |   13349   184790   525172 |   176170    17083     12 |  0.529 % |
21.89/22.00	c 22	|     25757 |   13344   184760   525102 |   193787    25732     14 |  0.566 % |
34.88/35.10	c 35	|     38733 |   13340   184737   525048 |   213166    38704     13 |  0.611 % |
54.87/55.03	c 55	|     58195 |   13336   184709   524976 |   234482    58165     13 |  0.626 % |
96.75/96.91	c 97	|     87388 |   13325   184623   524756 |   257931    87354     14 |  0.708 % |
125.15/125.40	c 125	===============================================================================
125.15/125.40	c 125	restarts              : 16
125.15/125.40	c 125	conflicts             : 104441         (844 /sec)
125.15/125.40	c 125	decisions             : 138001         (1.22 % random) (1115 /sec)
125.15/125.40	c 125	propagations          : 110695305      (894484 /sec)
125.15/125.40	c 125	conflict literals     : 1485243        (30.15 % deleted)
125.15/125.40	c 125	Memory used           : 20.17 MB
125.15/125.40	c 125	CPU time              : 123.753 s
125.15/125.40	c 125	
125.25/125.41	c 125	SATISFIABLE
125.25/125.41	c 125	DECODING HOME/temp.out WITH HOME/temp.map
125.25/125.41	c 125	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'
125.25/125.49	c 125	Decoding HOME/temp.out
125.27/125.60	s SATISFIABLE
125.27/125.61	v 0 1 6 5 14 15 23 22 31 32 44 45 53 52 67 66 81 80 91 92 61 62 70 69 89 88 115 114 118 119 7 6 15 14 25 26 36 37 46 45 104 103 118 110 132 133 148 147 158 157 51 50 59 60 76 75 90 89 102 101 11 12 24 25 35 34 47 48 60 61 2 1 35 36 48 47 64 65 76 75 54 55 83 84 102 103 123 124 135 134 94 95 110 111 119 118 136 137 144 145
125.27/125.61	c 125	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
125.27/125.63	c 125	CPU 125.46 (0.05 0.02 125.22 0.17)
125.27/125.63	c 125	END Sun Jul 12 07:15:42 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-2082786-1247375617/watcher-2082786-1247375617 -o /tmp/evaluation-result-2082786-1247375617/solver-2082786-1247375617 -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-2082786-1247375617.xml 

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


[startup+0 s]
/proc/loadavg: 1.96 1.97 2.17 4/82 23834
/proc/meminfo: memFree=1895472/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=12272 CPUtime=0
/proc/23834/stat : 23834 (sugar) R 23832 23834 18950 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24626871 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 270196063230 0 0 4224 0 0 0 0 17 0 0 0
/proc/23834/statm: 3068 364 274 3 0 168 0

[startup+0.0245919 s]
/proc/loadavg: 1.96 1.97 2.17 4/82 23834
/proc/meminfo: memFree=1895472/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=12940 CPUtime=0.01
/proc/23834/stat : 23834 (sugar) R 23832 23834 18950 0 -1 4194304 618 0 0 0 1 0 0 0 18 0 1 0 24626871 13250560 586 996147200 4194304 4206940 548682068608 18446744073709551615 270187008737 0 0 4224 0 0 0 0 17 0 0 0
/proc/23834/statm: 3235 586 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101604 s]
/proc/loadavg: 1.96 1.97 2.17 4/82 23834
/proc/meminfo: memFree=1895472/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=0.06
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24626871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301624 s]
/proc/loadavg: 1.96 1.97 2.17 4/82 23834
/proc/meminfo: memFree=1895472/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=0.06
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24626871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70167 s]
/proc/loadavg: 1.96 1.97 2.17 4/82 23834
/proc/meminfo: memFree=1895472/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=0.61
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1292 4827 0 1 5 2 52 2 16 0 1 0 24626871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23834/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50176 s]
/proc/loadavg: 2.04 1.99 2.17 4/93 23856
/proc/meminfo: memFree=1882520/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=0.61
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1310 4827 0 1 5 2 52 2 15 0 1 0 24626871 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1111 409 3 0 796 0
[pid=23847] ppid=23834 vsize=5356 CPUtime=0
/proc/23847/stat : 23847 (sh) S 23834 23834 18950 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24626937 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23847/statm: 1339 233 193 169 0 50 0
[pid=23848] ppid=23847 vsize=868588 CPUtime=0.82
/proc/23848/stat : 23848 (java) S 23847 23834 18950 0 -1 0 6528 0 1 0 75 7 0 0 20 0 9 0 24626938 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23848/statm: 217147 5669 2589 9 0 211624 0
[pid=23848/tid=23849] ppid=23847 vsize=868588 CPUtime=0.57
/proc/23848/task/23849/stat : 23849 (java) R 23847 23834 18950 0 -1 64 2813 0 1 0 53 4 0 0 25 0 9 0 24626939 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4126380048 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23850] ppid=23847 vsize=868588 CPUtime=0.06
/proc/23848/task/23850/stat : 23850 (java) S 23847 23834 18950 0 -1 64 1527 0 0 0 5 1 0 0 16 0 9 0 24626940 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23851] ppid=23847 vsize=868588 CPUtime=0
/proc/23848/task/23851/stat : 23851 (java) S 23847 23834 18950 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24626940 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23852] ppid=23847 vsize=868588 CPUtime=0
/proc/23848/task/23852/stat : 23852 (java) S 23847 23834 18950 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24626940 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23853] ppid=23847 vsize=868588 CPUtime=0
/proc/23848/task/23853/stat : 23853 (java) S 23847 23834 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24626942 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23854] ppid=23847 vsize=868588 CPUtime=0.17
/proc/23848/task/23854/stat : 23854 (java) S 23847 23834 18950 0 -1 64 1488 0 0 0 16 1 0 0 16 0 9 0 24626942 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23855] ppid=23847 vsize=868588 CPUtime=0
/proc/23848/task/23855/stat : 23855 (java) S 23847 23834 18950 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24626942 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23848/tid=23856] ppid=23847 vsize=868588 CPUtime=0
/proc/23848/task/23856/stat : 23856 (java) S 23847 23834 18950 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24626942 889434112 5669 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890812

[startup+3.10194 s]
/proc/loadavg: 2.04 1.99 2.17 3/85 23858
/proc/meminfo: memFree=1878616/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 15 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=10832 CPUtime=1.54
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 2567 0 0 0 153 1 0 0 25 0 1 0 24627027 11091968 2553 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 2708 2553 75 150 0 2555 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 33056

[startup+6.30131 s]
/proc/loadavg: 2.04 1.99 2.17 3/85 23858
/proc/meminfo: memFree=1878232/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=11144 CPUtime=4.73
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 2647 0 0 0 472 1 0 0 25 0 1 0 24627027 11411456 2633 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 2786 2633 75 150 0 2633 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 33368

[startup+12.701 s]
/proc/loadavg: 2.03 1.99 2.17 3/85 23858
/proc/meminfo: memFree=1877400/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=11940 CPUtime=11.13
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 2857 0 0 0 1112 1 0 0 25 0 1 0 24627027 12226560 2843 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 2985 2843 75 150 0 2832 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 34164

[startup+25.5015 s]
/proc/loadavg: 2.03 1.99 2.17 3/85 23858
/proc/meminfo: memFree=1876120/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=13320 CPUtime=23.93
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 3185 0 0 0 2391 2 0 0 25 0 1 0 24627027 13639680 3171 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 3330 3171 75 150 0 3177 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 35544

[startup+51.1024 s]
/proc/loadavg: 2.02 1.99 2.16 3/85 23858
/proc/meminfo: memFree=1873880/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=15532 CPUtime=49.51
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 3746 0 0 0 4949 2 0 0 25 0 1 0 24627027 15904768 3732 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 3883 3732 75 150 0 3730 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 37756

[startup+102.306 s]
/proc/loadavg: 2.01 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1870104/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=19112 CPUtime=100.69
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4648 0 0 0 10066 3 0 0 25 0 1 0 24627027 19570688 4634 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 4778 4634 75 150 0 4625 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 41336

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

[startup+115.102 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1869400/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=19968 CPUtime=113.49
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4822 0 0 0 11345 4 0 0 25 0 1 0 24627027 20447232 4808 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 4992 4808 75 150 0 4839 0
Current children cumulated CPU time (s) 114.95
Current children cumulated vsize (KiB) 42192

[startup+121.502 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1869016/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=20372 CPUtime=119.89
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4911 0 0 0 11985 4 0 0 25 0 1 0 24627027 20860928 4897 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 5093 4897 75 150 0 4940 0
Current children cumulated CPU time (s) 121.35
Current children cumulated vsize (KiB) 42596

[startup+123.102 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1868888/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=20520 CPUtime=121.49
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4939 0 0 0 12145 4 0 0 25 0 1 0 24627027 21012480 4925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 5130 4925 75 150 0 4977 0
Current children cumulated CPU time (s) 122.95
Current children cumulated vsize (KiB) 42744

[startup+124.702 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1868824/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=20520 CPUtime=123.08
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4964 0 0 0 12304 4 0 0 25 0 1 0 24627027 21012480 4950 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 5130 4950 75 150 0 4977 0
Current children cumulated CPU time (s) 124.54
Current children cumulated vsize (KiB) 42744

[startup+125.102 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1868824/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=1.46
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1376 11662 0 2 5 2 129 10 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
[pid=23857] ppid=23834 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (sh) S 23834 23834 18950 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24627026 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 270187160388 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 232 193 169 0 50 0
[pid=23858] ppid=23857 vsize=20652 CPUtime=123.48
/proc/23858/stat : 23858 (minisat) R 23857 23834 18950 0 -1 4194304 4970 0 0 0 12344 4 0 0 25 0 1 0 24627027 21147648 4956 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23858/statm: 5163 4956 75 150 0 5010 0
Current children cumulated CPU time (s) 124.94
Current children cumulated vsize (KiB) 42876

[startup+125.502 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1868760/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=125.27
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1448 16934 0 2 5 2 12505 15 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 125.27
Current children cumulated vsize (KiB) 16868

[startup+125.602 s]
/proc/loadavg: 2.00 1.99 2.15 3/85 23858
/proc/meminfo: memFree=1868760/2055920 swapFree=4192812/4192956
[pid=23834] ppid=23832 vsize=16868 CPUtime=125.27
/proc/23834/stat : 23834 (sugar) S 23832 23834 18950 0 -1 4194304 1448 16934 0 2 5 2 12505 15 16 0 1 0 24626871 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 270196060258 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23834/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 125.27
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 125.632
CPU time (s): 125.491
CPU user time (s): 125.283
CPU system time (s): 0.207968
CPU usage (%): 99.8876
Max. virtual memory (cumulated for all children) (KiB): 890812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 125.283
system time used= 0.207968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22250
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= 2329
involuntary context switches= 5026

runsolver used 0.137979 second user time and 0.333949 second system time

The end

Launcher Data

Begin job on node88 at 2009-07-12 07:13:37
IDJOB=2082786
IDBENCH=57636
IDSOLVER=739
FILE ID=node88/2082786-1247375617
PBS_JOBID= 9507070
Free space on /tmp= 66156 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-jobShop/super-jobShop-e0ddr2/normalized-super-jobShop-e0ddr2-3.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-2082786-1247375617/watcher-2082786-1247375617 -o /tmp/evaluation-result-2082786-1247375617/solver-2082786-1247375617 -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-2082786-1247375617.xml

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

MD5SUM BENCH= 5124251d07b3c05814271b00e9f47dce
RANDOM SEED=2097841127

node88.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.222
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.222
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1895952 kB
Buffers:          6616 kB
Cached:          64580 kB
SwapCached:          0 kB
Active:          80480 kB
Inactive:        27660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1895952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1400 kB
Writeback:           0 kB
Mapped:          57296 kB
Slab:            36904 kB
Committed_AS:   240152 kB
PageTables:       1964 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= 66156 MiB
End job on node88 at 2009-07-12 07:15:43