Trace number 280936

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 60.9887 61.5687

General information on the benchmark

NameMaxCSP/randomMaxCSP/denseLoose/
vcsp-30-10-25-48-13_ext.xml
MD5SUM4f3bc5c215021acc80005241fd74bcdd
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints107
Best CPU time to get the best result obtained on this benchmark3.2895
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints109
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension109
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/280936-1169308608/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=30  nbDomainTypes=1  minDomainSize=10  maxDomainSize=10
0.41	       =>  wckTime=0.1  cpuTime=0.09  mem=6M887
0.41	   
0.41	   relations being loaded...
0.47	   
0.47	   constraints being loaded...
0.53	     nbConstraints=109  nbRelationTypes=109  nbExtensionStructures=109  nbSharedExtensionStructures=0
0.53	     nbConflictsStructures=109  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1284  maxDegree=13
0.53	     maxArity=2
0.53	       =>  wckTime=0.218  cpuTime=0.16  mem=8M854
0.57	   
0.57	   solver LocalSearchSolver being built... 
0.61	       =>  wckTime=0.301  cpuTime=0.21  mem=5M496
0.62	
0.62	s SATISFIABLE
0.62	o 65
0.62	c 44
0.62	o 69
0.62	c 40
0.62	o 73
0.62	c 36
0.62	o 77
0.62	c 32
0.62	o 80
0.62	c 29
0.62	o 83
0.62	c 26
0.63	o 84
0.63	c 25
0.63	o 85
0.63	c 24
0.63	o 87
0.63	c 22
0.63	o 88
0.63	c 21
0.63	o 89
0.63	c 20
0.63	o 90
0.63	c 19
0.63	o 91
0.63	c 18
0.63	o 93
0.63	c 16
0.63	o 94
0.63	c 15
0.63	o 95
0.63	c 14
0.63	o 96
0.63	c 13
0.64	o 97
0.64	c 12
0.64	o 98
0.64	c 11
0.64	o 99
0.64	c 10
0.64	o 100
0.64	c 9
0.64	o 101
0.64	c 8
0.65	o 102
0.65	c 7
0.65	o 103
0.65	c 6
0.66	o 104
0.66	c 5
0.73	o 105
0.73	c 4
0.73	o 106
0.73	c 3
1.94	   
1.94	   search
1.94	     run=0  nbConstraintChecks=5561744  nbAssignments=10000
1.94	       =>  wckTime=1.33  cpuTime=1.29  mem=5M496
3.25	   
3.25	   search
3.25	     run=1  nbConstraintChecks=11311329  nbAssignments=20000
3.25	       =>  wckTime=2.635  cpuTime=2.58  mem=5M496
4.50	   
4.50	   search
4.50	     run=2  nbConstraintChecks=16684603  nbAssignments=30000
4.50	       =>  wckTime=3.886  cpuTime=3.83  mem=5M496
5.80	   
5.80	   search
5.80	     run=3  nbConstraintChecks=22383162  nbAssignments=40000
5.80	       =>  wckTime=5.185  cpuTime=5.12  mem=5M496
5.82	o 107
5.82	c 2
7.07	   
7.07	   search
7.07	     run=4  nbConstraintChecks=27907755  nbAssignments=50000
7.07	       =>  wckTime=6.457  cpuTime=6.37  mem=5M496
8.37	   
8.37	   search
8.37	     run=5  nbConstraintChecks=33652038  nbAssignments=60000
8.37	       =>  wckTime=7.756  cpuTime=7.66  mem=5M496
9.65	   
9.65	   search
9.65	     run=6  nbConstraintChecks=39227094  nbAssignments=70000
9.65	       =>  wckTime=9.039  cpuTime=8.93  mem=5M496
10.95	   
10.95	   search
10.95	     run=7  nbConstraintChecks=44929769  nbAssignments=80000
10.95	       =>  wckTime=10.341  cpuTime=10.22  mem=5M496
12.23	   
12.23	   search
12.23	     run=8  nbConstraintChecks=50398895  nbAssignments=90000
12.23	       =>  wckTime=11.619  cpuTime=11.48  mem=5M496
13.53	   
13.53	   search
13.53	     run=9  nbConstraintChecks=56048087  nbAssignments=100000
13.53	       =>  wckTime=12.918  cpuTime=12.77  mem=5M496
14.82	   
14.82	   search
14.82	     run=10  nbConstraintChecks=61522134  nbAssignments=110000
14.82	       =>  wckTime=14.202  cpuTime=14.04  mem=5M496
16.11	   
16.11	   search
16.11	     run=11  nbConstraintChecks=67118370  nbAssignments=120000
16.11	       =>  wckTime=15.497  cpuTime=15.33  mem=5M496
17.40	   
17.40	   search
17.40	     run=12  nbConstraintChecks=72672585  nbAssignments=130000
17.40	       =>  wckTime=16.786  cpuTime=16.61  mem=5M496
18.69	   
18.69	   search
18.69	     run=13  nbConstraintChecks=78220755  nbAssignments=140000
18.69	       =>  wckTime=18.078  cpuTime=17.88  mem=5M496
19.95	   
19.96	   search
19.96	     run=14  nbConstraintChecks=83572012  nbAssignments=150000
19.96	       =>  wckTime=19.341  cpuTime=19.13  mem=5M496
21.23	   
21.23	   search
21.23	     run=15  nbConstraintChecks=89057212  nbAssignments=160000
21.23	       =>  wckTime=20.618  cpuTime=20.4  mem=5M496
22.53	   
22.53	   search
22.53	     run=16  nbConstraintChecks=94773082  nbAssignments=170000
22.53	       =>  wckTime=21.916  cpuTime=21.69  mem=5M496
23.86	   
23.86	   search
23.86	     run=17  nbConstraintChecks=100750164  nbAssignments=180000
23.86	       =>  wckTime=23.25  cpuTime=23.0  mem=5M496
25.16	   
25.16	   search
25.16	     run=18  nbConstraintChecks=106483869  nbAssignments=190000
25.16	       =>  wckTime=24.548  cpuTime=24.29  mem=5M496
26.44	   
26.44	   search
26.44	     run=19  nbConstraintChecks=112030223  nbAssignments=200000
26.44	       =>  wckTime=25.825  cpuTime=25.56  mem=5M496
27.72	   
27.72	   search
27.72	     run=20  nbConstraintChecks=117539087  nbAssignments=210000
27.72	       =>  wckTime=27.104  cpuTime=26.82  mem=5M496
29.04	   
29.04	   search
29.04	     run=21  nbConstraintChecks=123423498  nbAssignments=220000
29.04	       =>  wckTime=28.425  cpuTime=28.13  mem=5M496
30.34	   
30.34	   search
30.34	     run=22  nbConstraintChecks=129196352  nbAssignments=230000
30.35	       =>  wckTime=29.731  cpuTime=29.42  mem=5M496
31.67	   
31.67	   search
31.67	     run=23  nbConstraintChecks=135020565  nbAssignments=240000
31.67	       =>  wckTime=31.056  cpuTime=30.73  mem=5M496
32.96	   
32.96	   search
32.96	     run=24  nbConstraintChecks=140587275  nbAssignments=250000
32.96	       =>  wckTime=32.348  cpuTime=32.02  mem=5M496
34.28	   
34.28	   search
34.28	     run=25  nbConstraintChecks=146357750  nbAssignments=260000
34.28	       =>  wckTime=33.667  cpuTime=33.33  mem=5M496
35.58	   
35.58	   search
35.58	     run=26  nbConstraintChecks=151976007  nbAssignments=270000
35.58	       =>  wckTime=34.965  cpuTime=34.61  mem=5M496
36.10	   
36.10	   search
36.10	     run=27  nbConstraintChecks=154236054  nbAssignments=273962
36.10	       =>  wckTime=35.486  cpuTime=35.14  mem=5M496
36.10	   
36.10	   global
36.10	     nbConstraintChecks=154236054  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
36.10	     solvingWckTime=35.485  solvingCpuTime=35.14  expiredTime=no  totalExploration=no  nbFoundSolutions=0
36.10	     globalCpuTime=35.39
36.10	       =>  wckTime=35.788  cpuTime=35.35  mem=5M496
36.10	   
36.10	   solver IterativeSystematicSolver being built... 
36.24	       =>  wckTime=35.929  cpuTime=35.46  mem=16M518
36.29	   
36.29	   preprocessing
36.29	     nbConstraintChecks=15116  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
36.29	     detectedInconsistency=no
36.29	       =>  wckTime=0.046  cpuTime=0.02  mem=16M518
36.34	   
36.34	   search
36.34	     run=0  nbConstraintChecks=105447  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=69
36.34	     nbFailedAssignments=54  nbBacktracks=10  nbVisitedNodes=134  nbRestartNogoods=0
36.34	       =>  wckTime=0.091  cpuTime=0.06  mem=16M518
36.39	   
36.39	   search
36.39	     run=1  nbConstraintChecks=230030  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=158
36.39	     nbFailedAssignments=124  nbBacktracks=25  nbVisitedNodes=304  nbRestartNogoods=9
36.39	       =>  wckTime=0.147  cpuTime=0.11  mem=16M518
36.45	   
36.45	   search
36.45	     run=2  nbConstraintChecks=403122  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=270
36.45	     nbFailedAssignments=209  nbBacktracks=47  nbVisitedNodes=523  nbRestartNogoods=20
36.45	       =>  wckTime=0.209  cpuTime=0.17  mem=16M518
36.56	   
36.56	   search
36.56	     run=3  nbConstraintChecks=729661  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=479
36.56	     nbFailedAssignments=380  nbBacktracks=80  nbVisitedNodes=936  nbRestartNogoods=32
36.56	       =>  wckTime=0.32  cpuTime=0.27  mem=16M518
36.68	   
36.68	   search
36.68	     run=4  nbConstraintChecks=1120167  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=720
36.68	     nbFailedAssignments=564  nbBacktracks=130  nbVisitedNodes=1410  nbRestartNogoods=45
36.68	       =>  wckTime=0.44  cpuTime=0.39  mem=16M518
36.86	   
36.86	   search
36.86	     run=5  nbConstraintChecks=1652180  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1074
36.86	     nbFailedAssignments=833  nbBacktracks=205  nbVisitedNodes=2105  nbRestartNogoods=67
36.86	       =>  wckTime=0.614  cpuTime=0.56  mem=16M518
37.23	   
37.23	   search
37.23	     run=6  nbConstraintChecks=2758673  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1796
37.23	     nbFailedAssignments=1437  nbBacktracks=318  nbVisitedNodes=3543  nbRestartNogoods=92
37.23	       =>  wckTime=0.985  cpuTime=0.91  mem=16M518
37.63	   
37.63	   search
37.63	     run=7  nbConstraintChecks=4163134  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2641
37.63	     nbFailedAssignments=2107  nbBacktracks=488  nbVisitedNodes=5224  nbRestartNogoods=119
37.63	       =>  wckTime=1.387  cpuTime=1.3  mem=16M518
38.22	   
38.22	   search
38.22	     run=8  nbConstraintChecks=6346343  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4003
38.22	     nbFailedAssignments=3207  nbBacktracks=744  nbVisitedNodes=7935  nbRestartNogoods=137
38.22	       =>  wckTime=1.974  cpuTime=1.88  mem=16M518
39.01	   
39.01	   search
39.01	     run=9  nbConstraintChecks=9015924  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5675
39.01	     nbFailedAssignments=4490  nbBacktracks=1128  nbVisitedNodes=11267  nbRestartNogoods=154
39.01	       =>  wckTime=2.771  cpuTime=2.67  mem=16M518
40.04	   
40.04	   search
40.04	     run=10  nbConstraintChecks=12765208  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=7938
40.04	     nbFailedAssignments=6169  nbBacktracks=1704  nbVisitedNodes=15776  nbRestartNogoods=160
40.04	       =>  wckTime=3.798  cpuTime=3.69  mem=16M518
41.64	   
41.64	   search
41.64	     run=11  nbConstraintChecks=18526601  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=11524
41.64	     nbFailedAssignments=8881  nbBacktracks=2568  nbVisitedNodes=22908  nbRestartNogoods=180
41.64	       =>  wckTime=5.399  cpuTime=5.27  mem=16M518
44.41	   
44.41	   search
44.41	     run=12  nbConstraintChecks=28026694  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=17325
44.41	     nbFailedAssignments=13378  nbBacktracks=3866  nbVisitedNodes=34434  nbRestartNogoods=204
44.41	       =>  wckTime=8.163  cpuTime=8.01  mem=16M518
47.55	   
47.55	   search
47.55	     run=13  nbConstraintChecks=38468143  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=24193
47.55	     nbFailedAssignments=18295  nbBacktracks=5812  nbVisitedNodes=48101  nbRestartNogoods=224
47.55	       =>  wckTime=11.308  cpuTime=11.12  mem=16M518
52.17	   
52.17	   search
52.17	     run=14  nbConstraintChecks=53266530  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=34109
52.17	     nbFailedAssignments=25285  nbBacktracks=8731  nbVisitedNodes=67846  nbRestartNogoods=248
52.17	       =>  wckTime=15.921  cpuTime=15.69  mem=16M518
58.82	   
58.82	   search
58.82	     run=15  nbConstraintChecks=72903513  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47745
58.82	     nbFailedAssignments=34539  nbBacktracks=13110  nbVisitedNodes=94803  nbRestartNogoods=282
58.82	       =>  wckTime=22.579  cpuTime=22.29  mem=16M518
61.55	   
61.55	   search
61.55	     run=16  nbConstraintChecks=80147337  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=52983
61.55	     nbFailedAssignments=37736  nbBacktracks=15152  nbVisitedNodes=104987  nbRestartNogoods=301
61.55	       =>  wckTime=25.306  cpuTime=24.99  mem=16M518
61.55	   
61.55	   global
61.55	     nbConstraintChecks=80162453  nbRestartNogoods=301  solvingWckTime=25.307  solvingCpuTime=24.99  expiredTime=no
61.55	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=60.49
61.55	       =>  wckTime=61.237  cpuTime=60.45  mem=16M518
61.55	
61.55	s OPTIMUM FOUND
61.55	v 1 5 3 9 8 5 4 2 6 3 2 2 6 0 0 7 1 8 1 3 0 3 8 3 3 7 6 8 6 9 
61.55	   
61.55	   totalWckTime=61.321  totalCpuTime=60.49

