Trace number 275500

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, and are wall clock time (not CPU 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
AbsconMax 109 EPFCOPTIMUM 59.488 59.8663

General information on the benchmark

Namerandom/rand-2-30-15/
rand-2-30-15-306-230-2_ext.xml
MD5SUM2f882e25d4e04bde9d5ef80eeb9b60c6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints220
Best CPU time to get the best result obtained on this benchmark9.1896
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables30
Number of constraints221
Maximum constraint arity2
Maximum domain size15
Number of constraints which are defined in extension221
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=epfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/275500-1169222940/unknown.xml
0.37	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=15  maxDomainSize=15
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M887
0.41	   
0.41	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.59	     nbConstraints=221  nbRelationTypes=221  nbExtensionStructures=221  nbSharedExtensionStructures=0
0.59	     nbConflictsStructures=221  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2787  maxDegree=19
0.59	     maxArity=2
0.59	       =>  wckTime=0.274  cpuTime=0.19  mem=10M790
0.63	   
0.63	   solver LocalSearchSolver being built... 
0.67	       =>  wckTime=0.362  cpuTime=0.23  mem=5M724
0.68	
0.68	s SATISFIABLE
0.68	o 159
0.68	c 62
0.68	o 163
0.68	c 58
0.68	o 167
0.68	c 54
0.68	o 171
0.68	c 50
0.68	o 175
0.68	c 46
0.68	o 179
0.69	c 42
0.69	o 180
0.69	c 41
0.69	o 182
0.69	c 39
0.69	o 185
0.69	c 36
0.69	o 189
0.69	c 32
0.69	o 191
0.69	c 30
0.69	o 192
0.69	c 29
0.69	o 193
0.69	c 28
0.69	o 195
0.69	c 26
0.69	o 199
0.69	c 22
0.69	o 201
0.69	c 20
0.70	o 203
0.70	c 18
0.70	o 204
0.70	c 17
0.70	o 205
0.70	c 16
0.70	o 207
0.70	c 14
0.70	o 208
0.70	c 13
0.70	o 209
0.70	c 12
0.70	o 210
0.70	c 11
0.70	o 211
0.70	c 10
0.71	o 212
0.71	c 9
0.71	o 213
0.71	c 8
0.71	o 214
0.71	c 7
0.71	o 215
0.71	c 6
0.71	o 216
0.71	c 5
0.73	o 218
0.73	c 3
0.73	o 219
0.73	c 2
1.79	o 220
1.79	c 1
1.79	   
1.79	   search
1.79	     run=0  nbConstraintChecks=6637053  nbAssignments=5241
1.79	       =>  wckTime=1.12  cpuTime=1.1  mem=5M724
1.79	   
1.79	   global
1.79	     nbConstraintChecks=6637053  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.79	     solvingWckTime=1.118  solvingCpuTime=1.1  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.80	     globalCpuTime=1.38
1.80	       =>  wckTime=1.483  cpuTime=1.33  mem=5M724
1.80	   
1.80	   solver IterativeSystematicSolver being built... 
1.93	       =>  wckTime=1.614  cpuTime=1.44  mem=16M615
2.00	   
2.00	   preprocessing
2.00	     nbConstraintChecks=66043  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
2.00	     detectedInconsistency=no
2.00	       =>  wckTime=0.068  cpuTime=0.05  mem=16M615
2.03	   
2.03	   search
2.03	     run=0  nbConstraintChecks=92088  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=28
2.03	     nbFailedAssignments=15  nbBacktracks=10  nbVisitedNodes=54  nbRestartNogoods=0
2.03	       =>  wckTime=0.1  cpuTime=0.08  mem=16M615
2.08	   
2.08	   search
2.08	     run=1  nbConstraintChecks=240375  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=73
2.08	     nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=140  nbRestartNogoods=11
2.08	       =>  wckTime=0.156  cpuTime=0.12  mem=16M615
2.14	   
2.14	   search
2.14	     run=2  nbConstraintChecks=451053  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=141
2.14	     nbFailedAssignments=83  nbBacktracks=47  nbVisitedNodes=272  nbRestartNogoods=21
2.14	       =>  wckTime=0.215  cpuTime=0.18  mem=16M615
2.24	   
2.24	   search
2.24	     run=3  nbConstraintChecks=815453  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=262
2.24	     nbFailedAssignments=167  nbBacktracks=80  nbVisitedNodes=507  nbRestartNogoods=26
2.24	       =>  wckTime=0.308  cpuTime=0.27  mem=16M615
2.36	   
2.36	   search
2.36	     run=4  nbConstraintChecks=1306913  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=412
2.36	     nbFailedAssignments=264  nbBacktracks=130  nbVisitedNodes=803  nbRestartNogoods=42
2.36	       =>  wckTime=0.434  cpuTime=0.39  mem=16M615
2.51	   
2.51	   search
2.51	     run=5  nbConstraintChecks=1896012  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=616
2.51	     nbFailedAssignments=389  nbBacktracks=205  nbVisitedNodes=1199  nbRestartNogoods=51
2.51	       =>  wckTime=0.58  cpuTime=0.53  mem=16M615
2.77	   
2.77	   search
2.77	     run=6  nbConstraintChecks=3024571  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=981
2.77	     nbFailedAssignments=634  nbBacktracks=318  nbVisitedNodes=1911  nbRestartNogoods=68
2.77	       =>  wckTime=0.846  cpuTime=0.8  mem=16M615
3.10	   
3.10	   search
3.10	     run=7  nbConstraintChecks=4454422  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1446
3.10	     nbFailedAssignments=925  nbBacktracks=488  nbVisitedNodes=2834  nbRestartNogoods=94
3.10	       =>  wckTime=1.177  cpuTime=1.13  mem=16M615
3.79	   
3.79	   search
3.79	     run=8  nbConstraintChecks=7305457  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2230
3.79	     nbFailedAssignments=1449  nbBacktracks=744  nbVisitedNodes=4365  nbRestartNogoods=110
3.79	       =>  wckTime=1.865  cpuTime=1.8  mem=16M615
4.60	   
4.60	   search
4.60	     run=9  nbConstraintChecks=10706690  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3279
4.60	     nbFailedAssignments=2111  nbBacktracks=1128  nbVisitedNodes=6422  nbRestartNogoods=131
4.60	       =>  wckTime=2.672  cpuTime=2.6  mem=16M615
5.95	   
5.95	   search
5.95	     run=10  nbConstraintChecks=16151169  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4867
5.95	     nbFailedAssignments=3117  nbBacktracks=1704  nbVisitedNodes=9514  nbRestartNogoods=161
5.95	       =>  wckTime=4.02  cpuTime=3.94  mem=16M615
7.70	   
7.70	   search
7.70	     run=11  nbConstraintChecks=23399766  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7080
7.70	     nbFailedAssignments=4462  nbBacktracks=2568  nbVisitedNodes=13788  nbRestartNogoods=177
7.70	       =>  wckTime=5.774  cpuTime=5.69  mem=16M615
10.08	   
10.08	   search
10.08	     run=12  nbConstraintChecks=33386855  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10141
10.08	     nbFailedAssignments=6222  nbBacktracks=3865  nbVisitedNodes=19418  nbRestartNogoods=180
10.08	       =>  wckTime=8.156  cpuTime=8.07  mem=16M615
13.72	   
13.72	   search
13.72	     run=13  nbConstraintChecks=48306663  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14709
13.72	     nbFailedAssignments=8840  nbBacktracks=5811  nbVisitedNodes=27622  nbRestartNogoods=212
13.72	       =>  wckTime=11.79  cpuTime=11.7  mem=16M615
18.16	   
18.16	   search
18.16	     run=14  nbConstraintChecks=66168421  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=20522
18.16	     nbFailedAssignments=11730  nbBacktracks=8733  nbVisitedNodes=37389  nbRestartNogoods=236
18.16	       =>  wckTime=16.234  cpuTime=16.14  mem=16M615
25.16	   
25.17	   search
25.17	     run=15  nbConstraintChecks=94454315  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=29433
25.17	     nbFailedAssignments=16259  nbBacktracks=13112  nbVisitedNodes=52406  nbRestartNogoods=270
25.17	       =>  wckTime=23.238  cpuTime=23.13  mem=16M615
34.52	   
34.52	   search
34.52	     run=16  nbConstraintChecks=133656007  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=42227
34.52	     nbFailedAssignments=22483  nbBacktracks=19680  nbVisitedNodes=73395  nbRestartNogoods=299
34.52	       =>  wckTime=32.59  cpuTime=32.41  mem=16M615
48.76	   
48.76	   search
48.76	     run=17  nbConstraintChecks=193651788  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=61329
48.76	     nbFailedAssignments=31729  nbBacktracks=29534  nbVisitedNodes=104722  nbRestartNogoods=329
48.76	       =>  wckTime=46.833  cpuTime=46.53  mem=16M615
59.82	   
59.82	   search
59.82	     run=18  nbConstraintChecks=238840905  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75427
59.82	     nbFailedAssignments=38460  nbBacktracks=36902  nbVisitedNodes=127716  nbRestartNogoods=337
59.82	       =>  wckTime=57.897  cpuTime=57.5  mem=16M615
59.82	   
59.82	   global
59.82	     nbConstraintChecks=238906948  nbRestartNogoods=337  solvingWckTime=57.898  solvingCpuTime=57.5  expiredTime=no
59.82	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=58.99
59.83	       =>  wckTime=59.513  cpuTime=58.94  mem=16M615
59.83	
59.83	s OPTIMUM FOUND
59.83	v 12 11 9 4 1 14 0 3 3 9 7 2 11 8 14 11 7 0 8 7 5 5 11 0 9 0 13 14 7 14 
59.83	   
59.83	   totalWckTime=59.592  totalCpuTime=59.0

Verifier Data (download as text)

1 unsatisfied constraints, 220 satisfied constraints

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node24/watcher-275500-1169222940 -o ROOT/results/node24/solver-275500-1169222940 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275500-1169222940/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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

/proc/loadavg: 0.94 0.99 1.04 4/81 17288
/proc/meminfo: memFree=1403032/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=18540 CPUtime=0
/proc/17287/stat : 17287 (runsolver) R 17285 17287 17187 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 270689221 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 237788261671 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/17287/statm: 4635 279 244 17 0 2626 0

[startup+0.103891 s]
/proc/loadavg: 0.94 0.99 1.04 4/81 17288
/proc/meminfo: memFree=1403032/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=914988 CPUtime=0.07
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 2980 0 1 0 6 1 0 0 18 0 8 0 270689221 936947712 2726 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228747 2726 1423 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.511933 s]
/proc/loadavg: 0.94 0.99 1.04 4/81 17288
/proc/meminfo: memFree=1403032/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915332 CPUtime=0.47
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 6518 0 1 0 43 4 0 0 17 0 8 0 270689221 937299968 6257 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228833 6257 2143 14 0 215303 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915332

