Trace number 1087252

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACUNSAT 35.1727 35.531

DiagnosticValue
CHECKS786088
NODES0

General information on the benchmark

Namecsp/fapp/fapp23/
normalized-fapp23-1800-2.xml
MD5SUMbb609ab61b1c53ea692a6968186c1670
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5623
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints63962
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63962
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.17/0.23	
0.17/0.24	   configuration
0.17/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1087252-1215243256.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.38/0.41	   
0.38/0.41	   variables being loaded...
0.68/0.75	     nbVariables=1800  nbDomainTypes=24  minDomainSize=46  maxDomainSize=302  nbTotalValues=455735
0.68/0.75	       =>  wckTime=0.51  cpuTime=0.35  mem=24M460
0.68/0.75	   
0.68/0.75	   predicates being loaded...
0.77/0.81	   
0.77/0.81	   constraints being loaded...
20.98/21.28	   
20.98/21.28	   INFO : Stopping converting binary constraints (cpu=20.06, mem = 82M307)
32.96/33.38	     nbConstraints=33337  nbMergedConstraints=30625  nbConvertedConstraints=1300  nbConvertConstraintsChecks=41283716
32.96/33.38	     nbExtensionStructures=724  nbSharedExtensionStructures=679  nbConflictsStructures=1685
32.96/33.38	     nbSharedConflictsStructures=1105  nbUnbuiltConflictsStructures=5050  nbSharedBinaryRepresentations=307282
32.96/33.38	     nbEvaluationManagers=6011  nbSharedEvaluationManagers=26026  minDegree=10  maxDegree=47  minArity=2  maxArity=2
32.96/33.38	     nbGenerators=0  nbFusions=0  symmetryWckTime=3.927  symmetryCpuTime=3.38
32.96/33.38	       =>  wckTime=33.139  cpuTime=30.74  mem=129M553
33.66/34.10	   
33.66/34.10	   solver IterativeSystematicSolver being built... 
34.45/34.88	       =>  wckTime=34.644  cpuTime=31.26  mem=198M340
35.04/35.44	   
35.04/35.44	   preprocessing
35.04/35.44	     nbConstraintChecks=786088  nbValidityChecks=18954  nbPropagations=44  nbRevisions=2827  nbUselessRevisions=1694
35.04/35.44	     nbRemovedValues=138666  detectedInconsistency=yes
35.04/35.44	       =>  wckTime=0.549  cpuTime=0.52  mem=199M390
35.04/35.45	   
35.04/35.45	   global
35.04/35.45	     nbConstraintChecks=786088  nbValidityChecks=18954  nbPropagations=44  nbRevisions=2827  nbUselessRevisions=1694
35.04/35.45	     nbRestartNogoods=0  solvingWckTime=0.552  solvingCpuTime=0.52  expiredTime=no  totalExploration=yes
35.04/35.45	     nbFoundSolutions=0  globalCpuTime=31.85
35.04/35.45	       =>  wckTime=35.208  cpuTime=31.8  mem=199M390
35.04/35.46	   
35.04/35.46	s UNSATISFIABLE
35.04/35.46	d NODES 0
35.04/35.46	d CHECKS 786088
35.04/35.47	   
35.04/35.47	   totalWckTime=35.28  totalCpuTime=31.87

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087252-1215243256/watcher-1087252-1215243256 -o /tmp/evaluation-result-1087252-1215243256/solver-1087252-1215243256 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087252-1215243256.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 2.04 2.00 4/72 11577
/proc/meminfo: memFree=1906328/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=18572 CPUtime=0
/proc/11577/stat : 11577 (runsolver) R 11575 11577 11540 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 2003298146 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 259415141671 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11577/statm: 4643 292 257 25 0 2626 0

