Trace number 2097801

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 ACSAT 21.9297 22.1132

DiagnosticValue
CHECKS1091030
NODES500

General information on the benchmark

Namecsp/fapp/fapp21/
normalized-fapp21-0500-9.xml
MD5SUMdf17b803234115e4f44c4b6c29f818f0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.9297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints2852
Maximum constraint arity2
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2852
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.19/0.26	
0.19/0.26	   configuration
0.19/0.26	     name=mac.xml
0.19/0.30	   
0.19/0.30	   instance
0.19/0.30	     name=HOME/instance-2097801-1247414039.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.38/0.47	     nbVariables=500  nbDomainTypes=6  minDomainSize=42  maxDomainSize=242  nbTotalValues=113594
0.38/0.47	       =>  wckTime=0.211  cpuTime=0.16  mem=11M808
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.49/0.54	   
0.49/0.54	   constraints being loaded...
20.51/20.71	   
20.51/20.71	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 30M26)
20.80/21.02	     nbConstraints=1590  nbGlobalConstraints=1  nbMergedConstraints=1263  nbConvertedConstraints=1285
20.80/21.02	     nbConvertConstraintsChecks=42001166  nbExtensionStructures=846  nbSharedExtensionStructures=1017
20.80/21.02	     nbConflictsStructures=850  nbSharedConflictsStructures=1018  nbUnbuiltConflictsStructures=197
20.80/21.02	     nbSharedBinaryRepresentations=366987  nbEvaluationManagers=201  nbSharedEvaluationManagers=103  minDegree=2
20.80/21.02	     maxDegree=14  minArity=2  avgArity=2  maxArity=6  nbGenerators=0  nbFusions=0  symmetryWckTime=0.189
20.80/21.02	     symmetryCpuTime=0.12  nbCliques=1
20.80/21.02	       =>  wckTime=20.761  cpuTime=20.25  mem=41M785
20.90/21.13	   
20.90/21.14	   solver IterativeSystematicSolver being built... 
21.00/21.21	   
21.00/21.21	   INFO : Forward propagation technique limited 
21.00/21.29	       =>  wckTime=21.029  cpuTime=20.38  mem=33M528
21.30/21.56	   
21.30/21.56	   preprocessing
21.30/21.56	     nbConstraintChecks=998347  nbValidityChecks=17848  nbPropagations=868  nbRevisions=5280  nbUselessRevisions=3574
21.30/21.56	     nbRemovedValues=105452  detectedInconsistency=no
21.30/21.56	       =>  wckTime=0.267  cpuTime=0.24  mem=34M474
21.81/22.08	   
21.81/22.08	   search
21.81/22.08	     run=0  nbConstraintChecks=92682  nbValidityChecks=12293  minDepth=501  maxDepth=500  nbPropagations=1818
21.81/22.08	     nbRevisions=7861  nbUselessRevisions=5702  nbAssignments=500  nbFailedAssignments=0  nbBacktracks=0
21.81/22.08	     nbVisitedNodes=501  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
21.81/22.08	     nbSEliminables=0  nbREliminables=0  nbIEliminables=260.83  nbDEliminables=0  nbPEliminables=0
21.81/22.08	       =>  wckTime=0.788  cpuTime=0.74  mem=39M221
21.81/22.08	   
21.81/22.08	   global
21.81/22.08	     nbConstraintChecks=1091029  nbValidityChecks=30141  nbPropagations=2686  nbRevisions=13141  nbUselessRevisions=9276
21.81/22.08	     nbRestartNogoods=0  solvingWckTime=0.79  solvingCpuTime=0.74  expiredTime=no  totalExploration=no
21.81/22.08	     nbFoundSolutions=1  firstSolutionCpuTime=21.11  globalCpuTime=21.16
21.81/22.08	       =>  wckTime=21.823  cpuTime=21.12  mem=39M221
21.81/22.09	   
21.81/22.09	s SATISFIABLE
21.81/22.09	v 2636 -2304 -2588 -2404 2660 2660 -2376 -2292 -2624 -2220 -2328 -2480 -2220 -2400 -2528 -2496 -2332 -2232 -2276 -2660 -2416 2680 -2492 -2700 -2660 -2424 -2260 -2456 -2260 -2256 -2700 -2548 -2700 -2220 -2700 -2280 -2588 -2372 -2472 -2612 -2648 -2412 -2696 -2688 -2224 2700 -2600 -2512 -2568 -2368 -2424 -2480 -2280 -2376 -2276 -2296 -2260 -2628 -2324 -2688 -2260 -2612 -2360 -2264 -2536 -2608 -2280 -2476 -2260 -2440 -2416 -2220 -2700 -2344 -2384 -2700 -2408 -2700 2220 -2404 -2356 -2452 -2700 -2432 -2220 2220 -2260 -2700 -2228 -2328 -2580 -2368 -2592 -2600 -2260 -2260 -2288 -2636 -2624 -2220 -2348 -2660 -2220 -2276 -2264 -2360 -2504 -2700 -2296 2636 -2260 -2384 -2648 -2628 -2632 -2220 -2440 -2260 -2240 -2428 -2344 -2360 -2304 -2660 -2440 -2260 -2324 -2220 -2636 -2220 -2488 -2236 2408 -2460 -2260 -2460 -2276 2596 -2260 -2700 -2548 -2412 -2460 -2416 -2600 -2420 -2660 -2700 -2328 -2236 -2560 -2700 -2360 -2220 2260 -2628 -2412 -2260 -2364 -2660 -2220 -2500 -2336 -2424 -2660 -2660 -2416 2420 -2600 -2260 -2364 2532 -2660 -2452 -2660 -2220 -2464 -2524 -2424 -2700 -2660 -2308 -2588 2660 -2400 -2220 -2628 2400 -2564 -2412 -2400 -2336 -2260 2676 -2260 -2584 -2660 -2648 -2260 -2220 -2364 2600 -2700 -2608 -2220 2660 2648 2588 -2660 -2260 -2304 -2400 2248 2648 -2408 -2408 -2260 -2648 -2512 2628 2612 -2472 2316 -2220 2364 2652 -2660 -2672 -2228 -2700 -2372 -2220 -2660 -2660 -2544 -2604 2660 2568 2676 -2412 -2660 -2420 -2360 2688 -2528 -2556 -2444 -2384 -2368 -2448 -2220 2660 -2260 -2324 -2504 -2220 -2468 -2700 2660 -2596 -2660 -2660 -2604 -2348 -2668 -2292 2660 2236 2660 -2220 -2620 -2448 -2288 -2572 -2304 -2288 -2700 -2700 -2324 -2516 -2260 2220 -2500 -2220 2640 -2700 -2660 -2656 -2444 -2560 -2620 -2508 -2300 -2552 -2300 -2260 -2700 -2464 -2384 2700 -2504 -2364 -2572 -2572 -2584 -2320 -2696 -2540 -2220 -2608 -2268 -2372 -2344 -2260 -2400 -2496 -2672 -2296 -2220 -2560 -2400 -2272 -2260 -2420 -2660 -2700 -2456 -2344 -2324 -2424 -2260 -2700 -2656 -2544 -2464 -2444 -2252 -2548 -2260 -2416 -2540 2528 -2460 2520 -2384 -2340 -2308 -2700 -2376 -2660 2492 -2660 -2484 -2220 -2220 2500 -2584 -2384 2700 2588 -2344 -2584 -2596 -2700 -2380 -2464 -2492 -2260 -2220 -2512 -2460 -2684 -2260 -2524 -2352 -2568 -2644 -2452 -2348 2660 -2588 -2220 -2236 -2296 -2520 -2260 -2348 -2532 -2260 -2256 -2588 -2628 -2220 -2252 -2640 -2336 -2632 -2284 -2320 2360 -2572 -2668 -2336 -2660 -2580 2640 -2460 -2220 -2344 -2220 2628 -2224 -2608 -2700 -2456 -2532 -2700 -2660 -2260 -2260 -2464 -2640 2636 -2300 -2448 -2640 -2500 -2392 -2700 -2220 -2484 -2340 -2220 -2268 -2260 -2520 -2404 -2376 -2700 2552 -2388 -2432 -2484 -2688 -2676 2220 -2276 -2388 2660 -2344 -2504 -2660 -2460 -2600 -2700 -2248 -2288 -2588 -2296 -2700 -2304 -2296 -2660 -2260 -2648 -2628 -2480 -2260 -2420 2392 -2404 -2700 -2564 -2504 -2220 -2236 -2316 -2660 -2700 -2336 -2260 -2280 -2700 -2364 -2240 -2408 -2276 -2700 2532 -2260 -2240 -2420 -2256 -2624 -2236 -2296 -2540 -2552 -2276 -2372 
21.81/22.09	d NODES 500
21.81/22.09	d CHECKS 1091029
21.81/22.09	   
21.81/22.09	   totalWckTime=21.902  totalCpuTime=21.17

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097801-1247414039/watcher-2097801-1247414039 -o /tmp/evaluation-result-2097801-1247414039/solver-2097801-1247414039 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097801-1247414039.xml 

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