[startup+1.33302 s]
/proc/loadavg: 1.02 1.01 1.04 3/100 17340
/proc/meminfo: memFree=1361280/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915468 CPUtime=1.29
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 7594 0 1 0 112 17 0 0 23 0 8 0 270689221 937439232 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228866 7332 2479 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 210 0 0 0 3 0 0 0 16 0 8 0 270689225 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915468 CPUtime=0.14
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 346 0 0 0 13 1 0 0 16 0 8 0 270689229 937439232 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 7332 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915468

[startup+2.9792 s]
/proc/loadavg: 1.02 1.01 1.04 3/100 17340
/proc/meminfo: memFree=1349888/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915464 CPUtime=2.93
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 9077 0 1 0 266 27 0 0 25 0 8 0 270689221 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228866 8813 2532 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 211 0 0 0 3 0 0 0 16 0 8 0 270689225 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915464 CPUtime=0.21
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 387 0 0 0 20 1 0 0 15 0 8 0 270689229 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 8813 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.27955 s]
/proc/loadavg: 1.10 1.03 1.04 3/100 17340
/proc/meminfo: memFree=1349440/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915464 CPUtime=6.24
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 9104 0 1 0 596 28 0 0 25 0 8 0 270689221 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073882266 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228866 8836 2533 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 211 0 0 0 3 0 0 0 17 0 8 0 270689225 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915464 CPUtime=0.24
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 402 0 0 0 22 2 0 0 15 0 8 0 270689229 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 8836 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