Verifier Data (download as text)

2 unsatisfied constraints, 107 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/node72/watcher-280936-1169308608 -o ROOT/results/node72/solver-280936-1169308608 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280936-1169308608/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.67 1.23 1.25 2/94 29015
/proc/meminfo: memFree=1665152/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=47416 CPUtime=0
/proc/29014/stat : 29014 (java) D 29012 29014 28476 0 -1 0 1211 0 1 0 0 0 0 0 17 0 1 0 279269609 48553984 960 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/29014/statm: 11854 960 760 14 0 1707 0

[startup+0.103153 s]
/proc/loadavg: 1.67 1.23 1.25 2/94 29015
/proc/meminfo: memFree=1665152/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916012 CPUtime=0.08
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 2997 0 1 0 7 1 0 0 18 0 8 0 279269609 937996288 2743 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072926600 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229003 2743 1427 14 0 215498 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 916012

[startup+0.51219 s]
/proc/loadavg: 1.67 1.23 1.25 2/94 29015
/proc/meminfo: memFree=1665152/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916356 CPUtime=0.49
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 6543 0 1 0 44 5 0 0 18 0 8 0 279269609 938348544 6282 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072942247 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229089 6282 2152 14 0 215559 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 916356

[startup+1.33726 s]
/proc/loadavg: 1.70 1.24 1.26 4/101 29022
/proc/meminfo: memFree=1647432/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916472 CPUtime=1.31
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 7139 0 1 0 107 24 0 0 25 0 8 0 279269609 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229118 6877 2479 14 0 215588 0
[pid=29014/tid=29016] ppid=29012 vsize=916472 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279269612 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916472 CPUtime=0.12
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 279269616 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938467328 6877 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938467328 6877 18446744073709551615 134512640 134570532 4294956464 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) 916472