[startup+0.0810769 s]
/proc/loadavg: 1.99 2.04 2.00 4/72 11577
/proc/meminfo: memFree=1906328/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=865856 CPUtime=0.05
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 3383 0 1 0 4 1 0 0 18 0 9 0 2003298146 886636544 2893 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216464 2893 1565 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101916 s]
/proc/loadavg: 1.99 2.04 2.00 4/72 11577
/proc/meminfo: memFree=1906328/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=865884 CPUtime=0.08
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 3707 0 1 0 6 2 0 0 18 0 9 0 2003298146 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216471 3173 1682 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301938 s]
/proc/loadavg: 1.99 2.04 2.00 4/72 11577
/proc/meminfo: memFree=1906328/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=866196 CPUtime=0.28
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 5620 0 1 0 25 3 0 0 18 0 9 0 2003298146 886984704 5034 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216549 5034 1902 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701981 s]
/proc/loadavg: 1.99 2.04 2.00 4/72 11577
/proc/meminfo: memFree=1906328/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867020 CPUtime=0.68
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 10042 0 1 0 63 5 0 0 18 0 9 0 2003298146 887828480 9412 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216755 9412 1968 9 0 211283 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867020

[startup+1.50207 s]
/proc/loadavg: 1.99 2.04 2.00 3/81 11586
/proc/meminfo: memFree=1862608/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867472 CPUtime=1.46
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 20828 0 1 0 137 9 0 0 18 0 9 0 2003298146 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216868 20163 2004 9 0 211396 0
[pid=11577/tid=11579] ppid=11575 vsize=867472 CPUtime=1.2
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 15740 0 1 0 113 7 0 0 25 0 9 0 2003298148 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 102605765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867472 CPUtime=0.07
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 3752 0 0 0 6 1 0 0 16 0 9 0 2003298149 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003298152 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867472 CPUtime=0.17
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 639 0 0 0 17 0 0 0 16 0 9 0 2003298152 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003298152 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003298152 888291328 20163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867472

[startup+3.10225 s]
/proc/loadavg: 1.99 2.04 2.00 3/81 11586
/proc/meminfo: memFree=1821136/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867472 CPUtime=3.05
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 25385 0 1 0 294 11 0 0 18 0 9 0 2003298146 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216868 24718 2004 9 0 211396 0
[pid=11577/tid=11579] ppid=11575 vsize=867472 CPUtime=2.59
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 15743 0 1 0 252 7 0 0 25 0 9 0 2003298148 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4126596941 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867472 CPUtime=0.26
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 8306 0 0 0 23 3 0 0 16 0 9 0 2003298149 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003298152 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867472 CPUtime=0.17
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 639 0 0 0 17 0 0 0 17 0 9 0 2003298152 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003298152 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003298152 888291328 24718 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867472

[startup+6.3016 s]
/proc/loadavg: 1.99 2.04 2.00 3/81 11586
/proc/meminfo: memFree=1802000/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867472 CPUtime=6.22
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 28591 0 1 0 608 14 0 0 18 0 9 0 2003298146 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216868 27919 2006 9 0 211396 0
[pid=11577/tid=11579] ppid=11575 vsize=867472 CPUtime=5.51
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 15779 0 1 0 543 8 0 0 25 0 9 0 2003298148 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 104070223 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867472 CPUtime=0.47
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 11453 0 0 0 43 4 0 0 17 0 9 0 2003298149 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003298152 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867472 CPUtime=0.21
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 662 0 0 0 21 0 0 0 15 0 9 0 2003298152 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003298152 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003298152 888291328 27919 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867472

[startup+12.7014 s]
/proc/loadavg: 1.99 2.04 2.00 3/81 11586
/proc/meminfo: memFree=1795344/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867472 CPUtime=12.56
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 30250 0 1 0 1240 16 0 0 18 0 9 0 2003298146 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216868 29574 2006 9 0 211396 0
[pid=11577/tid=11579] ppid=11575 vsize=867472 CPUtime=11.73
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 15783 0 1 0 1163 10 0 0 25 0 9 0 2003298148 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4126919728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867472 CPUtime=0.58
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 13086 0 0 0 53 5 0 0 17 0 9 0 2003298149 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003298152 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867472 CPUtime=0.23
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 684 0 0 0 23 0 0 0 15 0 9 0 2003298152 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003298152 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003298152 888291328 29574 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867472