[startup+0 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 31875
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=18576 CPUtime=0
/proc/31875/stat : 31875 (runsolver) R 31873 31875 29865 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28466609 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233402068263 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/31875/statm: 4644 284 249 26 0 2626 0

[startup+0.0795881 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 31875
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=864148 CPUtime=0.06
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 3103 0 1 0 5 1 0 0 18 0 9 0 28466609 884887552 2588 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216037 2588 1239 9 0 210930 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.10159 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 31875
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=865984 CPUtime=0.09
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 3732 0 1 0 7 2 0 0 18 0 9 0 28466609 886767616 3200 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216496 3200 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301608 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 31875
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=866380 CPUtime=0.28
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 5862 0 1 0 25 3 0 0 18 0 9 0 28466609 887173120 5228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216595 5228 1981 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701651 s]
/proc/loadavg: 2.03 2.00 2.00 4/80 31875
/proc/meminfo: memFree=1730288/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867804 CPUtime=0.68
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 9277 0 1 0 63 5 0 0 18 0 9 0 28466609 888631296 8631 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216951 8631 2036 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867804

[startup+1.50273 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31884
/proc/meminfo: memFree=1693992/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867804 CPUtime=1.47
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 11932 0 1 0 140 7 0 0 18 0 9 0 28466609 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216951 11283 2041 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867804 CPUtime=1.25
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 10546 0 1 0 120 5 0 0 25 0 9 0 28466610 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4126897335 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28466611 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28466612 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28466612 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867804 CPUtime=0.19
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 687 0 0 0 19 0 0 0 15 0 9 0 28466614 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888631296 11283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867804

[startup+3.10188 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31884
/proc/meminfo: memFree=1691432/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867804 CPUtime=3.05
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 12789 0 1 0 298 7 0 0 18 0 9 0 28466609 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216951 12138 2041 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867804 CPUtime=2.81
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 11376 0 1 0 275 6 0 0 25 0 9 0 28466610 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4126895667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28466611 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28466612 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28466612 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867804 CPUtime=0.22
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 714 0 0 0 22 0 0 0 15 0 9 0 28466614 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888631296 12138 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867804

[startup+6.3012 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31884
/proc/meminfo: memFree=1684520/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867804 CPUtime=6.23
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 14417 0 1 0 614 9 0 0 18 0 9 0 28466609 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216951 13764 2041 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867804 CPUtime=5.97
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 13001 0 1 0 590 7 0 0 25 0 9 0 28466610 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4126897847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28466611 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28466612 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 28466612 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867804 CPUtime=0.23
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 717 0 0 0 23 0 0 0 15 0 9 0 28466614 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867804 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) R 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888631296 13764 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867804

[startup+12.7018 s]
/proc/loadavg: 2.03 2.00 2.00 3/89 31884
/proc/meminfo: memFree=1664680/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867716 CPUtime=12.56
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 18889 0 1 0 1245 11 0 0 18 0 9 0 28466609 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216929 18209 2029 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867716 CPUtime=12.26
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 15834 0 1 0 1217 9 0 0 25 0 9 0 28466610 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4126897847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867716 CPUtime=0.04
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 1629 0 0 0 4 0 0 0 16 0 9 0 28466611 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867716 CPUtime=0.24
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 724 0 0 0 24 0 0 0 15 0 9 0 28466614 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888541184 18209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888541184 18209 996147200 134512640 134550932 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) 867716

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

[startup+19.1025 s]
/proc/loadavg: 2.03 2.00 2.00 2/79 31886
/proc/meminfo: memFree=1736952/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867716 CPUtime=18.92
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 18894 0 1 0 1877 15 0 0 18 0 9 0 28466609 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216929 18213 2029 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867716 CPUtime=18.61
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 15838 0 1 0 1848 13 0 0 25 0 9 0 28466610 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4126893263 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867716 CPUtime=0.04
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 1629 0 0 0 4 0 0 0 16 0 9 0 28466611 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867716 CPUtime=0.24
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 725 0 0 0 24 0 0 0 16 0 9 0 28466614 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888541184 18213 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.92
Current children cumulated vsize (KiB) 867716

[startup+20.7016 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 31921
/proc/meminfo: memFree=1714152/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=867716 CPUtime=20.51
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 18896 0 1 0 2036 15 0 0 18 0 9 0 28466609 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 216929 18215 2029 9 0 211387 0
[pid=31875/tid=31877] ppid=31873 vsize=867716 CPUtime=20.19
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 15838 0 1 0 2006 13 0 0 25 0 9 0 28466610 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4126931496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31878] ppid=31873 vsize=867716 CPUtime=0.04
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 1629 0 0 0 4 0 0 0 16 0 9 0 28466611 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31879] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31880] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28466612 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31881] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28466614 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=867716 CPUtime=0.25
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 727 0 0 0 25 0 0 0 15 0 9 0 28466614 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31883] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28466614 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=867716 CPUtime=0
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28466614 888541184 18215 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.51
Current children cumulated vsize (KiB) 867716

