Trace number 281144

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 PFCOPTIMUM 12.2151 12.328

General information on the benchmark

NameMaxCSP/randomMaxCSP/completeLoose/
vcsp-25-10-100-18-7_ext.xml
MD5SUM69aaf5e80c27d6a96a351fd902af6266
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints299
Best CPU time to get the best result obtained on this benchmark9.58154
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension300
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=pfc.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/281144-1169310203/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=25  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.39	       =>  wckTime=0.094  cpuTime=0.09  mem=6M910
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=300  nbRelationTypes=300  nbExtensionStructures=300  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=300  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=5584  maxDegree=24
0.56	     maxArity=2
0.56	       =>  wckTime=0.259  cpuTime=0.18  mem=9M835
0.60	   
0.60	   solver LocalSearchSolver being built... 
0.64	       =>  wckTime=0.344  cpuTime=0.22  mem=5M671
0.64	
0.64	s SATISFIABLE
0.64	o 251
0.64	c 49
0.65	o 256
0.65	c 44
0.65	o 261
0.65	c 39
0.65	o 266
0.65	c 34
0.65	o 269
0.65	c 31
0.65	o 271
0.65	c 29
0.65	o 272
0.65	c 28
0.65	o 274
0.65	c 26
0.65	o 276
0.65	c 24
0.65	o 277
0.65	c 23
0.65	o 279
0.65	c 21
0.65	o 280
0.65	c 20
0.65	o 282
0.65	c 18
0.65	o 283
0.65	c 17
0.66	o 284
0.66	c 16
0.66	o 285
0.66	c 15
0.66	o 286
0.66	c 14
0.66	o 287
0.66	c 13
0.66	o 288
0.66	c 12
0.66	o 290
0.66	c 10
0.66	o 291
0.66	c 9
0.66	o 293
0.66	c 7
0.68	o 294
0.68	c 6
0.70	o 295
0.70	c 5
0.72	o 296
0.72	c 4
0.75	o 297
0.75	c 3
0.78	o 298
0.78	c 2
1.58	o 299
1.58	c 1
1.58	   
1.58	   search
1.58	     run=0  nbConstraintChecks=5703611  nbAssignments=4855
1.58	       =>  wckTime=0.943  cpuTime=0.92  mem=5M671
1.58	   
1.58	   global
1.58	     nbConstraintChecks=5703611  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
1.58	     solvingWckTime=0.941  solvingCpuTime=0.92  expiredTime=no  totalExploration=no  nbFoundSolutions=0
1.58	     globalCpuTime=1.19
1.58	       =>  wckTime=1.286  cpuTime=1.14  mem=5M671
1.58	   
1.58	   solver IterativeSystematicSolver being built... 
1.71	       =>  wckTime=1.411  cpuTime=1.24  mem=16M595
1.72	   
1.72	   preprocessing
1.72	     nbConstraintChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.72	     detectedInconsistency=no
1.72	       =>  wckTime=0.0060  cpuTime=0.0  mem=16M595
1.77	   
1.77	   search
1.78	     run=0  nbConstraintChecks=96427  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=37
1.78	     nbFailedAssignments=24  nbBacktracks=10  nbVisitedNodes=72  nbRestartNogoods=0
1.78	       =>  wckTime=0.065  cpuTime=0.05  mem=16M595
1.84	   
1.84	   search
1.84	     run=1  nbConstraintChecks=279567  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=103
1.84	     nbFailedAssignments=72  nbBacktracks=25  nbVisitedNodes=201  nbRestartNogoods=1
1.84	       =>  wckTime=0.135  cpuTime=0.1  mem=16M595
1.90	   
1.90	   search
1.90	     run=2  nbConstraintChecks=496105  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=184
1.90	     nbFailedAssignments=127  nbBacktracks=47  nbVisitedNodes=359  nbRestartNogoods=12
1.90	       =>  wckTime=0.193  cpuTime=0.16  mem=16M595
1.99	   
1.99	   search
1.99	     run=3  nbConstraintChecks=867885  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=316
1.99	     nbFailedAssignments=222  nbBacktracks=80  nbVisitedNodes=619  nbRestartNogoods=28
1.99	       =>  wckTime=0.285  cpuTime=0.25  mem=16M595
2.14	   
2.15	   search
2.15	     run=4  nbConstraintChecks=1497985  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=542
2.15	     nbFailedAssignments=395  nbBacktracks=130  nbVisitedNodes=1068  nbRestartNogoods=39
2.15	       =>  wckTime=0.435  cpuTime=0.4  mem=16M595
2.36	   
2.36	   search
2.36	     run=5  nbConstraintChecks=2354088  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=841
2.36	     nbFailedAssignments=615  nbBacktracks=205  nbVisitedNodes=1662  nbRestartNogoods=42
2.36	       =>  wckTime=0.65  cpuTime=0.61  mem=16M595
2.63	   
2.63	   search
2.63	     run=6  nbConstraintChecks=3536403  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1265
2.63	     nbFailedAssignments=922  nbBacktracks=318  nbVisitedNodes=2506  nbRestartNogoods=48
2.63	       =>  wckTime=0.926  cpuTime=0.88  mem=16M595
3.03	   
3.03	   search
3.03	     run=7  nbConstraintChecks=5246051  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1876
3.03	     nbFailedAssignments=1361  nbBacktracks=488  nbVisitedNodes=3726  nbRestartNogoods=66
3.03	       =>  wckTime=1.325  cpuTime=1.27  mem=16M595
3.63	   
3.63	   search
3.63	     run=8  nbConstraintChecks=7780535  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2766
3.63	     nbFailedAssignments=1991  nbBacktracks=744  nbVisitedNodes=5499  nbRestartNogoods=68
3.63	       =>  wckTime=1.92  cpuTime=1.85  mem=16M595
4.45	   
4.45	   search
4.45	     run=9  nbConstraintChecks=11326738  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4035
4.45	     nbFailedAssignments=2871  nbBacktracks=1128  nbVisitedNodes=8024  nbRestartNogoods=93
4.45	       =>  wckTime=2.744  cpuTime=2.67  mem=16M595
5.54	   
5.54	   search
5.54	     run=10  nbConstraintChecks=15856590  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5694
5.54	     nbFailedAssignments=3950  nbBacktracks=1704  nbVisitedNodes=11285  nbRestartNogoods=107
5.54	       =>  wckTime=3.836  cpuTime=3.75  mem=16M595
7.03	   
7.03	   search
7.03	     run=11  nbConstraintChecks=21862770  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7989
7.03	     nbFailedAssignments=5377  nbBacktracks=2568  nbVisitedNodes=15667  nbRestartNogoods=120
7.03	       =>  wckTime=5.318  cpuTime=5.21  mem=16M595
8.89	   
8.89	   search
8.89	     run=12  nbConstraintChecks=29245401  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=10941
8.89	     nbFailedAssignments=7029  nbBacktracks=3866  nbVisitedNodes=21061  nbRestartNogoods=129
8.89	       =>  wckTime=7.177  cpuTime=7.06  mem=16M595
11.29	   
11.29	   search
11.29	     run=13  nbConstraintChecks=38486271  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14849
11.29	     nbFailedAssignments=8987  nbBacktracks=5814  nbVisitedNodes=27756  nbRestartNogoods=138
11.29	       =>  wckTime=9.581  cpuTime=9.45  mem=16M595
12.30	   
12.30	   search
12.30	     run=14  nbConstraintChecks=42370312  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=16535
12.30	     nbFailedAssignments=9806  nbBacktracks=6682  nbVisitedNodes=30575  nbRestartNogoods=147
12.30	       =>  wckTime=10.595  cpuTime=10.45  mem=16M595
12.30	   
12.30	   global
12.30	     nbConstraintChecks=42370312  nbRestartNogoods=147  solvingWckTime=10.596  solvingCpuTime=10.45  expiredTime=no
12.30	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=11.74
12.30	       =>  wckTime=12.008  cpuTime=11.69  mem=16M595
12.31	
12.31	s OPTIMUM FOUND
12.31	v 5 2 5 1 2 2 1 3 6 1 9 7 9 0 2 0 4 7 8 1 9 3 5 6 7 
12.31	   
12.31	   totalWckTime=12.083  totalCpuTime=11.74