[startup+2.98041 s]
/proc/loadavg: 1.70 1.24 1.26 3/101 29022
/proc/meminfo: memFree=1647368/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916472 CPUtime=2.93
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 7142 0 1 0 221 72 0 0 25 0 8 0 279269609 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229118 6879 2479 14 0 215588 0
[pid=29014/tid=29016] ppid=29012 vsize=916472 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279269612 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916472 CPUtime=0.12
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 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) 916472

[startup+6.2597 s]
/proc/loadavg: 1.72 1.25 1.26 3/101 29022
/proc/meminfo: memFree=1647368/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916468 CPUtime=6.19
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 7142 0 1 0 446 173 0 0 25 0 8 0 279269609 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073668730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229117 6879 2479 14 0 215587 0
[pid=29014/tid=29016] ppid=29012 vsize=916468 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279269612 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916468 CPUtime=0.12
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 279269616 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938463232 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 916468

[startup+12.7473 s]
/proc/loadavg: 1.75 1.26 1.27 3/101 29022
/proc/meminfo: memFree=1647368/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916472 CPUtime=12.62
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 7142 0 1 0 884 378 0 0 25 0 8 0 279269609 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229118 6879 2479 14 0 215588 0
[pid=29014/tid=29016] ppid=29012 vsize=916472 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 153 0 0 0 2 0 0 0 17 0 8 0 279269612 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916472 CPUtime=0.12
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 334 0 0 0 12 0 0 0 16 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916472 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938467328 6879 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 916472