[startup+25.5027 s]
/proc/loadavg: 2.06 2.06 2.00 3/81 11586
/proc/meminfo: memFree=1777040/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867472 CPUtime=25.24
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 35926 0 1 0 2501 23 0 0 18 0 9 0 2003298146 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216868 35242 2007 9 0 211396 0
[pid=11577/tid=11579] ppid=11575 vsize=867472 CPUtime=24
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 15792 0 1 0 2385 15 0 0 25 0 9 0 2003298148 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4126852975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867472 CPUtime=0.95
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 18727 0 0 0 88 7 0 0 17 0 9 0 2003298149 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003298150 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003298152 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867472 CPUtime=0.28
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 710 0 0 0 28 0 0 0 16 0 9 0 2003298152 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003298152 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867472 CPUtime=0
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003298152 888291328 35242 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867472

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

[startup+31.9064 s]
/proc/loadavg: 2.05 2.06 2.00 3/81 11590
/proc/meminfo: memFree=1753040/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867796 CPUtime=31.58
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 45021 1867 1 0 3086 29 40 3 18 0 9 0 2003298146 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216949 40118 2018 9 0 211477 0
[pid=11577/tid=11579] ppid=11575 vsize=867796 CPUtime=29.93
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 19719 1867 1 0 2933 17 40 3 25 0 9 0 2003298148 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4126909896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867796 CPUtime=1.72
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 23599 1867 0 0 121 8 40 3 16 0 9 0 2003298149 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 1867 0 0 0 0 40 3 18 0 9 0 2003298152 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867796 CPUtime=0.74
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 857 1867 0 0 31 0 40 3 16 0 9 0 2003298152 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 1867 0 0 0 0 40 3 19 0 9 0 2003298152 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 13 1867 0 0 0 0 40 3 15 0 9 0 2003298152 888623104 40118 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.58
Current children cumulated vsize (KiB) 867796

[startup+33.5026 s]
/proc/loadavg: 2.05 2.06 2.00 3/81 11590
/proc/meminfo: memFree=1753040/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867796 CPUtime=33.16
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 61296 1867 1 0 3242 31 40 3 18 0 9 0 2003298146 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216949 40223 2064 9 0 211477 0
[pid=11577/tid=11579] ppid=11575 vsize=867796 CPUtime=31.38
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 22861 1867 1 0 3078 17 40 3 25 0 9 0 2003298148 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867796 CPUtime=1.84
/proc/11577/task/11580/stat : 11580 (java) R 11575 11577 11540 0 -1 64 36729 1867 0 0 130 11 40 3 17 0 9 0 2003298149 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 12 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 5 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 1867 0 0 0 0 40 3 18 0 9 0 2003298152 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867796 CPUtime=0.75
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 860 1867 0 0 32 0 40 3 16 0 9 0 2003298152 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 1867 0 0 0 0 40 3 19 0 9 0 2003298152 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867796 CPUtime=0.43
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 13 1867 0 0 0 0 40 3 15 0 9 0 2003298152 888623104 40223 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.16
Current children cumulated vsize (KiB) 867796

[startup+34.3027 s]
/proc/loadavg: 2.05 2.06 2.00 3/81 11590
/proc/meminfo: memFree=1752336/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867884 CPUtime=33.96
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 81435 1867 1 0 3317 36 40 3 18 0 9 0 2003298146 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216971 43781 2637 9 0 211477 0
[pid=11577/tid=11579] ppid=11575 vsize=867884 CPUtime=31.54
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 33096 1867 1 0 3092 19 40 3 25 0 9 0 2003298148 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867884 CPUtime=2.45
/proc/11577/task/11580/stat : 11580 (java) R 11575 11577 11540 0 -1 64 46601 1867 0 0 189 13 40 3 16 0 9 0 2003298149 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 12873433 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 14 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 15 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 1867 0 0 0 0 40 3 18 0 9 0 2003298152 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867884 CPUtime=0.78
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 880 1867 0 0 35 0 40 3 15 0 9 0 2003298152 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 1867 0 0 0 0 40 3 19 0 9 0 2003298152 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 13 1867 0 0 0 0 40 3 15 0 9 0 2003298152 888713216 43781 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.96
Current children cumulated vsize (KiB) 867884