[startup+12.7532 s]
/proc/loadavg: 1.17 1.04 1.05 3/100 17340
/proc/meminfo: memFree=1349448/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915464 CPUtime=12.71
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 9110 0 1 0 1243 28 0 0 25 0 8 0 270689221 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073826448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228866 8841 2533 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 211 0 0 0 3 0 0 0 16 0 8 0 270689225 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915464 CPUtime=0.24
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 402 0 0 0 22 2 0 0 15 0 8 0 270689229 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 8841 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915464

[startup+25.5946 s]
/proc/loadavg: 1.30 1.07 1.06 2/88 17353
/proc/meminfo: memFree=1377120/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915464 CPUtime=25.53
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 9119 0 1 0 2525 28 0 0 25 0 8 0 270689221 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073828263 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17287/statm: 228866 8849 2533 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 211 0 0 0 3 0 0 0 16 0 8 0 270689225 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915464 CPUtime=0.25
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 403 0 0 0 23 2 0 0 16 0 8 0 270689229 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 8849 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 915464

[startup+51.1984 s]
/proc/loadavg: 1.52 1.15 1.08 3/94 17419
/proc/meminfo: memFree=1372536/2055920 swapFree=4180096/4192956
[pid=17287] ppid=17285 vsize=915464 CPUtime=50.91
/proc/17287/stat : 17287 (java) R 17285 17287 17187 0 -1 0 9124 0 1 0 5063 28 0 0 25 0 8 0 270689221 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073881621 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17287/statm: 228866 8854 2533 14 0 215336 0
[pid=17287/tid=17289] ppid=17285 vsize=915464 CPUtime=0.03
/proc/17287/task/17289/stat : 17289 (java) S 17285 17287 17187 0 -1 64 211 0 0 0 3 0 0 0 16 0 8 0 270689225 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17290] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17290/stat : 17290 (java) S 17285 17287 17187 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17291] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17291/stat : 17291 (java) S 17285 17287 17187 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 270689226 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17287/tid=17292] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17292/stat : 17292 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 270689229 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17293] ppid=17285 vsize=915464 CPUtime=0.25
/proc/17287/task/17293/stat : 17293 (java) S 17285 17287 17187 0 -1 64 403 0 0 0 23 2 0 0 16 0 8 0 270689229 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17294] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17294/stat : 17294 (java) S 17285 17287 17187 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 270689229 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17287/tid=17295] ppid=17285 vsize=915464 CPUtime=0
/proc/17287/task/17295/stat : 17295 (java) S 17285 17287 17187 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 270689229 937435136 8854 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 59.8663
CPU time (s): 59.488
CPU user time (s): 59.177
CPU system time (s): 0.310952
CPU usage (%): 99.368
Max. virtual memory (cumulated for all children) (KiB): 915468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.177
system time used= 0.310952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2412
involuntary context switches= 3574

runsolver used 0.071989 s user time and 0.182972 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Fri Jan 19 16:09:00 UTC 2007


IDJOB= 275500
IDBENCH= 4081
IDSOLVER= 68
FILE ID= node24/275500-1169222940

PBS_JOBID= 3589194

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-30-15/rand-2-30-15-306-230-2_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275500-1169222940/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-275500-1169222940 -o ROOT/results/node24/solver-275500-1169222940 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/275500-1169222940/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  2f882e25d4e04bde9d5ef80eeb9b60c6

RANDOM SEED= 502182338

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.234
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.234
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:       1403512 kB
Buffers:         42680 kB
Cached:         495348 kB
SwapCached:        600 kB
Active:         136820 kB
Inactive:       446440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1403512 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:            2016 kB
Writeback:           0 kB
Mapped:          62232 kB
Slab:            54168 kB
Committed_AS:  5073028 kB
PageTables:       2196 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= 66560 MiB



End job on node24 on Fri Jan 19 16:10:00 UTC 2007