[startup+21.5017 s]
/proc/loadavg: 1.94 1.98 1.99 4/89 31921
/proc/meminfo: memFree=1640488/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=868452 CPUtime=21.3
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 32606 366 1 0 2108 20 1 1 18 0 9 0 28466609 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 217113 21104 2662 9 0 211549 0
[pid=31875/tid=31877] ppid=31873 vsize=868452 CPUtime=20.77
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 22658 366 1 0 2060 15 1 1 25 0 9 0 28466610 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4127317504 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31878] ppid=31873 vsize=868452 CPUtime=0.16
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 8096 366 0 0 13 1 1 1 17 0 9 0 28466611 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31879] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 19 366 0 0 0 0 1 1 16 0 9 0 28466612 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31880] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 11 366 0 0 0 0 1 1 16 0 9 0 28466612 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31881] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 366 0 0 0 0 1 1 18 0 9 0 28466614 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=868452 CPUtime=0.37
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 979 366 0 0 34 1 1 1 16 0 9 0 28466614 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31883] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 366 0 0 0 0 1 1 19 0 9 0 28466614 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 29 366 0 0 0 0 1 1 15 0 9 0 28466614 889294848 21104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.3
Current children cumulated vsize (KiB) 868452

[startup+21.9018 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 31925
/proc/meminfo: memFree=1608480/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=868452 CPUtime=21.71
/proc/31875/stat : 31875 (java) S 31873 31875 29865 0 -1 0 32730 366 1 0 2149 20 1 1 18 0 9 0 28466609 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31875/statm: 217113 21115 2662 9 0 211549 0
[pid=31875/tid=31877] ppid=31873 vsize=868452 CPUtime=21.16
/proc/31875/task/31877/stat : 31877 (java) R 31873 31875 29865 0 -1 64 22773 366 1 0 2099 15 1 1 25 0 9 0 28466610 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4127372645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31878] ppid=31873 vsize=868452 CPUtime=0.16
/proc/31875/task/31878/stat : 31878 (java) S 31873 31875 29865 0 -1 64 8096 366 0 0 13 1 1 1 17 0 9 0 28466611 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31879] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31879/stat : 31879 (java) S 31873 31875 29865 0 -1 64 19 366 0 0 0 0 1 1 16 0 9 0 28466612 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31880] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31880/stat : 31880 (java) S 31873 31875 29865 0 -1 64 11 366 0 0 0 0 1 1 16 0 9 0 28466612 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31881] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31881/stat : 31881 (java) S 31873 31875 29865 0 -1 64 1 366 0 0 0 0 1 1 18 0 9 0 28466614 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31882] ppid=31873 vsize=868452 CPUtime=0.39
/proc/31875/task/31882/stat : 31882 (java) S 31873 31875 29865 0 -1 64 990 366 0 0 36 1 1 1 15 0 9 0 28466614 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31875/tid=31883] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31883/stat : 31883 (java) S 31873 31875 29865 0 -1 64 1 366 0 0 0 0 1 1 19 0 9 0 28466614 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31875/tid=31884] ppid=31873 vsize=868452 CPUtime=0.02
/proc/31875/task/31884/stat : 31884 (java) S 31873 31875 29865 0 -1 64 29 366 0 0 0 0 1 1 15 0 9 0 28466614 889294848 21115 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 868452