Verifier Data (download as text)

1 unsatisfied constraints, 299 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/node75/watcher-281144-1169310203 -o ROOT/results/node75/solver-281144-1169310203 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281144-1169310203/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: 1.64 1.92 1.91 8/73 30526
/proc/meminfo: memFree=1325208/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=1456 CPUtime=0
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 113 0 0 0 0 0 0 0 20 0 1 0 279419756 1490944 85 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 134517697 0 0 4096 0 0 0 0 17 1 0 0
/proc/30525/statm: 365 96 76 14 0 10 0

[startup+0.107591 s]
/proc/loadavg: 1.64 1.92 1.91 8/73 30526
/proc/meminfo: memFree=1325208/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=914988 CPUtime=0.08
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 3046 0 1 0 7 1 0 0 17 0 8 0 279419756 936947712 2792 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155476988 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30525/statm: 228747 2792 1445 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515638 s]
/proc/loadavg: 1.64 1.92 1.91 8/73 30526
/proc/meminfo: memFree=1325208/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=915332 CPUtime=0.5
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 6610 0 1 0 46 4 0 0 19 0 8 0 279419756 937299968 6349 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925080 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30525/statm: 228833 6349 2149 14 0 215303 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.33973 s]
/proc/loadavg: 1.74 1.94 1.91 4/87 30540
/proc/meminfo: memFree=1287080/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=915464 CPUtime=1.31
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 7426 0 1 0 113 18 0 0 25 0 8 0 279419756 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073736628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30525/statm: 228866 7164 2476 14 0 215336 0
[pid=30525/tid=30528] ppid=30520 vsize=915464 CPUtime=0.03
/proc/30525/task/30528/stat : 30528 (java) S 30520 30525 30414 0 -1 64 198 0 0 0 3 0 0 0 16 0 8 0 279419760 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30530] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30530/stat : 30530 (java) S 30520 30525 30414 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279419760 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30532] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30532/stat : 30532 (java) S 30520 30525 30414 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279419760 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30534] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30534/stat : 30534 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279419763 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30536] ppid=30520 vsize=915464 CPUtime=0.13
/proc/30525/task/30536/stat : 30536 (java) S 30520 30525 30414 0 -1 64 347 0 0 0 12 1 0 0 16 0 8 0 279419763 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30538] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30538/stat : 30538 (java) S 30520 30525 30414 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279419763 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30540] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30540/stat : 30540 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279419763 937435136 7164 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.97693 s]
/proc/loadavg: 1.74 1.94 1.91 3/87 30540
/proc/meminfo: memFree=1274536/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=915464 CPUtime=2.93
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 9059 0 1 0 268 25 0 0 25 0 8 0 279419756 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073829683 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30525/statm: 228866 8794 2528 14 0 215336 0
[pid=30525/tid=30528] ppid=30520 vsize=915464 CPUtime=0.03
/proc/30525/task/30528/stat : 30528 (java) S 30520 30525 30414 0 -1 64 199 0 0 0 3 0 0 0 17 0 8 0 279419760 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30530] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30530/stat : 30530 (java) S 30520 30525 30414 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279419760 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30532] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30532/stat : 30532 (java) S 30520 30525 30414 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279419760 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30534] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30534/stat : 30534 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279419763 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30536] ppid=30520 vsize=915464 CPUtime=0.21
/proc/30525/task/30536/stat : 30536 (java) S 30520 30525 30414 0 -1 64 395 0 0 0 20 1 0 0 16 0 8 0 279419763 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30538] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30538/stat : 30538 (java) S 30520 30525 30414 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279419763 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30540] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30540/stat : 30540 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279419763 937435136 8794 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915464