[startup+25.5964 s]
/proc/loadavg: 1.79 1.29 1.27 3/101 29022
/proc/meminfo: memFree=1647432/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916468 CPUtime=25.34
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 7143 0 1 0 1763 771 0 0 25 0 8 0 279269609 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073668599 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229117 6880 2479 14 0 215587 0
[pid=29014/tid=29016] ppid=29012 vsize=916468 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 153 0 0 0 2 0 0 0 16 0 8 0 279269612 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916468 CPUtime=0.12
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 335 0 0 0 12 0 0 0 16 0 8 0 279269616 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938463232 6880 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 916468

[startup+51.2047 s]
/proc/loadavg: 1.87 1.36 1.29 3/101 29022
/proc/meminfo: memFree=1640136/2055920 swapFree=4191880/4192956
[pid=29014] ppid=29012 vsize=916468 CPUtime=50.71
/proc/29014/stat : 29014 (java) R 29012 29014 28476 0 -1 0 9035 0 1 0 3985 1086 0 0 25 0 8 0 279269609 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073781314 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29014/statm: 229117 8767 2532 14 0 215587 0
[pid=29014/tid=29016] ppid=29012 vsize=916468 CPUtime=0.02
/proc/29014/task/29016/stat : 29016 (java) S 29012 29014 28476 0 -1 64 154 0 0 0 2 0 0 0 16 0 8 0 279269612 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29017] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29017/stat : 29017 (java) S 29012 29014 28476 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 279269613 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29018] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29018/stat : 29018 (java) S 29012 29014 28476 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 279269613 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29019] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29019/stat : 29019 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 279269616 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29020] ppid=29012 vsize=916468 CPUtime=0.23
/proc/29014/task/29020/stat : 29020 (java) S 29012 29014 28476 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 279269616 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29021] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29021/stat : 29021 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 279269616 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29014/tid=29022] ppid=29012 vsize=916468 CPUtime=0
/proc/29014/task/29022/stat : 29022 (java) S 29012 29014 28476 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 279269616 938463232 8767 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 916468