[startup+22.1018 s]
/proc/loadavg: 1.94 1.98 1.99 3/89 31925
/proc/meminfo: memFree=1608480/2055920 swapFree=4192812/4192956
[pid=31875] ppid=31873 vsize=0 CPUtime=21.9
/proc/31875/stat : 31875 (java) Z 31873 31875 29865 0 -1 12 33157 366 1 0 2167 21 1 1 16 0 2 0 28466609 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31875/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 21.9
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 22.1132
CPU time (s): 21.9297
CPU user time (s): 21.6947
CPU system time (s): 0.234964
CPU usage (%): 99.1702
Max. virtual memory (cumulated for all children) (KiB): 868452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.6947
system time used= 0.234964
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33523
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= 2295
involuntary context switches= 2913

runsolver used 0.037994 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-12 17:53:59
IDJOB=2097801
IDBENCH=57787
IDSOLVER=773
FILE ID=node70/2097801-1247414039
PBS_JOBID= 9510507
Free space on /tmp= 66416 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp21/normalized-fapp21-0500-9.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097801-1247414039/watcher-2097801-1247414039 -o /tmp/evaluation-result-2097801-1247414039/solver-2097801-1247414039 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097801-1247414039.xml

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

MD5SUM BENCH= df17b803234115e4f44c4b6c29f818f0
RANDOM SEED=1321575971

node70.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:       1730768 kB
Buffers:         40104 kB
Cached:         140708 kB
SwapCached:          0 kB
Active:         178376 kB
Inactive:        90472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1730768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2676 kB
Writeback:           0 kB
Mapped:         108524 kB
Slab:            41444 kB
Committed_AS:   996992 kB
PageTables:       1904 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= 66408 MiB
End job on node70 at 2009-07-12 17:54:22