[startup+6.17831 s]
/proc/loadavg: 1.76 1.94 1.91 3/87 30540
/proc/meminfo: memFree=1274216/2055920 swapFree=4184548/4192956
[pid=30525] ppid=30520 vsize=915464 CPUtime=6.11
/proc/30525/stat : 30525 (java) R 30520 30525 30414 0 -1 0 9074 0 1 0 585 26 0 0 25 0 8 0 279419756 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073878896 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30525/statm: 228866 8808 2528 14 0 215336 0
[pid=30525/tid=30528] ppid=30520 vsize=915464 CPUtime=0.03
/proc/30525/task/30528/stat : 30528 (java) S 30520 30525 30414 0 -1 64 199 0 0 0 3 0 0 0 16 0 8 0 279419760 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30530] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30530/stat : 30530 (java) S 30520 30525 30414 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279419760 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30532] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30532/stat : 30532 (java) S 30520 30525 30414 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279419760 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30534] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30534/stat : 30534 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279419763 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30536] ppid=30520 vsize=915464 CPUtime=0.22
/proc/30525/task/30536/stat : 30536 (java) S 30520 30525 30414 0 -1 64 400 0 0 0 21 1 0 0 15 0 8 0 279419763 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30538] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30538/stat : 30538 (java) S 30520 30525 30414 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 279419763 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30525/tid=30540] ppid=30520 vsize=915464 CPUtime=0
/proc/30525/task/30540/stat : 30540 (java) S 30520 30525 30414 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279419763 937435136 8808 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 12.328
CPU time (s): 12.2151
CPU user time (s): 11.9462
CPU system time (s): 0.268959
CPU usage (%): 99.0847
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9462
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9179
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= 1396
involuntary context switches= 1916

runsolver used 0.017997 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Sat Jan 20 16:23:24 UTC 2007


IDJOB= 281144
IDBENCH= 12096
IDSOLVER= 69
FILE ID= node75/281144-1169310203

PBS_JOBID= 3610234

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/completeLoose/vcsp-25-10-100-18-7_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281144-1169310203/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-281144-1169310203 -o ROOT/results/node75/solver-281144-1169310203 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/281144-1169310203/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  69aaf5e80c27d6a96a351fd902af6266

RANDOM SEED= 375068753

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.218
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.218
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:       1326168 kB
Buffers:         41756 kB
Cached:         600116 kB
SwapCached:       2360 kB
Active:         146164 kB
Inactive:       509888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326168 kB
SwapTotal:     4192956 kB
SwapFree:      4184548 kB
Dirty:            3696 kB
Writeback:           0 kB
Mapped:          20784 kB
Slab:            59236 kB
Committed_AS:  5583176 kB
PageTables:       1636 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= 66561 MiB



End job on node75 on Sat Jan 20 16:23:36 UTC 2007