[startup+35.1028 s]
/proc/loadavg: 2.05 2.05 2.00 3/81 11590
/proc/meminfo: memFree=1685392/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=867884 CPUtime=34.75
/proc/11577/stat : 11577 (java) S 11575 11577 11540 0 -1 0 95632 1867 1 0 3390 42 40 3 18 0 9 0 2003298146 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 216971 57655 2638 9 0 211477 0
[pid=11577/tid=11579] ppid=11575 vsize=867884 CPUtime=32.11
/proc/11577/task/11579/stat : 11579 (java) R 11575 11577 11540 0 -1 64 33185 1867 1 0 3148 20 40 3 25 0 9 0 2003298148 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4126909905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11580] ppid=11575 vsize=867884 CPUtime=2.63
/proc/11577/task/11580/stat : 11580 (java) S 11575 11577 11540 0 -1 64 60624 1867 0 0 201 19 40 3 16 0 9 0 2003298149 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11581] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11581/stat : 11581 (java) S 11575 11577 11540 0 -1 64 14 1867 0 0 0 0 40 3 16 0 9 0 2003298150 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11582] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11582/stat : 11582 (java) S 11575 11577 11540 0 -1 64 24 1867 0 0 0 0 40 3 15 0 9 0 2003298150 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11583] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11583/stat : 11583 (java) S 11575 11577 11540 0 -1 64 1 1867 0 0 0 0 40 3 18 0 9 0 2003298152 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11584] ppid=11575 vsize=867884 CPUtime=0.83
/proc/11577/task/11584/stat : 11584 (java) S 11575 11577 11540 0 -1 64 956 1867 0 0 40 0 40 3 15 0 9 0 2003298152 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11585] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11585/stat : 11585 (java) S 11575 11577 11540 0 -1 64 2 1867 0 0 0 0 40 3 19 0 9 0 2003298152 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11577/tid=11586] ppid=11575 vsize=867884 CPUtime=0.43
/proc/11577/task/11586/stat : 11586 (java) S 11575 11577 11540 0 -1 64 13 1867 0 0 0 0 40 3 15 0 9 0 2003298152 888713216 57655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.75
Current children cumulated vsize (KiB) 867884

[startup+35.5034 s]
/proc/loadavg: 2.05 2.05 2.00 3/81 11590
/proc/meminfo: memFree=1685392/2055920 swapFree=4180096/4192956
[pid=11577] ppid=11575 vsize=0 CPUtime=35.12
/proc/11577/stat : 11577 (java) Z 11575 11577 11540 0 -1 12 95674 1867 1 0 3426 43 40 3 16 0 2 0 2003298146 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11577/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 35.531
CPU time (s): 35.1727
CPU user time (s): 34.6777
CPU system time (s): 0.494924
CPU usage (%): 98.9914
Max. virtual memory (cumulated for all children) (KiB): 867884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6777
system time used= 0.494924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97541
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= 2616
involuntary context switches= 3269

runsolver used 0.043993 second user time and 0.12798 second system time

The end

Launcher Data (download as text)

Begin job on node42 at 2008-07-05 09:34:17
IDJOB=1087252
IDBENCH=57957
IDSOLVER=363
FILE ID=node42/1087252-1215243256
PBS_JOBID= 7882023
Free space on /tmp= 66484 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp23/normalized-fapp23-1800-2.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087252-1215243256/watcher-1087252-1215243256 -o /tmp/evaluation-result-1087252-1215243256/solver-1087252-1215243256 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1087252-1215243256.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bb609ab61b1c53ea692a6968186c1670
RANDOM SEED=84538320

node42.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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.214
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:       1906808 kB
Buffers:          4484 kB
Cached:          61900 kB
SwapCached:       6580 kB
Active:          77088 kB
Inactive:        21596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1906808 kB
SwapTotal:     4192956 kB
SwapFree:      4180096 kB
Dirty:           11068 kB
Writeback:           0 kB
Mapped:          39956 kB
Slab:            35652 kB
Committed_AS:  3661332 kB
PageTables:       1856 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= 66484 MiB
End job on node42 at 2008-07-05 09:34:52