Child status: 0
Real time (s): 61.5687
CPU time (s): 60.9887
CPU user time (s): 50.1144
CPU system time (s): 10.8743
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 916472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.1144
system time used= 10.8743
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9138
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= 2356
involuntary context switches= 4858

runsolver used 0.092985 s user time and 0.199969 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan 20 15:56:48 UTC 2007


IDJOB= 280936
IDBENCH= 12000
IDSOLVER= 68
FILE ID= node72/280936-1169308608

PBS_JOBID= 3610207

Free space on /tmp= 66563 MiB

SOLVER NAME= AbsconMax 109 EPFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/randomMaxCSP/denseLoose/vcsp-30-10-25-48-13_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280936-1169308608/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-280936-1169308608 -o ROOT/results/node72/solver-280936-1169308608 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar epfc.xml 1 XSax /tmp/evaluation/280936-1169308608/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4f3bc5c215021acc80005241fd74bcdd

RANDOM SEED= 104264300

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.223
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.223
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:       1665632 kB
Buffers:         38364 kB
Cached:         230580 kB
SwapCached:        268 kB
Active:         125516 kB
Inactive:       199060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665632 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:          80576 kB
Slab:            50220 kB
Committed_AS:  4986524 kB
PageTables:       2372 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= 66563 MiB



End job on node72 on Sat Jan 20 15:57:50 UTC 2007